mirror of https://github.com/icsharpcode/ILSpy.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.8 KiB
33 lines
1.8 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<configuration> |
|
<packageSources> |
|
<clear /> |
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> |
|
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" /> |
|
<add key="dotnet10-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json" /> |
|
<add key="dotnet11-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet11-transport/nuget/v3/index.json" /> |
|
</packageSources> |
|
<packageSourceMapping> |
|
<packageSource key="nuget.org"> |
|
<package pattern="*" /> |
|
<package pattern="Microsoft.DiaSymReader.Native" /> |
|
<package pattern="Microsoft.DiaSymReader" /> |
|
<package pattern="Microsoft.CodeAnalysis.NetAnalyzers" /> |
|
<!-- Microsoft.CodeAnalysis.* is mapped to both this feed and dotnet-tools: NuGet consults every |
|
source that declares the longest matching pattern, so stable Roslyn builds (nuget.org only; |
|
the source generator and the VS add-in pin those) and prerelease builds (dotnet-tools only; |
|
$(RoslynVersion)) both resolve from a config discovered at the solution directory, which is |
|
all Visual Studio reads. --> |
|
<package pattern="Microsoft.CodeAnalysis.*" /> |
|
</packageSource> |
|
<packageSource key="dotnet10-transport"> |
|
<package pattern="ILCompiler.Reflection.ReadyToRun.Experimental" /> |
|
<package pattern="dotnet-format" /> |
|
</packageSource> |
|
<packageSource key="dotnet-tools"> |
|
<package pattern="Microsoft.DiaSymReader.Converter.Xml" /> |
|
<package pattern="Microsoft.DiaSymReader.PortablePdb" /> |
|
<package pattern="Microsoft.CodeAnalysis.*" /> |
|
</packageSource> |
|
</packageSourceMapping> |
|
</configuration>
|
|
|