From ccffee826d53be22c6a9699dce7b64a5c871b5a6 Mon Sep 17 00:00:00 2001 From: David Fowler Date: Thu, 30 Apr 2015 20:36:07 -0700 Subject: [PATCH] Updated the samples - Pinned versions - Locked NuGet.Config per sample set --- samples/1.0.0-beta4/HelloWeb/project.json | 12 ++++++------ samples/1.0.0-beta4/NuGet.Config | 7 +++++++ NuGet.Config => samples/latest/NuGet.Config | 3 ++- 3 files changed, 15 insertions(+), 7 deletions(-) create mode 100644 samples/1.0.0-beta4/NuGet.Config rename NuGet.Config => samples/latest/NuGet.Config (66%) 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