pschneider

This commit is contained in:
Paul Schneider 2026-06-07 07:06:40 +01:00
commit 142b969f57
2 changed files with 3 additions and 2 deletions

View file

@ -13,6 +13,7 @@
"envsubst", "envsubst",
"Newtonsoft", "Newtonsoft",
"Npgsql", "Npgsql",
"pschneider",
"SLNDIR", "SLNDIR",
"validable", "validable",
"www-data", "www-data",

View file

@ -3,7 +3,7 @@
<packageSources> <packageSources>
<clear /> <clear />
<add key="nuget.org" value="https://nuget.org" protocolVersion="3" /> <add key="nuget.org" value="https://nuget.org" protocolVersion="3" />
<add key="pschneider" value="https://pschneider.fr" protocolVersion="3" /> <add key="isn.pschneider.fr" value="https://isn.pschneider.fr/v3/index.json" protocolVersion="3" />
<add key="dotnet10" value="https://azure.com" protocolVersion="3" /> <add key="dotnet10" value="https://azure.com" protocolVersion="3" />
<add key="dotnet-public" value="https://azure.com" protocolVersion="3" /> <add key="dotnet-public" value="https://azure.com" protocolVersion="3" />
</packageSources> </packageSources>
@ -13,7 +13,7 @@
<packageSource key="nuget.org"> <packageSource key="nuget.org">
<package pattern="*" /> <package pattern="*" />
</packageSource> </packageSource>
<packageSource key="pschneider"> <packageSource key="isn.pschneider.fr">
<package pattern="*" /> <package pattern="*" />
</packageSource> </packageSource>
<packageSource key="dotnet10"> <packageSource key="dotnet10">