1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-23 22:01:28 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>