Update dependencies from https://github.com/dotnet/sdk build 20200726.1 (#8038)

[master] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.Dotnet.WinForms.ProjectTemplates: from 5.0.0-preview.8.20365.1 to 5.0.0-rc.1.20366.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)

- Updates:
  - Microsoft.NET.Sdk: from 5.0.100-rc.1.20374.3 to 5.0.100-rc.1.20376.1
  - Microsoft.DotNet.MSBuildSdkResolver: from 5.0.100-rc.1.20374.3 to 5.0.100-rc.1.20376.1
  - Microsoft.Dotnet.WinForms.ProjectTemplates: from 5.0.0-preview.8.20365.1 to 5.0.0-rc.1.20366.1
This commit is contained in:
dotnet-maestro[bot] 2020-07-26 16:10:29 +00:00 committed by GitHub
parent 6e346639c6
commit 7cbf691ef3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View file

@ -79,18 +79,18 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>d3fea50b8720f9a581826da79a7559975982fc19</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-rc.1.20374.3">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-rc.1.20376.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>91c0b6f2acac010515ef91bb413e2c374bcad6e2</Sha>
<Sha>fa69aa6f0fd95f09ed4bdf787268aeea322a4577</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-rc.1.20374.3">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-rc.1.20376.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>91c0b6f2acac010515ef91bb413e2c374bcad6e2</Sha>
<Sha>fa69aa6f0fd95f09ed4bdf787268aeea322a4577</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.8.20365.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="5.0.0-rc.1.20366.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
<Uri>https://github.com/dotnet/winforms</Uri>
<Sha>7804e088b9dfc54adfb781bba118467cdb5ed0df</Sha>
<Sha>dec24b8994ced3461036d3fb15ecd16459184ecb</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="5.0.0-rc.1.20372.2" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
<Uri>https://github.com/dotnet/wpf</Uri>

View file

@ -17,7 +17,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/winforms -->
<MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>5.0.0-preview.8.20365.1</MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>
<MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>5.0.0-rc.1.20366.1</MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/wpf -->
@ -49,8 +49,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>5.0.100-rc.1.20374.3</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-rc.1.20374.3</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.100-rc.1.20376.1</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-rc.1.20376.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
</PropertyGroup>