From ccffee826d53be22c6a9699dce7b64a5c871b5a6 Mon Sep 17 00:00:00 2001 From: David Fowler Date: Thu, 30 Apr 2015 20:36:07 -0700 Subject: Updated the samples - Pinned versions - Locked NuGet.Config per sample set --- NuGet.Config | 7 ------- samples/1.0.0-beta4/HelloWeb/project.json | 12 ++++++------ samples/1.0.0-beta4/NuGet.Config | 7 +++++++ samples/latest/NuGet.Config | 8 ++++++++ 4 files changed, 21 insertions(+), 13 deletions(-) delete mode 100644 NuGet.Config create mode 100644 samples/1.0.0-beta4/NuGet.Config create mode 100644 samples/latest/NuGet.Config diff --git a/NuGet.Config b/NuGet.Config deleted file mode 100644 index 600a375c7e..0000000000 --- a/NuGet.Config +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file 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/samples/latest/NuGet.Config b/samples/latest/NuGet.Config new file mode 100644 index 0000000000..c76546f591 --- /dev/null +++ b/samples/latest/NuGet.Config @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file -- cgit v1.2.3