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:
parent
0c76969506
commit
d325f1d300
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user