Skip to content

Commit

Permalink
docs: comment out the NuGet.config
Browse files Browse the repository at this point in the history
  • Loading branch information
yingtingxu committed Dec 14, 2022
1 parent 3caa871 commit d9d062a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions NuGet.config
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageRestore>
<add key="automatic" value="False" />
</packageRestore>
<packageSources>
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-ci-dev/api/v3/index.json" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>
<!-- <?xml version="1.0" encoding="utf-8"?> -->
<!-- <configuration> -->
<!-- <packageRestore> -->
<!-- <add key="automatic" value="False" /> -->
<!-- </packageRestore> -->
<!-- <packageSources> -->
<!-- <add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-ci-dev/api/v3/index.json" /> -->
<!-- <add key="NuGet" value="https://api.nuget.org/v3/index.json" /> -->
<!-- </packageSources> -->
<!-- </configuration> -->

0 comments on commit d9d062a

Please sign in to comment.