diff --git a/global.json b/global.json index b073e32a1..332d21ef8 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "projects": [ "src", "test" ], "sdk": { - "version": "1.0.0-beta8" + "version": "1.0.0-rc1-final" } } diff --git a/src/Serilog/project.json b/src/Serilog/project.json index eacbeb020..0583dd27a 100644 --- a/src/Serilog/project.json +++ b/src/Serilog/project.json @@ -56,18 +56,18 @@ "System.Threading.Tasks": "" } }, - "dotnet": { + "dotnet5.4": { "compilationOptions": { "define": [ "DNXCORE50" ] }, "dependencies": { "Microsoft.NETCore.Platforms": "1.0.0", "Microsoft.NETCore": "5.0.0", - "System.Collections.Concurrent": "4.0.11-beta-23225", - "System.Console": "4.0.0-beta-23225", - "System.Diagnostics.Process": "4.0.0-beta-23225", - "System.Diagnostics.TraceSource": "4.0.0-beta-23109", - "System.Threading.Thread": "4.0.0-beta-23225" + "System.Collections.Concurrent": "4.0.11-beta-23516", + "System.Console": "4.0.0-beta-23516", + "System.Diagnostics.Process": "4.1.0-beta-23516", + "System.Diagnostics.TraceSource": "4.0.0-beta-23516", + "System.Threading.Thread": "4.0.0-beta-23516" } } } diff --git a/test/Serilog.Tests/Properties/launchSettings.json b/test/Serilog.Tests/Properties/launchSettings.json index 2ab595ba9..3ab0635fd 100644 --- a/test/Serilog.Tests/Properties/launchSettings.json +++ b/test/Serilog.Tests/Properties/launchSettings.json @@ -5,7 +5,7 @@ }, "test-dnxcore50": { "commandName": "test", - "sdkVersion": "dnx-coreclr-win-x86.1.0.0-beta8" + "sdkVersion": "dnx-coreclr-win-x86.1.0.0-rc1-final" } } } \ No newline at end of file diff --git a/test/Serilog.Tests/project.json b/test/Serilog.Tests/project.json index a55febea8..5bcfecca9 100644 --- a/test/Serilog.Tests/project.json +++ b/test/Serilog.Tests/project.json @@ -42,27 +42,27 @@ "System.Configuration": "" }, "dependencies": { - "xunit.runner.dnx": "2.1.0-beta5-build169" + "xunit.runner.dnx": "2.1.0-rc1-build204" } }, "dnxcore50": { "dependencies": { "Microsoft.NETCore.Platforms": "1.0.0", "Microsoft.NETCore": "5.0.0", - "Microsoft.CSharp": "4.0.1-beta-23225", - "System.Collections": "4.0.11-beta-23225", - "System.Console": "4.0.0-beta-23225", - "System.Diagnostics.Process": "4.0.0-beta-23225", - "System.Diagnostics.TraceSource": "4.0.0-beta-23109", - "System.IO.FileSystem": "4.0.1-beta-23225", - "System.Linq": "4.0.1-beta-23225", - "System.Runtime": "4.0.21-beta-23409", - "System.Runtime.Extensions": "4.0.11-beta-23225", - "System.Text.RegularExpressions": "4.0.11-beta-23225", - "System.Threading": "4.0.11-beta-23225", - "System.Threading.Thread": "4.0.0-beta-23225", - "System.Threading.Timer": "4.0.1-beta-23225", - "xunit.runner.dnx": "2.1.0-beta5-build169" + "Microsoft.CSharp": "4.0.1-beta-23516", + "System.Collections": "4.0.11-beta-23516", + "System.Console": "4.0.0-beta-23516", + "System.Diagnostics.Process": "4.1.0-beta-23516", + "System.Diagnostics.TraceSource": "4.0.0-beta-23516", + "System.IO.FileSystem": "4.0.1-beta-23516", + "System.Linq": "4.0.1-beta-23516", + "System.Runtime": "4.0.21-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", + "System.Threading.Thread": "4.0.0-beta-23516", + "System.Threading.Timer": "4.0.1-beta-23516", + "xunit.runner.dnx": "2.1.0-rc1-build204" } } }