This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Updated NuGet config file to resolve Microsoft.AspNetCore.App 2.1.3
pull/705/head
rafsanulhasan
6 years ago
parent
c04f90d2dd
commit
6af4b9c002
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
NuGet.config
+ 1
- 1
NuGet.config
View File
@ -4,7 +4,7 @@
<add key="repositoryPath" value="packages" />
</config>
<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" />
</packageSources>
</configuration>
Write
Preview
Loading…
Cancel
Save