[release/7.0.3xx] Update dependencies from dotnet/sdk (#15955)

This commit is contained in:
v-wuzhai 2023-03-29 19:11:44 -07:00 committed by GitHub
commit 519176de17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 15 deletions

View file

@ -98,22 +98,22 @@
<Sha>eb937b61acd09d5698e9c16d80e2ad49f4eeaada</Sha>
<SourceBuild RepoName="test-templates" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.300-preview.23179.3">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.300-preview.23179.11">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>855dd0acbe5dd31481b7afc9508f97571706302f</Sha>
<Sha>994ce60024d32f51e5872afceadcfce425208977</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.300-preview.23179.3">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.300-preview.23179.11">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>855dd0acbe5dd31481b7afc9508f97571706302f</Sha>
<Sha>994ce60024d32f51e5872afceadcfce425208977</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.300-preview.23179.3">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.300-preview.23179.11">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>855dd0acbe5dd31481b7afc9508f97571706302f</Sha>
<Sha>994ce60024d32f51e5872afceadcfce425208977</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.300-preview.23179.3">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.300-preview.23179.11">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>855dd0acbe5dd31481b7afc9508f97571706302f</Sha>
<Sha>994ce60024d32f51e5872afceadcfce425208977</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.4-servicing.23117.7" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -144,9 +144,9 @@
<SourceBuild RepoName="linker" ManagedOnly="true" />
<RepoName>linker</RepoName>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.6.0-2.23178.8" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.6.0-3.23178.21" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>cab05f9378364ce35d9c0fc32e11518090f29caa</Sha>
<Sha>1861e34dc30c2d6e1e668c5b3e3a7bf345158fbb</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.6.0-preview-23179-01" CoherentParentDependency="Microsoft.NET.Sdk">
@ -154,9 +154,9 @@
<Sha>dd5d9f746fe3ec521ed44c6f2b852740d25f51be</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.6.0-preview.3.57" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="NuGet.Build.Tasks" Version="6.6.0-preview.3.58" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/nuget/nuget.client</Uri>
<Sha>80c3c74ca5c6d67912a19833e8cc2b10f875dc95</Sha>
<Sha>545330e99bc4a1c4e1ee3ee1e3d664419cec8efe</Sha>
<SourceBuildTarball RepoName="nuget-client" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.ApplicationInsights" Version="2.0.0">

View file

@ -69,9 +69,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.300-preview.23179.3</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.300-preview.23179.3</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.300-preview.23179.3</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.300-preview.23179.11</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.300-preview.23179.11</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.300-preview.23179.11</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>