Welcome to mirror list, hosted at ThFree Co, Russian Federation.

NuGet.config - github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cec9479a72bfa183df4d1eb0f06779f46f2caff3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <packageSources>
    <clear />
    <!--
      Restore sources should be defined in build/sources.props.
      The only allowed feed here is myget.org/aspnet-tools which is required to work around
      https://github.com/Microsoft/msbuild/issues/2914
    -->
    <add key="myget.org aspnetcore-tools" value="https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json" />
  </packageSources>
</configuration>