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

Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 7.0.100-preview.7.22358.1 -> To Version 7.0.100-preview.7.22362.4
This commit is contained in:
dotnet-maestro[bot] 2022-07-12 19:52:35 +00:00
parent a4f704210d
commit 77258553a9
2 changed files with 6 additions and 6 deletions

View file

@ -107,14 +107,14 @@
<Sha>0bc8addffefdf3e521bd3bf422922fae4c28187d</Sha>
<SourceBuild RepoName="templating" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-preview.7.22362.3">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-preview.7.22362.4">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>dc71aa0196ed83886cdc86c7a433131b73089763</Sha>
<Sha>fcd1912dc33e47894bc850760c1e13f2af138c3e</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-preview.7.22362.3">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-preview.7.22362.4">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>dc71aa0196ed83886cdc86c7a433131b73089763</Sha>
<Sha>fcd1912dc33e47894bc850760c1e13f2af138c3e</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.22357.2" 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.22362.3</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-preview.7.22362.3</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.100-preview.7.22362.4</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-preview.7.22362.4</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>