Skip to content
This repository has been archived by the owner on Dec 13, 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 24f82aa commit c2dd8ca
Show file tree
Hide file tree
Showing 12 changed files with 130 additions and 123 deletions.
9 changes: 7 additions & 2 deletions global.json
@@ -1,3 +1,8 @@
{
"projects": ["src"]
}
"projects": [
"src"
],
"sdk": {
"version": "1.0.0-rc1-final"
}
}
20 changes: 10 additions & 10 deletions samples/SampleApp/project.json
Expand Up @@ -3,24 +3,24 @@
"SampleApp": "SampleApp"
},
"dependencies": {
"Microsoft.AspNet.FileProviders.Physical": "1.0.0-*",
"Microsoft.Extensions.Configuration.FileProviderExtensions": "1.0.0-*",
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
"Microsoft.Extensions.Logging": "1.0.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*"
"Microsoft.AspNet.FileProviders.Physical": "1.0.0-rc1-final",
"Microsoft.Extensions.Configuration.FileProviderExtensions": "1.0.0-rc1-final",
"Microsoft.Extensions.Configuration.Json": "1.0.0-rc1-final",
"Microsoft.Extensions.Logging": "1.0.0-rc1-final",
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final"
},
"frameworks": {
"dnx451": {
"dependencies": {
"Microsoft.Extensions.Logging.EventLog": "1.0.0-*",
"Microsoft.Extensions.Logging.NLog": "1.0.0-*"
"Microsoft.Extensions.Logging.EventLog": "1.0.0-rc1-final",
"Microsoft.Extensions.Logging.NLog": "1.0.0-rc1-final"
}
},
"dnxcore50": {
"dependencies": {
"System.Console": "4.0.0-beta-*"
"System.Console": "4.0.0-beta-23516"
}
}
}
}
}
38 changes: 19 additions & 19 deletions src/Microsoft.Extensions.Logging.Abstractions/project.json
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc1-final",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/logging"
Expand All @@ -12,34 +12,34 @@
"dependencies": {
"Microsoft.Extensions.TypeNameHelper.Sources": {
"type": "build",
"version": "1.0.0-*"
"version": "1.0.0-rc1-final"
}
},
"frameworks": {
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.Collections": "4.0.11-beta-*",
"System.Collections.Concurrent": "4.0.11-beta-*",
"System.Linq": "4.0.1-beta-*",
"System.Globalization": "4.0.11-beta-*",
"System.Reflection": "4.0.11-beta-*",
"System.Runtime": "4.0.21-beta-*",
"System.Runtime.Extensions": "4.0.11-beta-*",
"System.Runtime.InteropServices": "4.0.21-beta-*"
"System.Collections": "4.0.11-beta-23516",
"System.Collections.Concurrent": "4.0.11-beta-23516",
"System.Linq": "4.0.1-beta-23516",
"System.Globalization": "4.0.11-beta-23516",
"System.Reflection": "4.1.0-beta-23516",
"System.Runtime": "4.0.21-beta-23516",
"System.Runtime.Extensions": "4.0.11-beta-23516",
"System.Runtime.InteropServices": "4.0.21-beta-23516"
}
},
"netcore50": {
"dependencies": {
"System.Collections": "4.0.10",
"System.Collections.Concurrent": "4.0.10",
"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.Collections": "4.0.11-beta-23516",
"System.Collections.Concurrent": "4.0.11-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"
}
}
}
Expand Down
24 changes: 12 additions & 12 deletions src/Microsoft.Extensions.Logging.Console/project.json
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc1-final",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/logging"
Expand All @@ -11,27 +11,27 @@
},
"dependencies": {
"Microsoft.Dnx.Runtime.Sources": {
"version": "1.0.0-*",
"version": "1.0.0-rc1-final",
"type": "build"
},
"Microsoft.Extensions.Configuration.Abstractions": "1.0.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*"
"Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc1-final",
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final"
},
"frameworks": {
"net451": { },
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.Console": "4.0.0-beta-*",
"System.IO": "4.0.11-beta-*",
"System.Reflection.Extensions": "4.0.1-beta-*",
"System.Runtime": "4.0.21-beta-*",
"System.Threading": "4.0.11-beta-*"
"System.Console": "4.0.0-beta-23516",
"System.IO": "4.0.11-beta-23516",
"System.Reflection.Extensions": "4.0.1-beta-23516",
"System.Runtime": "4.0.21-beta-23516",
"System.Threading": "4.0.11-beta-23516"
}
},
"netcore50": {
"dependencies": {
"System.Console": "4.0.0-*"
"System.Console": "4.0.0-beta-23516"
}
}
}
Expand Down
10 changes: 5 additions & 5 deletions src/Microsoft.Extensions.Logging.Debug/project.json
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc1-final",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/logging"
Expand All @@ -9,15 +9,15 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*"
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final"
},
"frameworks": {
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.Collections": "4.0.11-beta-*",
"System.Globalization": "4.0.11-beta-*",
"System.Linq": "4.0.1-beta-*"
"System.Collections": "4.0.11-beta-23516",
"System.Globalization": "4.0.11-beta-23516",
"System.Linq": "4.0.1-beta-23516"
}
},
"netcore50": {}
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.Extensions.Logging.EventLog/project.json
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc1-final",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/logging"
Expand All @@ -10,7 +10,7 @@
},
"description": "Logger for Windows Event Log.",
"dependencies": {
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*"
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final"
},
"frameworks": {
"net451": {}
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.Extensions.Logging.NLog/project.json
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc1-final",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/logging"
Expand All @@ -9,7 +9,7 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final",
"NLog": "3.1.0"
},
"frameworks": {
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.Extensions.Logging.Testing/project.json
@@ -1,6 +1,6 @@
{
"description": "Helpers for writing tests that use Microsoft.Extensions.Logging.",
"version": "1.0.0-*",
"version": "1.0.0-rc1-final",
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
Expand All @@ -10,7 +10,7 @@
"url": "git://github.com/aspnet/logging"
},
"dependencies": {
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final",
"xunit.assert": "2.1.0-*"
},
"frameworks": {
Expand Down
18 changes: 9 additions & 9 deletions src/Microsoft.Extensions.Logging.TraceSource/project.json
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc1-final",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/logging"
Expand All @@ -9,7 +9,7 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*"
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final"
},
"frameworks": {
"net451": {
Expand All @@ -19,17 +19,17 @@
},
"dotnet5.4": {
"dependencies": {
"System.Collections.Concurrent": "4.0.11-beta-*",
"System.Collections": "4.0.11-beta-*",
"System.Diagnostics.TraceSource": "4.0.0-beta-*",
"System.Globalization": "4.0.11-beta-*",
"System.Linq": "4.0.1-beta-*",
"System.Threading": "4.0.11-beta-*"
"System.Collections.Concurrent": "4.0.11-beta-23516",
"System.Collections": "4.0.11-beta-23516",
"System.Diagnostics.TraceSource": "4.0.0-beta-23516",
"System.Globalization": "4.0.11-beta-23516",
"System.Linq": "4.0.1-beta-23516",
"System.Threading": "4.0.11-beta-23516"
}
},
"netcore50": {
"dependencies": {
"System.Diagnostics.TraceSource": "4.0.0-*"
"System.Diagnostics.TraceSource": "4.0.0-beta-23516"
}
}
}
Expand Down
34 changes: 17 additions & 17 deletions src/Microsoft.Extensions.Logging/project.json
@@ -1,13 +1,13 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc1-final",
"description": "Logging infrastructure.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/logging"
},
"dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*"
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final",
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final"
},
"compilationOptions": {
"warningsAsErrors": true,
Expand All @@ -24,24 +24,24 @@
},
"dotnet5.4": {
"dependencies": {
"System.Collections.Concurrent": "4.0.11-beta-*",
"System.Collections": "4.0.11-beta-*",
"System.ComponentModel": "4.0.1-beta-*",
"System.Globalization": "4.0.11-beta-*",
"System.Linq": "4.0.1-beta-*",
"System.Threading": "4.0.11-beta-*"
"System.Collections.Concurrent": "4.0.11-beta-23516",
"System.Collections": "4.0.11-beta-23516",
"System.ComponentModel": "4.0.1-beta-23516",
"System.Globalization": "4.0.11-beta-23516",
"System.Linq": "4.0.1-beta-23516",
"System.Threading": "4.0.11-beta-23516"
}
},
"netcore50": {
"dependencies": {
"System.Collections": "4.0.10",
"System.Diagnostics.Debug": "4.0.10",
"System.Linq": "4.0.0",
"System.Resources.ResourceManager": "4.0.0",
"System.Runtime": "4.0.20",
"System.Runtime.Extensions": "4.0.10",
"System.Threading": "4.0.10",
"System.Threading.Tasks": "4.0.10"
"System.Collections": "4.0.11-beta-23516",
"System.Diagnostics.Debug": "4.0.11-beta-23516",
"System.Linq": "4.0.1-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.Threading": "4.0.11-beta-23516",
"System.Threading.Tasks": "4.0.11-beta-23516"
}
}
}
Expand Down
48 changes: 25 additions & 23 deletions test/Microsoft.Extensions.Logging.Test/project.json
@@ -1,25 +1,27 @@
{
"dependencies": {
"Microsoft.Extensions.Logging": "1.0.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
"Microsoft.Extensions.Logging.Debug": "1.0.0-*",
"Microsoft.Extensions.Logging.TraceSource": "1.0.0-*",
"xunit.runner.aspnet": "2.0.0-aspnet-*"
"dependencies": {
"Microsoft.Extensions.Logging": "1.0.0-rc1-final",
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final",
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-final",
"Microsoft.Extensions.Logging.TraceSource": "1.0.0-rc1-final",
"xunit.runner.aspnet": "2.0.0-aspnet-rc1-final"
},
"commands": {
"run": "xunit.runner.aspnet",
"test": "xunit.runner.aspnet"
},
"frameworks": {
"dnx451": {
"dependencies": {
"Microsoft.Extensions.Logging.EventLog": "1.0.0-rc1-final",
"Moq": "4.2.1312.1622"
},
"compilationOptions": {
"define": [
"MOCK_SUPPORT"
]
}
},
"commands": {
"run": "xunit.runner.aspnet",
"test": "xunit.runner.aspnet"
},
"frameworks": {
"dnx451": {
"dependencies": {
"Microsoft.Extensions.Logging.EventLog": "1.0.0-*",
"Moq": "4.2.1312.1622"
},
"compilationOptions": {
"define": [ "MOCK_SUPPORT" ]
}
},
"dnxcore50": { }
}
}
"dnxcore50": {}
}
}

0 comments on commit c2dd8ca

Please sign in to comment.