Update dependencies from https://github.com/dotnet/arcade build 20190913.1 (#4799)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19463.1
This commit is contained in:
dotnet-maestro[bot] 2019-09-13 12:36:20 +00:00 committed by GitHub
parent 7ad16e48f8
commit f8f773dc98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -65,9 +65,9 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19462.5">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19463.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>6003ee189f456c92a18b097f226d4927309def27</Sha>
<Sha>372f44450f51552a8cf725acf705dc477bd8391f</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>

View file

@ -3,6 +3,6 @@
"dotnet": "3.0.100-preview6-012264"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19462.5"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19463.1"
}
}