Microsoft.VCRTForwarders.140 1.1.0

Prefix Reserved
dotnet add package Microsoft.VCRTForwarders.140 --version 1.1.0
                    
NuGet\Install-Package Microsoft.VCRTForwarders.140 -Version 1.1.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.VCRTForwarders.140" Version="1.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.VCRTForwarders.140" Version="1.1.0" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.VCRTForwarders.140" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.VCRTForwarders.140 --version 1.1.0
                    
#r "nuget: Microsoft.VCRTForwarders.140, 1.1.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Microsoft.VCRTForwarders.140&version=1.1.0
                    
Install Microsoft.VCRTForwarders.140 as a Cake Addin
#tool nuget:?package=Microsoft.VCRTForwarders.140&version=1.1.0
                    
Install Microsoft.VCRTForwarders.140 as a Cake Tool

App-local DLLs that forward to runtime components of Visual C++ libraries which are required to run Visual C++ applications. The runtime components being forwarded to should already be installed on a given machine, this can be done using the Visual C++ Redistributable Packages https://aka.ms/AA4pp63. See https://github.com/Microsoft/vcrt-forwarders for more details.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Microsoft.VCRTForwarders.140:

Package Downloads
Microsoft.MixedReality.QR

SDK for detecting QR codes on Windows Mixed Reality devices. Provides the location, size, and contents of detected codes, updated in real time.

TheXamlGuy.NotificationFlyout.Wpf.UI.Controls

Package Description

GitHub repositories (6)

Showing the top 6 popular GitHub repositories that depend on Microsoft.VCRTForwarders.140:

Repository Stars
microsoft/PowerToys
Windows system utilities to maximize productivity
microsoft/WindowsCompositionSamples
The Windows Composition Samples have moved here: https://github.com/microsoft/WindowsAppSDK-Samples/tree/main/Samples/SceneGraph
microsoft/CsWinRT
C# language projection for the Windows Runtime
CommunityToolkit/Microsoft.Toolkit.Win32
ARCHIVE - This repository contained XAML Islands wrapper controls and tooling for XAML Islands with WinUI 2, see readme for more info about XAML Islands with WinUI 3 and the WindowsAppSDK.
microsoft/Windows-Camera
Tools and samples for camera related APIs on Windows
lindexi/lindexi_gd
博客用到的代码
Version Downloads Last updated
1.1.0 37,822 1/18/2024
1.0.7 267,195 10/21/2020
1.0.6 288,264 4/17/2020
1.0.5 46,260 1/21/2020
1.0.4 9,015 12/3/2019
1.0.3 2,111 11/26/2019
1.0.2-rc 107,798 9/6/2019
1.0.1-rc 43,774 7/8/2019
1.0.0-rc 20,006 4/26/2019

1.1.0
           Update to runtime 14.34.31931
           - This distribution now includes a msvcp140_atomic_wait forwarder
           Add version information to all DLLs
           Disable entrypoint generation for all DLLs (reduces file size)

           1.0.7
           Sign forwarder DLLs

           1.0.6
           Added support for custom configurations

           1.0.5
           Added support for MSBuildForUnity

           1.0.4
           Update Unity support to use .asmdef files

           1.0.3
           Release version

           1.0.2-rc
           Added support NuGet for Unity

           1.0.1-rc
           Added ARM64 Forwarding DLLs

           1.0.0-rc
           Pre-release App Local VCRT 140 DLLs