refactor: Nuget.config entfernt, da nicht mehr benötigt.

This commit is contained in:
Developer 02 2024-08-01 21:00:08 +02:00
parent b3c3ae25d4
commit d0dfd342b8
2 changed files with 0 additions and 12 deletions

View File

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<solution>
<add key="disableSourceControlIntegration" value="true" />
</solution>
<packageSources>
<clear />
<add key="NuGet Official" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="Hensel Packages" value="https://pkgs.dev.azure.com/hensel-recycling/_packaging/HenselFeed/nuget/v3/index.json" protocolVersion="3" />
</packageSources>
</configuration>

View File

@ -4,7 +4,6 @@
"Default": "Warning"
}
},
"ConnectionStrings": {
"sqlConnection": "Data Source=local.db"
},