Update dependencies from https://github.com/dotnet/sdk build 20200618.6 (#7834)

Microsoft.NET.Sdk , Microsoft.DotNet.MSBuildSdkResolver
 From Version 5.0.100-preview.7.20318.4 -> To Version 5.0.100-preview.7.20318.6

Dependency coherency updates

Microsoft.DotNet.Common.ItemTemplates
 From Version 5.0.0-preview.7.20311.3 -> To Version 5.0.0-preview.7.20318.1 (parent: Microsoft.NET.Sdk

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
dotnet-maestro[bot] 2020-06-19 05:09:44 +00:00 committed by GitHub
parent 943c1f7fa1
commit b4da79a6ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View file

@ -75,17 +75,17 @@
<Uri>https://github.com/dotnet/test-templates</Uri>
<Sha>6865397797d0e0c36d8db45a4ea5f916ce616b9c</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="5.0.0-preview.7.20311.3" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="5.0.0-preview.7.20318.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>53cc98d583ea7315fee0ef7e4a6c9843a73d22e6</Sha>
<Sha>97c803a412c014e0bf93474dfeef0de02f140746</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-preview.7.20318.4">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-preview.7.20318.6">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>6e6821c078bf4e9812c7c4268eff73a003937563</Sha>
<Sha>64448b6dc2ce0b9956d78a417b961f683ed65e10</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-preview.7.20318.4">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-preview.7.20318.6">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>6e6821c078bf4e9812c7c4268eff73a003937563</Sha>
<Sha>64448b6dc2ce0b9956d78a417b961f683ed65e10</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.7.20309.5" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">

View file

@ -25,7 +25,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/templating -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>5.0.0-preview.7.20311.3</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>5.0.0-preview.7.20318.1</MicrosoftDotNetCommonItemTemplatesPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/test-templates -->
@ -49,8 +49,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>5.0.100-preview.7.20318.4</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-preview.7.20318.4</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.100-preview.7.20318.6</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-preview.7.20318.6</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
</PropertyGroup>