File tree Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 1010 " **.vspscc"
1111 ],
1212 "dependencies" : {
13- "Kestrel" : " 1.0.0-beta4-* " ,
14- "Microsoft.AspNet.Diagnostics" : " 1.0.0-beta4-* " ,
15- "Microsoft.AspNet.Hosting" : " 1.0.0-beta4-* " ,
16- "Microsoft.AspNet.Server.IIS" : " 1.0.0-beta4-* " ,
17- "Microsoft.AspNet.Server.WebListener" : " 1.0.0-beta4-* " ,
18- "Microsoft.AspNet.StaticFiles" : " 1.0.0-beta4-* "
13+ "Kestrel" : " 1.0.0-beta4" ,
14+ "Microsoft.AspNet.Diagnostics" : " 1.0.0-beta4" ,
15+ "Microsoft.AspNet.Hosting" : " 1.0.0-beta4" ,
16+ "Microsoft.AspNet.Server.IIS" : " 1.0.0-beta4" ,
17+ "Microsoft.AspNet.Server.WebListener" : " 1.0.0-beta4" ,
18+ "Microsoft.AspNet.StaticFiles" : " 1.0.0-beta4"
1919 },
2020 "commands" : {
2121 "web" : " Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.WebListener --server.urls http://localhost:5001" ,
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <configuration >
3+ <packageSources >
4+ <clear />
5+ <add key =" NuGetorg" value =" https://nuget.org/api/v2/" />
6+ </packageSources >
7+ </configuration >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<configuration >
33 <packageSources >
4+ <clear />
45 <add key =" AspNetVNext" value =" https://www.myget.org/F/aspnetvnext/api/v2" />
5- <add key =" NuGet.org " value =" https://nuget.org/api/v2/" />
6+ <add key =" NuGetorg " value =" https://nuget.org/api/v2/" />
67 </packageSources >
78</configuration >
You can’t perform that action at this time.
0 commit comments