Created
May 29, 2022 05:26
-
-
Save YahuiWong/2eaa38f60d2312d68763a20dd7abdb4e to your computer and use it in GitHub Desktop.
dotnet.nuget
This file contains 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 characters
<?xml version="1.0" encoding="utf-8"?> | |
<configuration> | |
<packageSources> | |
<add key="nuget.cdn.azure.cn" value="https://nuget.cdn.azure.cn/v3/index.json" /> | |
</packageSources> | |
<config> | |
<add key="globalPackagesFolder" value="D:\.nuget\packages" /> | |
</config> | |
</configuration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment