File tree 3 files changed +15
-7
lines changed
3 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 10
10
" **.vspscc"
11
11
],
12
12
"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"
19
19
},
20
20
"commands" : {
21
21
"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 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<configuration >
3
3
<packageSources >
4
+ <clear />
4
5
<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/" />
6
7
</packageSources >
7
8
</configuration >
You can’t perform that action at this time.
0 commit comments