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>2019-12-13 16:24:11 +0300
committerGitHub <noreply@github.com>2019-12-13 16:24:11 +0300
commit58594cf1195ecf7524b1da5431bdb17e091795d0 (patch)
treea04d0318dec0927b43b9f0e3e728350aed449c7e
parentd6d87c94ad72484e00345b0f29246d229bb97b3b (diff)
Update dependencies from https://github.com/dotnet/arcade build 20191212.1 (#859)
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19612.1
-rw-r--r--eng/Version.Details.xml4
-rw-r--r--global.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 0476544f5..e59a5f8f6 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -3,9 +3,9 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
- <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.19611.6">
+ <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.19612.1">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>71a91bbb3c49bad2f1e7f2c7f28b32c5c0efc9e5</Sha>
+ <Sha>b590bede6a5244ee732c63c99f725728cabbda48</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
diff --git a/global.json b/global.json
index 6b5a154cd..341234ba8 100644
--- a/global.json
+++ b/global.json
@@ -3,7 +3,7 @@
"dotnet": "3.0.101"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19611.6",
+ "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19612.1",
"Microsoft.NET.Sdk.IL": "3.0.0-preview4-27520-71"
}
}