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

Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 7.0.100-preview.3.22153.1 -> To Version 7.0.100-preview.3.22157.15

Dependency coherency updates

Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.0,dotnet-dev-certs,dotnet-user-secrets,Microsoft.DotNet.Common.ItemTemplates,Microsoft.TemplateEngine.Cli,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,Microsoft.SourceBuild.Intermediate.source-build-externals
 From Version 7.0.0-preview.3.22128.8 -> To Version 7.0.0-preview.3.22157.2 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2022-03-08 05:28:26 +00:00
parent 84a9f9df9c
commit 00e3fda704
2 changed files with 8 additions and 8 deletions

View file

@ -104,14 +104,14 @@
<Sha>329b2aa43d80398b25aa63028711a91bfff835ec</Sha>
<SourceBuild RepoName="templating" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-preview.3.22157.13">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-preview.3.22157.15">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>3be3a9ea8220b71b8397ef2842fa2efcd36b5bb5</Sha>
<Sha>5fe23c7b9445e5a15ad43bd1c5d1496f0409f94a</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-preview.3.22157.13">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-preview.3.22157.15">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>3be3a9ea8220b71b8397ef2842fa2efcd36b5bb5</Sha>
<Sha>5fe23c7b9445e5a15ad43bd1c5d1496f0409f94a</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.3.22156.4" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -152,9 +152,9 @@
<Sha>2e82c9f3f5feaa9444e67c4509c25f98fb1ea500</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.2.0-preview.2.80" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="NuGet.Build.Tasks" Version="6.2.0-preview.2.91" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/nuget/nuget.client</Uri>
<Sha>df100b0a5d98a343948454ded7fc2b1a7839b5f7</Sha>
<Sha>db1acf828845c4f6177d3acae0abab1ac6b9a1c5</Sha>
<SourceBuildTarball RepoName="nuget-client" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.ApplicationInsights" Version="2.0.0">

View file

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