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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user