Last active
November 7, 2025 12:45
-
-
Save t-mat/c75d9faf56fcf6197ef63dc899c0cd9f to your computer and use it in GitHub Desktop.
Revisions
-
t-mat revised this gist
Nov 7, 2025 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,4 @@ ```bat cmd.exe cd /d %PUBLIC% @@ -8,7 +9,6 @@ curl -o ucrt.zip -L https://www.nuget.org/api/v2/package/Microsoft.Windows.SDK.C tar xf ucrt.zip del *.nuspec *.zip *.xml rmdir /S /Q package _rels tree /F . type .\LICENSE -
t-mat created this gist
Nov 7, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,17 @@ ```bat cmd.exe cd /d %PUBLIC% rmdir /S /Q my-ucrt 1>nul 2>nul mkdir my-ucrt cd my-ucrt curl -o ucrt.zip -L https://www.nuget.org/api/v2/package/Microsoft.Windows.SDK.CRTSource/10.0.22621.3 tar xf ucrt.zip del *.nuspec *.zip *.xml rmdir /S /Q package _rels rmdir /S /Q _rels tree /F . type .\LICENSE ``` See also : https://www.nuget.org/packages/Microsoft.Windows.SDK.CRTSource#readme-body-tab