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

github.com/mono/mono.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-01-23 12:34:41 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2020-01-23 12:34:41 +0300
commit4321ba1e3b376b2c7e58e4a59aca7aa5c5f0b093 (patch)
tree1862aebdb43fde32bba60e72080639efda93da87 /global.json
parenta6f2903d58270bf022454ba18b4f3d31a3671e52 (diff)
Update dependencies from https://github.com/dotnet/arcade build 20200118.1 (#18514)
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20068.1 - Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.20068.1
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 29350ae3f40..fe39b207bc0 100644
--- a/global.json
+++ b/global.json
@@ -3,7 +3,7 @@
"dotnet": "5.0.100-alpha1-015772"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20062.1",
- "Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20062.1"
+ "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20068.1",
+ "Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20068.1"
}
}