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-01-20 16:20:41 +0300
committerGitHub <noreply@github.com>2020-01-20 16:20:41 +0300
commitb2e82f3efc5ed5a5a503565d32c7275ca052fc51 (patch)
tree9e2f3eaafa75f01a1485166dc27bba8918167d0f
parent759ff5a4d92198b0c1e2f56219c7060b9351298f (diff)
Update dependencies from https://github.com/dotnet/arcade build 20200118.1 (#920)
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20068.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 3b0296718..36084ef81 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.20063.2">
+ <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20068.1">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>be2d4ae34b4fcfe35beb9bdaeb7b7990c1147740</Sha>
+ <Sha>ebc71292545adda514c1e6a5657cd9ab753240bc</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
diff --git a/global.json b/global.json
index a667ef1e0..b4390042a 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.20063.2",
+ "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20068.1",
"Microsoft.NET.Sdk.IL": "3.0.0-preview4-27520-71"
}
}