Skip to content
This repository has been archived by the owner on Nov 9, 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 09457ca commit e5960f6
Show file tree
Hide file tree
Showing 10 changed files with 141 additions and 133 deletions.
9 changes: 7 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"projects": ["src"]
}
"projects": [
"src"
],
"sdk": {
"version": "1.0.0-rc1-final"
}
}
20 changes: 10 additions & 10 deletions src/Microsoft.AspNet.Testing/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"description": "Various helpers for writing tests that use DNX or ASP.NET.",
"version": "1.0.0-*",
"version": "1.0.0-rc1-final",
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
Expand All @@ -10,8 +10,8 @@
"url": "git://github.com/aspnet/testing"
},
"dependencies": {
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
"xunit.runner.aspnet": "2.0.0-aspnet-*"
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final",
"xunit.runner.aspnet": "2.0.0-aspnet-rc1-final"
},
"frameworks": {
"dnx451": {
Expand All @@ -23,13 +23,13 @@
},
"dnxcore50": {
"dependencies": {
"System.Runtime": "4.0.21-beta-*",
"System.Runtime.InteropServices": "4.0.21-beta-*",
"System.Globalization": "4.0.11-beta-*",
"System.Threading.Tasks": "4.0.11-beta-*",
"System.Reflection": "4.0.11-beta-*",
"System.Threading.Thread": "4.0.0-beta-*"
"System.Runtime": "4.0.21-beta-23516",
"System.Runtime.InteropServices": "4.0.21-beta-23516",
"System.Globalization": "4.0.11-beta-23516",
"System.Threading.Tasks": "4.0.11-beta-23516",
"System.Reflection": "4.1.0-beta-23516",
"System.Threading.Thread": "4.0.0-beta-23516"
}
}
}
}
}
4 changes: 2 additions & 2 deletions src/Microsoft.Dnx.TestHost.Client.Sources/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",
"description": "Shared sources for automating Microsoft.Dnx.TestHost",
"repository": {
"type": "git",
Expand All @@ -11,7 +11,7 @@
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.Runtime": "4.0.21-beta-*"
"System.Runtime": "4.0.21-beta-23516"
}
}
}
Expand Down
96 changes: 48 additions & 48 deletions src/Microsoft.Dnx.TestHost/project.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
{
"description": "Test host for discovering and running unit tests at design time, such as in Visual Studio.",
"version": "1.0.0-*",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/testing"
"description": "Test host for discovering and running unit tests at design time, such as in Visual Studio.",
"version": "1.0.0-rc1-final",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/testing"
},
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.Dnx.Compilation.Abstractions": "1.0.0-rc1-final",
"Microsoft.Dnx.Runtime.CommandParsing.Sources": {
"version": "1.0.0-rc1-final",
"type": "build"
},
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
"Microsoft.Dnx.Runtime.Sources": {
"version": "1.0.0-rc1-final",
"type": "build"
},
"dependencies": {
"Microsoft.Dnx.Compilation.Abstractions": "1.0.0-*",
"Microsoft.Dnx.Runtime.CommandParsing.Sources": {
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.Dnx.Runtime.Sources": {
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.Dnx.Testing.Abstractions": "1.0.0-*",
"Microsoft.Extensions.CommandLineUtils.Sources": {
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.Extensions.Logging": "1.0.0-*",
"Newtonsoft.Json": "6.0.6"
"Microsoft.Dnx.Testing.Abstractions": "1.0.0-rc1-final",
"Microsoft.Extensions.CommandLineUtils.Sources": {
"version": "1.0.0-rc1-final",
"type": "build"
},
"commands": {
"run": "run"
"Microsoft.Extensions.Logging": "1.0.0-rc1-final",
"Newtonsoft.Json": "6.0.6"
},
"commands": {
"run": "run"
},
"frameworks": {
"dnx451": {
"frameworkAssemblies": {
"System.Runtime": "",
"System.Threading.Tasks": ""
}
},
"frameworks": {
"dnx451": {
"frameworkAssemblies": {
"System.Runtime": "",
"System.Threading.Tasks": ""
}
},
"dnxcore50": {
"dependencies": {
"System.Console": "4.0.0-beta-*",
"System.Diagnostics.Process": "4.1.0-beta-*",
"System.Diagnostics.TextWriterTraceListener": "4.0.0-beta-*",
"System.Diagnostics.TraceSource": "4.0.0-beta-*",
"System.Net.Primitives": "4.0.11-beta-*",
"System.Net.Sockets": "4.1.0-beta-*",
"System.Reflection.Extensions": "4.0.1-beta-*",
"System.Reflection.TypeExtensions": "4.0.1-beta-*",
"System.Threading.Thread": "4.0.0-beta-*"
}
}
"dnxcore50": {
"dependencies": {
"System.Console": "4.0.0-beta-23516",
"System.Diagnostics.Process": "4.1.0-beta-23516",
"System.Diagnostics.TextWriterTraceListener": "4.0.0-beta-23516",
"System.Diagnostics.TraceSource": "4.0.0-beta-23516",
"System.Net.Primitives": "4.0.11-beta-23516",
"System.Net.Sockets": "4.1.0-beta-23516",
"System.Reflection.Extensions": "4.0.1-beta-23516",
"System.Reflection.TypeExtensions": "4.1.0-beta-23516",
"System.Threading.Thread": "4.0.0-beta-23516"
}
}
}
}
}
12 changes: 6 additions & 6 deletions src/Microsoft.Dnx.Testing.Abstractions/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"description": "Abstractions for test runners to communicate to a tool, such as Visual Studio.",
"version": "1.0.0-*",
"version": "1.0.0-rc1-final",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/testing"
Expand All @@ -13,11 +13,11 @@
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.Collections": "4.0.11-beta-*",
"System.Reflection": "4.0.11-beta-*",
"System.Resources.ResourceManager": "4.0.1-beta-*",
"System.Runtime": "4.0.21-beta-*",
"System.Runtime.Extensions": "4.0.11-beta-*"
"System.Collections": "4.0.11-beta-23516",
"System.Reflection": "4.1.0-beta-23516",
"System.Resources.ResourceManager": "4.0.1-beta-23516",
"System.Runtime": "4.0.21-beta-23516",
"System.Runtime.Extensions": "4.0.11-beta-23516"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.Extensions.WebEncoders.Testing/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"keyFile": "../../tools/Key.snk"
},
"description": "Helpers for writing tests that useMicrosoft.Extensions.WebEncoders.",
"version": "1.0.0-*",
"version": "1.0.0-rc1-final",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/testing"
},
"dependencies": {
"Microsoft.Extensions.WebEncoders": "1.0.0-*",
"Microsoft.Extensions.WebEncoders": "1.0.0-rc1-final",
"xunit.assert": "2.1.0-*"
},
"frameworks": {
Expand Down
34 changes: 17 additions & 17 deletions test/Microsoft.AspNet.Testing.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.AspNet.Testing": "1.0.0-*",
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
"commands": {
"test": "xunit.runner.aspnet"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
}
}
"version": "1.0.0-*",
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.AspNet.Testing": "1.0.0-rc1-final",
"xunit.runner.aspnet": "2.0.0-aspnet-rc1-final"
},
"commands": {
"test": "xunit.runner.aspnet"
},
"frameworks": {
"dnx451": {},
"dnxcore50": {}
}
}
39 changes: 21 additions & 18 deletions test/Microsoft.Dnx.TestHost.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
"version": "1.0.0-*",
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Sample.Tests": "1.0.0-*",
"Microsoft.AspNet.Testing": "1.0.0-rc1-final",
"Microsoft.Dnx.TestHost": "1.0.0-rc1-final",
"Microsoft.Dnx.TestHost.Client.Sources": {
"type": "build",
"version": "1.0.0-rc1-final"
},
"dependencies": {
"Sample.Tests": "1.0.0-*",
"Microsoft.AspNet.Testing": "1.0.0-*",
"Microsoft.Dnx.TestHost": "1.0.0-*",
"Microsoft.Dnx.TestHost.Client.Sources": { "type": "build", "version": "1.0.0-*" },
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
"commands": {
"test": "xunit.runner.aspnet"
},
"frameworks": {
"dnx451": { }
}
}
"xunit.runner.aspnet": "2.0.0-aspnet-rc1-final"
},
"commands": {
"test": "xunit.runner.aspnet"
},
"frameworks": {
"dnx451": {}
}
}
32 changes: 16 additions & 16 deletions test/Microsoft.Extensions.WebEncoders.Testing.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.Extensions.WebEncoders.Testing": "1.0.0-*",
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
"commands": {
"test": "xunit.runner.aspnet"
},
"frameworks": {
"dnx451": { },
"dnxcore50" : {
"dependencies": {
"System.Runtime": "4.0.21-beta-*"
}
}
"version": "1.0.0-*",
"dependencies": {
"Microsoft.Extensions.WebEncoders.Testing": "1.0.0-rc1-final",
"xunit.runner.aspnet": "2.0.0-aspnet-rc1-final"
},
"commands": {
"test": "xunit.runner.aspnet"
},
"frameworks": {
"dnx451": {},
"dnxcore50": {
"dependencies": {
"System.Runtime": "4.0.21-beta-23516"
}
}
}
}
}
24 changes: 12 additions & 12 deletions test/Sample.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "1.0.0-*",
"dependencies": {
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
"commands": {
"test": "xunit.runner.aspnet"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
}
}
"version": "1.0.0-*",
"dependencies": {
"xunit.runner.aspnet": "2.0.0-aspnet-rc1-final"
},
"commands": {
"test": "xunit.runner.aspnet"
},
"frameworks": {
"dnx451": {},
"dnxcore50": {}
}
}

0 comments on commit e5960f6

Please sign in to comment.