diff --git a/global.json b/global.json index 983ba040..4d1ccc96 100644 --- a/global.json +++ b/global.json @@ -1,3 +1,8 @@ { - "projects": ["src"] -} + "projects": [ + "src" + ], + "sdk": { + "version": "1.0.0-rc1-final" + } +} \ No newline at end of file diff --git a/samples/SampleApp/project.json b/samples/SampleApp/project.json index 7f51b892..b26d9933 100644 --- a/samples/SampleApp/project.json +++ b/samples/SampleApp/project.json @@ -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" } } } -} +} \ No newline at end of file diff --git a/src/Microsoft.Extensions.Logging.Abstractions/project.json b/src/Microsoft.Extensions.Logging.Abstractions/project.json index 4c2dd93b..fca3c587 100644 --- a/src/Microsoft.Extensions.Logging.Abstractions/project.json +++ b/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" @@ -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" } } } diff --git a/src/Microsoft.Extensions.Logging.Console/project.json b/src/Microsoft.Extensions.Logging.Console/project.json index c88a9cdc..6d8b418f 100644 --- a/src/Microsoft.Extensions.Logging.Console/project.json +++ b/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" @@ -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" } } } diff --git a/src/Microsoft.Extensions.Logging.Debug/project.json b/src/Microsoft.Extensions.Logging.Debug/project.json index 652e0545..a6b5c6b5 100644 --- a/src/Microsoft.Extensions.Logging.Debug/project.json +++ b/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" @@ -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": {} diff --git a/src/Microsoft.Extensions.Logging.EventLog/project.json b/src/Microsoft.Extensions.Logging.EventLog/project.json index 8cdf1a78..b5f6a50f 100644 --- a/src/Microsoft.Extensions.Logging.EventLog/project.json +++ b/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" @@ -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": {} diff --git a/src/Microsoft.Extensions.Logging.NLog/project.json b/src/Microsoft.Extensions.Logging.NLog/project.json index 477f1794..5181dbfc 100644 --- a/src/Microsoft.Extensions.Logging.NLog/project.json +++ b/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" @@ -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": { diff --git a/src/Microsoft.Extensions.Logging.Testing/project.json b/src/Microsoft.Extensions.Logging.Testing/project.json index 64b39962..1231b90b 100644 --- a/src/Microsoft.Extensions.Logging.Testing/project.json +++ b/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" @@ -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": { diff --git a/src/Microsoft.Extensions.Logging.TraceSource/project.json b/src/Microsoft.Extensions.Logging.TraceSource/project.json index 95a7393a..367eb10f 100644 --- a/src/Microsoft.Extensions.Logging.TraceSource/project.json +++ b/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" @@ -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": { @@ -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" } } } diff --git a/src/Microsoft.Extensions.Logging/project.json b/src/Microsoft.Extensions.Logging/project.json index b7c56262..2c60e294 100644 --- a/src/Microsoft.Extensions.Logging/project.json +++ b/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, @@ -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" } } } diff --git a/test/Microsoft.Extensions.Logging.Test/project.json b/test/Microsoft.Extensions.Logging.Test/project.json index a919bf96..d8e35106 100644 --- a/test/Microsoft.Extensions.Logging.Test/project.json +++ b/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": {} + } +} \ No newline at end of file diff --git a/test/Microsoft.Extensions.Logging.Testing.Tests/project.json b/test/Microsoft.Extensions.Logging.Testing.Tests/project.json index 0c41e580..04eb2f0f 100644 --- a/test/Microsoft.Extensions.Logging.Testing.Tests/project.json +++ b/test/Microsoft.Extensions.Logging.Testing.Tests/project.json @@ -1,23 +1,23 @@ { - "version": "1.0.0-*", - "dependencies": { - "Microsoft.Extensions.Logging.Testing": "1.0.0-*", - "xunit.runner.aspnet": "2.0.0-aspnet-*" + "version": "1.0.0-*", + "dependencies": { + "Microsoft.Extensions.Logging.Testing": "1.0.0-rc1-final", + "xunit.runner.aspnet": "2.0.0-aspnet-rc1-final" + }, + "commands": { + "test": "xunit.runner.aspnet" + }, + "frameworks": { + "dnx451": { + "frameworkAssemblies": { + "System.Threading.Tasks": "" + } }, - "commands": { - "test": "xunit.runner.aspnet" - }, - "frameworks" : { - "dnx451": { - "frameworkAssemblies": { - "System.Threading.Tasks": "" - } - }, - "dnxcore50" : { - "dependencies": { - "System.Runtime": "4.0.21-beta-*", - "System.Threading.Tasks": "4.0.11-beta-*" - } - } + "dnxcore50": { + "dependencies": { + "System.Runtime": "4.0.21-beta-23516", + "System.Threading.Tasks": "4.0.11-beta-23516" + } } -} + } +} \ No newline at end of file