Update dependencies from https://github.com/dotnet/sdk build 20220520.4

Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 7.0.100-preview.5.22267.28 -> To Version 7.0.100-preview.5.22270.4
This commit is contained in:
dotnet-maestro[bot] 2022-05-20 17:15:50 +00:00
parent 0a43437e3c
commit 114beaa532
2 changed files with 6 additions and 6 deletions

View file

@ -103,14 +103,14 @@
<Sha>2851334289e12782b5c9b0264301a9c9bfc0af28</Sha>
<SourceBuild RepoName="templating" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-preview.5.22270.3">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-preview.5.22270.4">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>9e83856bf2c40063eec75c79c7f39696f6d72329</Sha>
<Sha>1eee82034899436f8ddb0e379612a32ce0dfb9e4</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-preview.5.22270.3">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-preview.5.22270.4">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>9e83856bf2c40063eec75c79c7f39696f6d72329</Sha>
<Sha>1eee82034899436f8ddb0e379612a32ce0dfb9e4</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="7.0.0-preview.4.22268.3" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">

View file

@ -64,8 +64,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>7.0.100-preview.5.22270.3</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-preview.5.22270.3</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.100-preview.5.22270.4</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-preview.5.22270.4</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>