1
0
mirror of https://github.com/bitwarden/server synced 2026-01-05 18:13:31 +00:00

Remove implied default NuGet configuration (#3175)

* Rename NuGet configuration

* Remove reference altogether
This commit is contained in:
Matt Bishop
2023-08-10 14:23:19 -04:00
committed by GitHub
parent 0c76969506
commit d325f1d300

View File

@@ -1,8 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<!-- No configured package sources besides the default. -->
</configuration>