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

Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 7.0.100-preview.5.22227.19 -> To Version 7.0.100-preview.5.22228.3

Dependency coherency updates

Microsoft.NET.Test.Sdk,Microsoft.Build
 From Version 17.3.0-preview-20220426-02 -> To Version 17.3.0-preview-20220427-01 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2022-04-28 20:33:05 +00:00
parent 105b22a6d3
commit 0248f17f30
2 changed files with 6 additions and 6 deletions

View file

@ -103,14 +103,14 @@
<Sha>806e7eb18b878dbd1209564ab38cfbe8c976b507</Sha>
<SourceBuild RepoName="templating" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-preview.5.22228.2">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-preview.5.22228.3">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>216e2795beea5c6fa184bd6901fab2d95bb8bd01</Sha>
<Sha>e8ff845afddb6e2c62b6e4caa9768de391d36cee</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-preview.5.22228.2">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-preview.5.22228.3">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>216e2795beea5c6fa184bd6901fab2d95bb8bd01</Sha>
<Sha>e8ff845afddb6e2c62b6e4caa9768de391d36cee</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.22226.4" 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.22228.2</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-preview.5.22228.2</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.100-preview.5.22228.3</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-preview.5.22228.3</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>