Skip to content
This repository was archived by the owner on Nov 1, 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 d97186d commit 8edfa96
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 43 deletions.
12 changes: 9 additions & 3 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{
"projects": [ "src", "test" ]
}
{
"projects": [
"src",
"test"
],
"sdk": {
"version": "1.0.0-rc1-final"
}
}
64 changes: 32 additions & 32 deletions src/Microsoft.Data.Sqlite/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": "SQLite implementation of the System.Data.Common provider model.",
"compilationOptions": {
"warningsAsErrors": true,
Expand All @@ -8,47 +8,47 @@
"frameworks": {
"net451": {
"dependencies": {
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*"
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final"
},
"frameworkAssemblies": {
"System.Data": "4.0.0.0"
}
},
"dotnet5.4": {
"dependencies": {
"System.Collections": "4.0.11-*",
"System.ComponentModel": "4.0.1-*",
"System.Data.Common": "4.0.1-*",
"System.Diagnostics.Debug": "4.0.11-*",
"System.Globalization": "4.0.11-*",
"System.IO.FileSystem": "4.0.1-*",
"System.Linq": "4.0.1-*",
"System.Reflection": "4.1.0-*",
"System.Resources.ResourceManager": "4.0.1-*",
"System.Runtime": "4.0.21-*",
"System.Runtime.Extensions": "4.0.11-*",
"System.Runtime.Handles": "4.0.1-*",
"System.Runtime.InteropServices": "4.0.21-*",
"System.Text.Encoding": "4.0.11-*",
"System.Threading.Tasks": "4.0.11-*"
"System.Collections": "4.0.11-beta-23516",
"System.ComponentModel": "4.0.1-beta-23516",
"System.Data.Common": "4.0.1-beta-23516",
"System.Diagnostics.Debug": "4.0.11-beta-23516",
"System.Globalization": "4.0.11-beta-23516",
"System.IO.FileSystem": "4.0.1-beta-23516",
"System.Linq": "4.0.1-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",
"System.Runtime.Handles": "4.0.1-beta-23516",
"System.Runtime.InteropServices": "4.0.21-beta-23516",
"System.Text.Encoding": "4.0.11-beta-23516",
"System.Threading.Tasks": "4.0.11-beta-23516"
}
},
"netcore50": {
"dependencies": {
"Microsoft.CSharp": "4.0.0",
"System.Collections": "4.0.10",
"System.Data.Common": "4.0.0",
"System.Diagnostics.Debug": "4.0.10",
"System.Globalization": "4.0.10",
"System.Linq": "4.0.0",
"System.Reflection": "4.0.10",
"System.Resources.ResourceManager": "4.0.0",
"System.Runtime": "4.0.20",
"System.Runtime.Extensions": "4.0.10",
"System.Runtime.Handles": "4.0.0",
"System.Runtime.InteropServices": "4.0.20",
"System.Text.Encoding": "4.0.10",
"System.Threading.Tasks": "4.0.10"
"Microsoft.CSharp": "4.0.1-beta-23516",
"System.Collections": "4.0.11-beta-23516",
"System.Data.Common": "4.0.1-beta-23516",
"System.Diagnostics.Debug": "4.0.11-beta-23516",
"System.Globalization": "4.0.11-beta-23516",
"System.Linq": "4.0.1-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",
"System.Runtime.Handles": "4.0.1-beta-23516",
"System.Runtime.InteropServices": "4.0.21-beta-23516",
"System.Text.Encoding": "4.0.11-beta-23516",
"System.Threading.Tasks": "4.0.11-beta-23516"
}
}
},
Expand All @@ -60,4 +60,4 @@
"build/netcore50/win10-x86/": "build/netcore50/win10-x86/**",
"runtimes/": "runtimes/**"
}
}
}
4 changes: 2 additions & 2 deletions test/Microsoft.Data.Sqlite.FunctionalTests.UWP/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
{
"dependencies": {
"Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0",
"Microsoft.NETCore.UniversalWindowsPlatform": "5.0.1-beta-23516",
"xunit": "2.1.0",
"xunit.runner.visualstudio": "2.1.0"
},
Expand Down
12 changes: 6 additions & 6 deletions test/Microsoft.Data.Sqlite.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
{
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.AspNet.Testing": "1.0.0-*",
"Microsoft.Data.Sqlite": "1.0.0-*",
"Microsoft.AspNet.Testing": "1.0.0-rc1-final",
"Microsoft.Data.Sqlite": "1.0.0-rc1-final",
"xunit": "2.1.0-*",
"xunit.runner.aspnet": "2.0.0-aspnet-*"
"xunit.runner.aspnet": "2.0.0-aspnet-rc1-final"
},
"commands": {
"test": "xunit.runner.aspnet"
},
"frameworks": {
"dnx451": { },
"dnx451": {},
"dnxcore50": {
"System.IO.FileSystem": " 4.0.0-*",
"System.Threading.Thread": "4.0.0-*"
}
}
}
}

0 comments on commit 8edfa96

Please sign in to comment.