Files
Stein Helge Riise ede31fbb7e Initial import
2025-11-17 08:32:46 +01:00

29 lines
1.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<!-- Force use of public NuGet only for everything under ./backend -->
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
<!-- Map all packages to nuget.org so no other source is probed -->
<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
</packageSourceMapping>
<!-- Optional: explicitly disable common local/VS offline feeds -->
<disabledPackageSources>
<add key="Microsoft Visual Studio Offline Packages" value="true" />
</disabledPackageSources>
<!-- Avoid prerelease unless explicitly requested (optional) -->
<!--
<config>
<add key="repositoryPath" value=".\\packages" />
</config>
-->
<!-- Keep deterministic restores/reproducibility (optional, can be removed) -->
<bindingRedirects>
<add key="skip" value="false" />
</bindingRedirects>
</configuration>