[release/5.0.1xx-preview1] Update dependencies from dotnet/sdk (#6553)
* Update dependencies from https://github.com/dotnet/sdk build 20200224.4 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.1.20124.4 - Microsoft.NET.Sdk - 5.0.100-preview.1.20124.4 * Include runtime from dependency flow In order to run integration tests from dotnet/sdk that depend on it Co-authored-by: Daniel Plaisted <dsplaisted@gmail.com>
This commit is contained in:
parent
f97ecc634e
commit
bbc77c2d61
3 changed files with 12 additions and 7 deletions
|
@ -75,13 +75,13 @@
|
|||
<Uri>https://github.com/dotnet/templating</Uri>
|
||||
<Sha>4c1a4ba9c52eccd5bf50e35426135cd835a2240a</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-preview.1.20120.5">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-preview.1.20124.4">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>d3c8b4ea11401837dfc9b1d128a908694de1a8b4</Sha>
|
||||
<Sha>7acd75b9b92fff3b10743e96adfbb9efac7dbdf3</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-preview.1.20120.5">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-preview.1.20124.4">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>d3c8b4ea11401837dfc9b1d128a908694de1a8b4</Sha>
|
||||
<Sha>7acd75b9b92fff3b10743e96adfbb9efac7dbdf3</Sha>
|
||||
</Dependency>
|
||||
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via windowsdesktop -->
|
||||
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="5.0.0-preview.1.20120.6" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
|
|
@ -50,14 +50,14 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/cli -->
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-preview.1.20120.5</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-preview.1.20124.4</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicroBuildCorePackageVersion>0.2.0</MicroBuildCorePackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk (to run tests) -->
|
||||
<MicrosoftNETSdkPackageVersion>5.0.100-preview.1.20120.5</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>5.0.100-preview.1.20124.4</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
{
|
||||
"tools": {
|
||||
"dotnet": "5.0.100-alpha1-015949"
|
||||
"dotnet": "5.0.100-preview.1.20119.7",
|
||||
"runtimes": {
|
||||
"dotnet": [
|
||||
"$(MicrosoftNETCoreAppRuntimePackageVersion)"
|
||||
]
|
||||
}
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20117.3"
|
||||
|
|
Loading…
Reference in a new issue