remove nuget.config and private nuget feed

This commit is contained in:
2023-01-14 18:33:02 -06:00
parent 580b790253
commit 2a423bcb93
2 changed files with 0 additions and 7 deletions

View File

@@ -18,7 +18,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
global.json = global.json
nuget.config = nuget.config
README.md = README.md
EndProjectSection
EndProject

View File

@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
</configuration>