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

Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 7.0.100-preview.6.22310.13 -> To Version 7.0.100-preview.6.22310.16
This commit is contained in:
dotnet-maestro[bot] 2022-06-11 05:32:57 +00:00
parent fcbddffa37
commit 0f34af7319
2 changed files with 6 additions and 6 deletions

View file

@ -107,14 +107,14 @@
<Sha>aa1ee83aab36ef8ef862b1061f5cdcec39dbe0c0</Sha>
<SourceBuild RepoName="templating" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-preview.6.22310.13">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-preview.6.22310.16">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>64d368cfbb89a8c214f874a6559c4679f9134cdc</Sha>
<Sha>d77a624b2695d840d37469923fd48157d2ea5de4</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-preview.6.22310.13">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-preview.6.22310.16">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>64d368cfbb89a8c214f874a6559c4679f9134cdc</Sha>
<Sha>d77a624b2695d840d37469923fd48157d2ea5de4</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.6.22309.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.6.22310.13</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-preview.6.22310.13</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.100-preview.6.22310.16</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-preview.6.22310.16</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>