Update dependencies from https://github.com/dotnet/sdk build 20200802.1 (#8075)

[master] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.DotNet.Common.ItemTemplates: from 5.0.0-rc.1.20381.1 to 5.0.0-rc.1.20402.1 (parent: Microsoft.NET.Sdk)

- Updates:
  - Microsoft.NET.Sdk: from 5.0.100-rc.1.20401.2 to 5.0.100-rc.1.20402.1
  - Microsoft.DotNet.MSBuildSdkResolver: from 5.0.100-rc.1.20401.2 to 5.0.100-rc.1.20402.1
  - Microsoft.DotNet.Common.ItemTemplates: from 5.0.0-rc.1.20381.1 to 5.0.0-rc.1.20402.1
This commit is contained in:
dotnet-maestro[bot] 2020-08-02 20:44:56 +00:00 committed by GitHub
parent 0632549883
commit e0084f1846
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-rc.1.20381.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="5.0.0-rc.1.20402.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>3ec3eddbce3bf78bfec680be1e3178885bc413a3</Sha>
<Sha>2ddcd7b5dd226b47fd4b7ffa8189f96ad8016124</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-rc.1.20401.2">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-rc.1.20402.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>3e74b95c6fb6263b012795321ca1a56ff2c16192</Sha>
<Sha>59da97e804645187e821aa518d30a7e600a46c8b</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-rc.1.20401.2">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-rc.1.20402.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>3e74b95c6fb6263b012795321ca1a56ff2c16192</Sha>
<Sha>59da97e804645187e821aa518d30a7e600a46c8b</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-rc.1.20370.3" 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-rc.1.20381.1</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>5.0.0-rc.1.20402.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-rc.1.20401.2</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-rc.1.20401.2</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.100-rc.1.20402.1</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-rc.1.20402.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
</PropertyGroup>