diff --git a/samples/1.0.0-beta4/HelloWeb/project.json b/samples/1.0.0-beta4/HelloWeb/project.json index 238a2e0762..2d54b29a24 100644 --- a/samples/1.0.0-beta4/HelloWeb/project.json +++ b/samples/1.0.0-beta4/HelloWeb/project.json @@ -10,12 +10,12 @@ "**.vspscc" ], "dependencies": { - "Kestrel": "1.0.0-beta4-*", - "Microsoft.AspNet.Diagnostics": "1.0.0-beta4-*", - "Microsoft.AspNet.Hosting": "1.0.0-beta4-*", - "Microsoft.AspNet.Server.IIS": "1.0.0-beta4-*", - "Microsoft.AspNet.Server.WebListener": "1.0.0-beta4-*", - "Microsoft.AspNet.StaticFiles": "1.0.0-beta4-*" + "Kestrel": "1.0.0-beta4", + "Microsoft.AspNet.Diagnostics": "1.0.0-beta4", + "Microsoft.AspNet.Hosting": "1.0.0-beta4", + "Microsoft.AspNet.Server.IIS": "1.0.0-beta4", + "Microsoft.AspNet.Server.WebListener": "1.0.0-beta4", + "Microsoft.AspNet.StaticFiles": "1.0.0-beta4" }, "commands": { "web": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.WebListener --server.urls http://localhost:5001", diff --git a/samples/1.0.0-beta4/NuGet.Config b/samples/1.0.0-beta4/NuGet.Config new file mode 100644 index 0000000000..385c62550d --- /dev/null +++ b/samples/1.0.0-beta4/NuGet.Config @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/NuGet.Config b/samples/latest/NuGet.Config similarity index 66% rename from NuGet.Config rename to samples/latest/NuGet.Config index 600a375c7e..c76546f591 100644 --- a/NuGet.Config +++ b/samples/latest/NuGet.Config @@ -1,7 +1,8 @@  + - + \ No newline at end of file