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

Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 7.0.100-preview.7.22351.4 -> To Version 7.0.100-preview.7.22351.5
This commit is contained in:
dotnet-maestro[bot] 2022-07-01 22:24:08 +00:00
parent be72bcc21b
commit 2fa9936aee
2 changed files with 6 additions and 6 deletions

View file

@ -107,14 +107,14 @@
<Sha>0b9b0b4e7abc5d41b6308f91101981b0b21d90f2</Sha>
<SourceBuild RepoName="templating" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-preview.7.22351.4">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-preview.7.22351.5">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>b0217d61e6ac8a2dd65201239e23bab0b59af572</Sha>
<Sha>eb33a582bee0f98a30943962317cac12a6636774</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-preview.7.22351.4">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-preview.7.22351.5">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>b0217d61e6ac8a2dd65201239e23bab0b59af572</Sha>
<Sha>eb33a582bee0f98a30943962317cac12a6636774</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.7.22329.3" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">

View file

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