Skip to content
This repository has been archived by the owner on Nov 15, 2018. It is now read-only.

Commit

Permalink
Updating json files to pin versions and build.cmd to pin KoreBuild an…
Browse files Browse the repository at this point in the history
…d DNX
  • Loading branch information
pranavkm committed Nov 18, 2015
1 parent 070a81e commit bec14b8
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 27 deletions.
11 changes: 9 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{
"projects": ["src", "test/WebSites", "samples"]
}
"projects": [
"src",
"test/WebSites",
"samples"
],
"sdk": {
"version": "1.0.0-rc1-final"
}
}
18 changes: 9 additions & 9 deletions src/Microsoft.AspNet.JsonPatch/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc1-final",
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
Expand All @@ -15,14 +15,14 @@
"net451": {},
"dotnet5.4": {
"dependencies": {
"Microsoft.CSharp": "4.0.1-beta-*",
"System.Collections.Concurrent": "4.0.11-beta-*",
"System.ComponentModel.TypeConverter": "4.0.1-beta-*",
"System.Globalization": "4.0.11-beta-*",
"System.Reflection.Extensions": "4.0.1-beta-*",
"System.Resources.ResourceManager": "4.0.1-beta-*",
"System.Runtime.Extensions": "4.0.11-beta-*",
"System.Text.Encoding.Extensions": "4.0.11-beta-*"
"Microsoft.CSharp": "4.0.1-beta-23516",
"System.Collections.Concurrent": "4.0.11-beta-23516",
"System.ComponentModel.TypeConverter": "4.0.1-beta-23516",
"System.Globalization": "4.0.11-beta-23516",
"System.Reflection.Extensions": "4.0.1-beta-23516",
"System.Resources.ResourceManager": "4.0.1-beta-23516",
"System.Runtime.Extensions": "4.0.11-beta-23516",
"System.Text.Encoding.Extensions": "4.0.11-beta-23516"
}
}
}
Expand Down
32 changes: 16 additions & 16 deletions test/Microsoft.AspNet.JsonPatch.Test/project.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"compilationOptions": {
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.AspNet.JsonPatch": "1.0.0-*",
"Microsoft.AspNet.Testing": "1.0.0-*",
"Moq": "4.2.1312.1622",
"Newtonsoft.Json": "6.0.6",
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
"commands": {
"test": "xunit.runner.aspnet"
},
"frameworks": {
"dnx451": { }
}
"compilationOptions": {
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.AspNet.JsonPatch": "1.0.0-rc1-final",
"Microsoft.AspNet.Testing": "1.0.0-rc1-final",
"Moq": "4.2.1312.1622",
"Newtonsoft.Json": "6.0.6",
"xunit.runner.aspnet": "2.0.0-aspnet-rc1-final"
},
"commands": {
"test": "xunit.runner.aspnet"
},
"frameworks": {
"dnx451": {}
}
}

0 comments on commit bec14b8

Please sign in to comment.