Skip to content
This repository was archived by the owner on Nov 6, 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 56143ed commit 3f0c8d6
Show file tree
Hide file tree
Showing 9 changed files with 89 additions and 84 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"
}
}
8 changes: 4 additions & 4 deletions src/Microsoft.AspNet.FileProviders.Abstractions/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 @@ -10,14 +10,14 @@
"url": "git://github.com/aspnet/filesystem"
},
"dependencies": {
"Microsoft.Extensions.Primitives": "1.0.0-*"
"Microsoft.Extensions.Primitives": "1.0.0-rc1-final"
},
"frameworks": {
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.IO": "4.0.11-beta-*",
"System.Resources.ResourceManager": "4.0.1-beta-*"
"System.IO": "4.0.11-beta-23516",
"System.Resources.ResourceManager": "4.0.1-beta-23516"
}
}
}
Expand Down
12 changes: 6 additions & 6 deletions src/Microsoft.AspNet.FileProviders.Embedded/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 @@ -11,18 +11,18 @@
},
"dependencies": {
"Microsoft.AspNet.FileProviders.Sources": {
"version": "1.0.0-*",
"version": "1.0.0-rc1-final",
"type": "build"
},
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-*"
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-rc1-final"
},
"frameworks": {
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.Collections": "4.0.11-beta-*",
"System.Reflection": "4.0.10-*",
"System.Runtime.Extensions": "4.0.11-beta-*"
"System.Collections": "4.0.11-beta-23516",
"System.Reflection": "4.1.0-beta-23516",
"System.Runtime.Extensions": "4.0.11-beta-23516"
}
}
}
Expand Down
22 changes: 11 additions & 11 deletions src/Microsoft.AspNet.FileProviders.Physical/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 @@ -11,23 +11,23 @@
},
"dependencies": {
"Microsoft.AspNet.FileProviders.Sources": {
"version": "1.0.0-*",
"version": "1.0.0-rc1-final",
"type": "build"
},
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-*"
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-rc1-final"
},
"frameworks": {
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.Collections": "4.0.11-beta-*",
"System.Collections.Concurrent": "4.0.11-beta-*",
"System.IO.FileSystem.Watcher": "4.0.0-beta-*",
"System.IO.FileSystem": "4.0.1-beta-*",
"System.IO.FileSystem.Primitives": "4.0.1-beta-*",
"System.Runtime.Extensions": "4.0.11-beta-*",
"System.Text.RegularExpressions": "4.0.11-beta-*",
"System.Threading": "4.0.11-beta-*"
"System.Collections": "4.0.11-beta-23516",
"System.Collections.Concurrent": "4.0.11-beta-23516",
"System.IO.FileSystem.Watcher": "4.0.0-beta-23516",
"System.IO.FileSystem": "4.0.1-beta-23516",
"System.IO.FileSystem.Primitives": "4.0.1-beta-23516",
"System.Runtime.Extensions": "4.0.11-beta-23516",
"System.Text.RegularExpressions": "4.0.11-beta-23516",
"System.Threading": "4.0.11-beta-23516"
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions src/Microsoft.AspNet.FileProviders.Sources/project.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc1-final",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/filesystem"
},
"shared": "**/*.cs",
"dependencies": {
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-*"
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-rc1-final"
},
"frameworks": {
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.Linq": "4.0.1-beta-*"
"System.Linq": "4.0.1-beta-23516"
}
}
}
Expand Down
14 changes: 7 additions & 7 deletions src/Microsoft.Extensions.FileSystemGlobbing/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 @@ -11,7 +11,7 @@
},
"dependencies": {
"Microsoft.Extensions.HashCodeCombiner.Sources": {
"version": "1.0.0-*",
"version": "1.0.0-rc1-final",
"type": "build"
}
},
Expand All @@ -21,11 +21,11 @@
},
"dotnet5.4": {
"dependencies": {
"System.Runtime": "4.0.21-beta-*",
"System.Collections": "4.0.11-beta-*",
"System.IO.FileSystem": "4.0.1-beta-*",
"System.Linq": "4.0.1-beta-*",
"System.Runtime.Extensions": "4.0.11-beta-*"
"System.Runtime": "4.0.21-beta-23516",
"System.Collections": "4.0.11-beta-23516",
"System.IO.FileSystem": "4.0.1-beta-23516",
"System.Linq": "4.0.1-beta-23516",
"System.Runtime.Extensions": "4.0.11-beta-23516"
}
}
}
Expand Down
34 changes: 17 additions & 17 deletions test/Microsoft.AspNet.FileProviders.Embedded.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"dependencies": {
"Microsoft.AspNet.FileProviders.Embedded": "1.0.0-*",
"Microsoft.AspNet.Testing": "1.0.0-*",
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
"commands": {
"test": "xunit.runner.aspnet"
},
"resource": "File.txt;sub/**;Resources/**",
"frameworks": {
"dnx451": { },
"dnxcore50": {
"dependencies": {
"System.Reflection.Extensions": "4.0.1-beta-*"
}
}
"dependencies": {
"Microsoft.AspNet.FileProviders.Embedded": "1.0.0-rc1-final",
"Microsoft.AspNet.Testing": "1.0.0-rc1-final",
"xunit.runner.aspnet": "2.0.0-aspnet-rc1-final"
},
"commands": {
"test": "xunit.runner.aspnet"
},
"resource": "File.txt;sub/**;Resources/**",
"frameworks": {
"dnx451": {},
"dnxcore50": {
"dependencies": {
"System.Reflection.Extensions": "4.0.1-beta-23516"
}
}
}
}
}
32 changes: 16 additions & 16 deletions test/Microsoft.AspNet.FileProviders.Physical.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.AspNet.FileProviders.Physical": "1.0.0-*",
"Microsoft.AspNet.Testing": "1.0.0-*",
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
"commands": {
"test": "xunit.runner.aspnet"
},
"frameworks": {
"dnx451": { },
"dnxcore50": {
"dependencies": {
"System.Threading.Tasks.Parallel": "4.0.1-beta-*"
}
}
"dependencies": {
"Microsoft.AspNet.FileProviders.Physical": "1.0.0-rc1-final",
"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": {
"dependencies": {
"System.Threading.Tasks.Parallel": "4.0.1-beta-23516"
}
}
}
}
}
36 changes: 18 additions & 18 deletions test/Microsoft.Extensions.FileSystemGlobbing.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"xunit.runner.aspnet": "2.0.0-aspnet-*",
"Microsoft.Extensions.FileSystemGlobbing": "1.0.0-*",
"Microsoft.AspNet.Testing": "1.0.0-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
},
"commands": {
"test": "xunit.runner.aspnet"
}
}
"version": "1.0.0-*",
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"xunit.runner.aspnet": "2.0.0-aspnet-rc1-final",
"Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc1-final",
"Microsoft.AspNet.Testing": "1.0.0-rc1-final"
},
"frameworks": {
"dnx451": {},
"dnxcore50": {}
},
"commands": {
"test": "xunit.runner.aspnet"
}
}

0 comments on commit 3f0c8d6

Please sign in to comment.