Update dependencies from https://github.com/dotnet/arcade build 20200303.1 (#6660)

- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20153.1
This commit is contained in:
dotnet-maestro[bot] 2020-03-04 13:40:00 +00:00 committed by GitHub
parent c879d79462
commit 71bacca85e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -100,9 +100,9 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20152.4">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20153.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>d8c2d041341ea7974fd3f2057e9d6afdd4f37598</Sha>
<Sha>421b20fb860907c45673de791177e3fd61402197</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>

View file

@ -8,6 +8,6 @@
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20152.4"
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20153.1"
}
}