Update dependencies from https://github.com/dotnet/arcade build 20190308.5 (#937)
This change updates the following dependencies - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19158.5
This commit is contained in:
parent
d540d64359
commit
31e8f23afc
3 changed files with 3 additions and 4 deletions
|
@ -60,9 +60,9 @@
|
|||
</Dependency>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19157.23">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19158.5">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>a0d951e12a53401c3da812b581e39feb4a5bb4ab</Sha>
|
||||
<Sha>6f0a12a38fec78c48c406cd4d220b224e9c4dfb6</Sha>
|
||||
</Dependency>
|
||||
</ToolsetDependencies>
|
||||
</Dependencies>
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<Import Project="$(MSBuildThisFileDirectory)DefaultVersions.props" Condition="Exists('$(MSBuildThisFileDirectory)DefaultVersions.props')" />
|
||||
<Import Project="$(MSBuildThisFileDirectory)Versions.props" Condition="Exists('$(MSBuildThisFileDirectory)Versions.props')" />
|
||||
|
||||
<Import Project="$(NuGetPackageRoot)microsoft.dotnet.build.tasks.feed\$(MicrosoftDotNetBuildTasksFeedVersion)\build\Microsoft.DotNet.Build.Tasks.Feed.targets" />
|
||||
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
"dotnet": "3.0.100-preview-009812"
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19157.23"
|
||||
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19158.5"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue