ThinkGeo.Dependency.MicrosoftVisualCRunTime140
15.0.0-beta003
See the version list below for details.
dotnet add package ThinkGeo.Dependency.MicrosoftVisualCRunTime140 --version 15.0.0-beta003
NuGet\Install-Package ThinkGeo.Dependency.MicrosoftVisualCRunTime140 -Version 15.0.0-beta003
<PackageReference Include="ThinkGeo.Dependency.MicrosoftVisualCRunTime140" Version="15.0.0-beta003" />
<PackageVersion Include="ThinkGeo.Dependency.MicrosoftVisualCRunTime140" Version="15.0.0-beta003" />
<PackageReference Include="ThinkGeo.Dependency.MicrosoftVisualCRunTime140" />
paket add ThinkGeo.Dependency.MicrosoftVisualCRunTime140 --version 15.0.0-beta003
#r "nuget: ThinkGeo.Dependency.MicrosoftVisualCRunTime140, 15.0.0-beta003"
#:package ThinkGeo.Dependency.MicrosoftVisualCRunTime140@15.0.0-beta003
#addin nuget:?package=ThinkGeo.Dependency.MicrosoftVisualCRunTime140&version=15.0.0-beta003&prerelease
#tool nuget:?package=ThinkGeo.Dependency.MicrosoftVisualCRunTime140&version=15.0.0-beta003&prerelease
ThinkGeo.Dependency.MicrosoftVisualCRunTime140
App-local redistribution of the Microsoft Visual C++ 2015–2022 Runtime (version 14.44.35211.0) used by ThinkGeo native dependencies.
This package is a foundational component of ThinkGeo.Gdal.Dependency.Windows,
ThinkGeo.Dependency.Cad, ThinkGeo.Dependency.Oracle, and
ThinkGeo.Dependency.FileGeoDatabase, and is not intended to be referenced
directly by application projects.
What's inside
| Folder | DLLs |
|---|---|
runtimes/win-x64/native/ |
vcruntime140.dll, vcruntime140_1.dll, msvcp140.dll, msvcp140_1.dll, msvcp140_2.dll, concrt140.dll, vccorlib140.dll |
runtimes/win-x86/native/ |
vcruntime140.dll, msvcp140.dll, msvcp140_1.dll, msvcp140_2.dll, concrt140.dll, vccorlib140.dll |
build/ |
An MSBuild .targets fallback so classic .NET Framework projects also receive the DLLs in their build output. |
vcruntime140_1.dll is x64 only — the x86 ABI uses frame-based exception
handling that lives in vcruntime140.dll, so Microsoft does not ship an x86
version of vcruntime140_1.dll.
How it works
The DLLs are laid out under runtimes/<rid>/native/, so when the consuming
project runs dotnet publish --runtime win-x64 (or win-x86), the .NET SDK
automatically copies them into the published output next to the application
executable. No manual vc_redist.exe install is required on the target
machine.
For classic .NET Framework projects (which don't process runtimes/<rid>/native/
the same way), the bundled build/<package>.targets file copies the DLLs into
the build output as well.
Supported platforms
- Architectures: Windows x64, Windows x86
- Minimum OS: Windows 10 / Windows Server 2016
What this package does not ship
The Universal C Runtime — ucrtbase.dll and the api-ms-win-crt-*.dll
apisets — is intentionally not redistributed by this package. UCRT is a
Windows operating-system component that is provided by the OS itself on
Windows 10 / Windows Server 2016 and later, and is serviced via Windows
Update.
Licensing
The redistributed DLLs are unmodified Microsoft binaries; redistribution is
governed by the Microsoft Visual Studio 2022 Distributable Code license
terms.
ThinkGeo's packaging metadata and .targets file are released under the MIT
License. See LICENSE.txt inside the package for the full text.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on ThinkGeo.Dependency.MicrosoftVisualCRunTime140:
| Package | Downloads |
|---|---|
|
ThinkGeo.Dependency.Cad
This package integrates Open Design Alliance ("ODA") CAD SDK v26.7 native binaries together with ThinkGeo-authored managed wrapper assemblies. It is a foundational dependency for ThinkGeo.Cad and is not intended to be referenced directly by application projects. Includes: - ThinkGeo wrapper assemblies (mixed-mode managed) for x64 and x86 under lib/win-<rid>/<tfm>/ - Open Design Alliance SDK v26.7 native binaries (Drawings, BimRv, IFC, PRC, DWF, DGN, etc.) under nativedlls/ Supported Platforms: Windows x64, Windows x86. Minimum OS: Windows 10 / Windows Server 2016. Note: The ODA SDK binaries are proprietary and are redistributed under ODA's Publishing License and Copyright terms (https://docs.opendesign.com/tp/publish_license_copyright.html). They may only be redistributed as part of a finished application. See LICENSE.txt and README.md inside the package for details. |
|
|
ThinkGeo.Dependency.Oracle
This package is a wrapper of Oracle Instant Client v23.8.0.25.04 (Basic edition) and the GDAL 3.11.3 Oracle plugins for Windows. It is a foundational component for ThinkGeo.Oracle and should not be directly referenced in projects. Includes: - Oracle Instant Client v23.8.0.25.04 (oci.dll, oraociei.dll, orannz.dll, legacy.dll) - GDAL Oracle plugins v3.11.3 (gdal_GEOR.dll for GeoRaster, ogr_OCI.dll for OracleSpatial) Supported Platforms: Windows x64. Minimum OS: Windows 10 / Windows Server 2016. Note: The Oracle Instant Client binaries are subject to the Oracle Technology Network License Agreement for Oracle Instant Client (OTN License). The GDAL plugins are X/MIT licensed. See LICENSE.txt and README.md inside the package for details. |
|
|
ThinkGeo.Gdal.Dependency.Windows
This package is a wrapper of GDAL 3.11.3 native dlls. It's a foundational component for various ThinkGeo packages and should not be directly referenced in projects. GDAL is a translator library for raster and vector geospatial data formats released under an X/MIT style Open Source license by the Open Source Geospatial Foundation. As a library, it presents a single raster abstract data model and a single vector abstract data model to the calling application for all supported formats. Supported Platforms: Windows x64, Windows x86. Minimum OS: Windows 10 / Windows Server 2016. Note: This package redistributes binaries from many upstream projects under different licenses, and includes vendor SDKs for the ECW/JP2, MrSID, and LizardTech LiDAR formats. ThinkGeo's integration uses only the decode functionality, which is free under each vendor's terms. See LICENSE.txt and README.md inside the package for details. |
|
|
ThinkGeo.Dependency.FileGeoDatabase
Wrapper for Esri's File Geodatabase API (v1.5.x). It is a foundational dependency for ThinkGeo.FileGeoDatabase and is not intended to be referenced directly by application projects. Includes: - Esri.FileGDBAPI.dll managed wrapper (net462 and netstandard2.1) - FileGDBAPI.dll / FileGDBAPID.dll native runtimes (Apache 2.0, sourced from https://github.com/Esri/file-geodatabase-api) Supported Platform: Windows x64. Minimum OS: Windows 10 / Windows Server 2016. No separate ArcGIS or File Geodatabase API install is required — the native DLLs ship inside this NuGet package and are deployed app-locally. See README.md inside the package for details. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 15.0.0-beta007 | 2,108 | 5/4/2026 |
| 15.0.0-beta006 | 260 | 5/4/2026 |
| 15.0.0-beta005 | 101 | 5/4/2026 |
| 15.0.0-beta003 | 94 | 5/4/2026 |
| 15.0.0-beta002 | 112 | 5/4/2026 |
| 15.0.0-beta001 | 93 | 5/4/2026 |
| 14.5.2 | 895 | 5/18/2026 |
| 14.0.0 | 97,806 | 4/30/2024 |
| 13.1.0 | 32,235 | 1/26/2024 |
| 13.0.0 | 206,775 | 11/19/2022 |
| 12.4.0 | 44,077 | 9/1/2022 |
| 12.3.0 | 275,980 | 3/4/2021 |
| 12.2.1 | 1,575,799 | 2/25/2020 |