Skip to content

Commit

Permalink
Update to RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
khellang committed Dec 2, 2015
1 parent 1218d62 commit 40a1bdc
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"projects": [ "src", "test" ],
"sdk": {
"version": "1.0.0-beta8"
"version": "1.0.0-rc1-final"
}
}
12 changes: 6 additions & 6 deletions src/Serilog/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion test/Serilog.Tests/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
30 changes: 15 additions & 15 deletions test/Serilog.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
Expand Down

0 comments on commit 40a1bdc

Please sign in to comment.