Browse Source

Updated NuGet config file to resolve Microsoft.AspNetCore.App 2.1.3

pull/705/head
rafsanulhasan 6 years ago
parent
commit
6af4b9c002
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      NuGet.config

+ 1
- 1
NuGet.config View File

@ -4,7 +4,7 @@
<add key="repositoryPath" value="packages" /> <add key="repositoryPath" value="packages" />
</config> </config>
<packageSources> <packageSources>
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnet-feb2017-patch/api/v3/index.json" />
<add key="AspNetCore" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" /> <add key="NuGet" value="https://api.nuget.org/v3/index.json" />
</packageSources> </packageSources>
</configuration> </configuration>

Loading…
Cancel
Save