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

Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 7.0.100-preview.7.22351.4 -> To Version 7.0.100-preview.7.22351.7
This commit is contained in:
dotnet-maestro[bot] 2022-07-02 00:13:17 +00:00
parent 2fa9936aee
commit 9a6757e928
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.5">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-preview.7.22351.7">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>eb33a582bee0f98a30943962317cac12a6636774</Sha>
<Sha>eb06c4c108a80da40ddd91a6618eda0aea5f9ef8</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-preview.7.22351.5">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-preview.7.22351.7">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>eb33a582bee0f98a30943962317cac12a6636774</Sha>
<Sha>eb06c4c108a80da40ddd91a6618eda0aea5f9ef8</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.5</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-preview.7.22351.5</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.100-preview.7.22351.7</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-preview.7.22351.7</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>