Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2020-10-20 15:33:13 +0300
committerGitHub <noreply@github.com>2020-10-20 15:33:13 +0300
commit8c41e53bbc6223fbb320885e8944794f283b6135 (patch)
tree15a5b165b906ba6316a90befe737834bf2e6b013 /global.json
parente2ce67a42fac9915e764b52fcd15bbbb22576711 (diff)
[master] Update dependencies from dotnet/arcade (#1572)
[master] Update dependencies from dotnet/arcade - Reset AnalysisLevel for WarningLevel to work
Diffstat (limited to 'global.json')
-rw-r--r--global.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/global.json b/global.json
index 88932a826..1e7a695d2 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"tools": {
- "dotnet": "5.0.100-rc.1.20454.5",
+ "dotnet": "5.0.100-rc.2.20479.15",
"runtimes": {
"dotnet": [
"5.0.0-rc.1.20451.14"
@@ -8,7 +8,7 @@
}
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20506.7",
+ "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20515.7",
"Microsoft.FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
"Microsoft.NET.Sdk.IL": "6.0.0-alpha.1.20518.3"
}