mirror of https://github.com/icsharpcode/ILSpy.git
2 changed files with 4 additions and 4 deletions
@ -1,8 +1,8 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
||||||
<configuration> |
<configuration> |
||||||
<packageSources> |
<packageSources> |
||||||
<add key="Nuget Official" value="https://api.nuget.org/v3/index.json" /> |
<add key="Nuget Official" 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="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" /> |
||||||
<add key="cshung_public_development" value="https://pkgs.dev.azure.com/cshung/public/_packaging/development/nuget/v3/index.json" /> |
<add key="dotnet6-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6-transport/nuget/v3/index.json" /> |
||||||
</packageSources> |
</packageSources> |
||||||
</configuration> |
</configuration> |
||||||
|
Loading…
Reference in new issue