Skip to content

Instantly share code, notes, and snippets.

@YahuiWong
Created May 29, 2022 05:26
Show Gist options
  • Save YahuiWong/2eaa38f60d2312d68763a20dd7abdb4e to your computer and use it in GitHub Desktop.
Save YahuiWong/2eaa38f60d2312d68763a20dd7abdb4e to your computer and use it in GitHub Desktop.
dotnet.nuget
<?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