summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>2019-04-03 10:06:02 -0400
committerStephen Toub <stoub@microsoft.com>2019-04-03 10:06:02 -0400
commitb50233708c7a192ade8ec39c0cee051bad3e736c (patch)
tree0a068229031a1beda3a7d9bebae3fb3ef3ae394c
parentb4390c41f29af20e4cb77d296940bb6c4649ee86 (diff)
downloadcoreclr-b50233708c7a192ade8ec39c0cee051bad3e736c.tar.gz
coreclr-b50233708c7a192ade8ec39c0cee051bad3e736c.tar.bz2
coreclr-b50233708c7a192ade8ec39c0cee051bad3e736c.zip
Update dependencies from https://github.com/dotnet/arcade build 20190402.13 (#23686)
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19202.13 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19202.13
-rw-r--r--eng/Version.Details.xml8
-rw-r--r--global.json4
2 files changed, 6 insertions, 6 deletions
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index ffc90f7df4..b1aaabb243 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -3,13 +3,13 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
- <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19201.12">
+ <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19202.13">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>505e38906e1ee2d032c41bb297de0958307db946</Sha>
+ <Sha>764f362c8e92e41905fe5f6c782ab9980c86c909</Sha>
</Dependency>
- <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19201.12">
+ <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19202.13">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>505e38906e1ee2d032c41bb297de0958307db946</Sha>
+ <Sha>764f362c8e92e41905fe5f6c782ab9980c86c909</Sha>
</Dependency>
<Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.6.0-preview4.19201.9">
<Uri>https://github.com/dotnet/corefx</Uri>
diff --git a/global.json b/global.json
index 82b00f791a..1abb25bdc2 100644
--- a/global.json
+++ b/global.json
@@ -7,7 +7,7 @@
"python": "2.7.15"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19201.12",
- "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19201.12"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19202.13",
+ "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19202.13"
}
}