File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<configuration >
3+
34 <packageSources >
4- <add key =" dotnet10" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json" />
5- <add key =" dotnet-eng" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
6- <add key =" npgsql-vnext" value =" https://www.myget.org/F/npgsql-vnext/api/v3/index.json" />
75 <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
86 </packageSources >
97
108 <packageSourceMapping >
119 <packageSource key =" nuget.org" >
1210 <package pattern =" *" />
13- <!-- Our npgsql-vnext feed doesn't necessarily contain the last preview (package retention rules...), so we take it from nuget.org -->
14- <package pattern =" Npgsql" />
15- <package pattern =" Npgsql.*" />
16- </packageSource >
17- <packageSource key =" npgsql-vnext" >
18- <package pattern =" Npgsql" />
19- <package pattern =" Npgsql.*" />
20- </packageSource >
21- <packageSource key =" dotnet10" >
22- <package pattern =" *" />
2311 </packageSource >
2412 </packageSourceMapping >
2513
You can’t perform that action at this time.
0 commit comments