Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Fowler <davidfowl@gmail.com>2015-05-01 06:36:07 +0300
committerDavid Fowler <davidfowl@gmail.com>2015-05-01 06:36:07 +0300
commitccffee826d53be22c6a9699dce7b64a5c871b5a6 (patch)
tree12fb008b820d8a1dfbbf533c35e9a0b2f48d60cf
parent7dad807805f4caa84632b8291d733ab9760fabf9 (diff)
Updated the samplesv1.0.0-beta4
- Pinned versions - Locked NuGet.Config per sample set
-rw-r--r--samples/1.0.0-beta4/HelloWeb/project.json12
-rw-r--r--samples/1.0.0-beta4/NuGet.Config7
-rw-r--r--samples/latest/NuGet.Config (renamed from NuGet.Config)3
3 files changed, 15 insertions, 7 deletions
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 @@
+<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+ <packageSources>
+ <clear />
+ <add key="NuGetorg" value="https://nuget.org/api/v2/" />
+ </packageSources>
+</configuration> \ No newline at end of file
diff --git a/NuGet.Config b/samples/latest/NuGet.Config
index 600a375c7e..c76546f591 100644
--- a/NuGet.Config
+++ b/samples/latest/NuGet.Config
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
+ <clear />
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetvnext/api/v2" />
- <add key="NuGet.org" value="https://nuget.org/api/v2/" />
+ <add key="NuGetorg" value="https://nuget.org/api/v2/" />
</packageSources>
</configuration> \ No newline at end of file