ThinkGeo.Dependency.MicrosoftVisualCRunTime140
15.0.0-beta005
See the version list below for details.
dotnet add package ThinkGeo.Dependency.MicrosoftVisualCRunTime140 --version 15.0.0-beta005
NuGet\Install-Package ThinkGeo.Dependency.MicrosoftVisualCRunTime140 -Version 15.0.0-beta005
<PackageReference Include="ThinkGeo.Dependency.MicrosoftVisualCRunTime140" Version="15.0.0-beta005" />
<PackageVersion Include="ThinkGeo.Dependency.MicrosoftVisualCRunTime140" Version="15.0.0-beta005" />
<PackageReference Include="ThinkGeo.Dependency.MicrosoftVisualCRunTime140" />
paket add ThinkGeo.Dependency.MicrosoftVisualCRunTime140 --version 15.0.0-beta005
#r "nuget: ThinkGeo.Dependency.MicrosoftVisualCRunTime140, 15.0.0-beta005"
#:package ThinkGeo.Dependency.MicrosoftVisualCRunTime140@15.0.0-beta005
#addin nuget:?package=ThinkGeo.Dependency.MicrosoftVisualCRunTime140&version=15.0.0-beta005&prerelease
#tool nuget:?package=ThinkGeo.Dependency.MicrosoftVisualCRunTime140&version=15.0.0-beta005&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
x64 native DLLs, under runtimes/win-x64/native/:
- vcruntime140.dll
- vcruntime140_1.dll
- msvcp140.dll
- msvcp140_1.dll
- msvcp140_2.dll
- concrt140.dll
- vccorlib140.dll
x86 native DLLs, under runtimes/win-x86/native/:
- vcruntime140.dll
- msvcp140.dll
- msvcp140_1.dll
- msvcp140_2.dll
- concrt140.dll
- vccorlib140.dll
Note that vcruntime140_1.dll is x64 only by Microsoft's ABI design — the x86 ABI uses frame-based exception handling that lives in vcruntime140.dll itself, so Microsoft does not ship an x86 build of vcruntime140_1.dll.
A small MSBuild fallback under build/ is also bundled so that classic .NET Framework projects receive the DLLs in their build output.
How it works
When the consuming project runs dotnet publish --runtime win-x64 (or --runtime win-x86), the .NET SDK automatically copies the DLLs from the package's runtimes/<rid>/native/ folder into the published output, next to the application executable. No manual VC++ Redistributable install is required on the target machine.
For classic .NET Framework projects, which don't process the runtimes/<rid>/native/ convention, the bundled MSBuild .targets file copies the DLLs into the build output instead.
Supported platforms
- Architectures: Windows x64, Windows x86
- Minimum OS: Windows 10 / Windows Server 2016
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 the bundled .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,103 | 5/4/2026 |
| 15.0.0-beta006 | 260 | 5/4/2026 |
| 15.0.0-beta005 | 101 | 5/4/2026 |
| 15.0.0-beta003 | 91 | 5/4/2026 |
| 15.0.0-beta002 | 112 | 5/4/2026 |
| 15.0.0-beta001 | 90 | 5/4/2026 |
| 14.5.2 | 887 | 5/18/2026 |
| 14.0.0 | 97,794 | 4/30/2024 |
| 13.1.0 | 32,234 | 1/26/2024 |
| 13.0.0 | 206,772 | 11/19/2022 |
| 12.4.0 | 44,076 | 9/1/2022 |
| 12.3.0 | 275,979 | 3/4/2021 |
| 12.2.1 | 1,575,798 | 2/25/2020 |