Skip to content

Commit ccffee8

Browse files
committed
Updated the samples
- Pinned versions - Locked NuGet.Config per sample set
1 parent 7dad807 commit ccffee8

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

samples/1.0.0-beta4/HelloWeb/project.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
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",

samples/1.0.0-beta4/NuGet.Config

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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>
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
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>

0 commit comments

Comments
 (0)