[release/7.0.4xx] Update dependencies from dotnet/sdk (#16508)

This commit is contained in:
v-wuzhai 2023-05-26 16:55:37 +08:00 committed by GitHub
commit 78e6132e93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 19 deletions

View file

@ -98,22 +98,22 @@
<Sha>0cf6d495f4ce78f7de953f4ac1d6244a93eb2982</Sha>
<SourceBuild RepoName="test-templates" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.400-preview.23275.10">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.400-preview.23275.30">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>34bc92df21c838e54811b13cc11877ca5a3229fa</Sha>
<Sha>71b5e383ad3551539c02772b6818e9c797022b09</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23275.10">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23275.30">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>34bc92df21c838e54811b13cc11877ca5a3229fa</Sha>
<Sha>71b5e383ad3551539c02772b6818e9c797022b09</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23275.10">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23275.30">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>34bc92df21c838e54811b13cc11877ca5a3229fa</Sha>
<Sha>71b5e383ad3551539c02772b6818e9c797022b09</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23275.10">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23275.30">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>34bc92df21c838e54811b13cc11877ca5a3229fa</Sha>
<Sha>71b5e383ad3551539c02772b6818e9c797022b09</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.5-servicing.23175.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -144,23 +144,23 @@
<SourceBuild RepoName="linker" ManagedOnly="true" />
<RepoName>linker</RepoName>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.7.0-2.23274.2" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.7.0-2.23275.6" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>2b33f51dabed9c603211996922e05fd762f72b00</Sha>
<Sha>6d57b421c11b8149fcbb4acfb7e88caadaaffd7e</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.7.0-preview-23273-06" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Build" Version="17.7.0-preview-23275-01" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>7d65cb31cdbb92774e28adc44e73f03fdb103e62</Sha>
<Sha>2a2ac62f541a30a3abdc69cf063d457fbfe82a32</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.7.0-preview-23273-06" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.7.0-preview-23275-01" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>7d65cb31cdbb92774e28adc44e73f03fdb103e62</Sha>
<Sha>2a2ac62f541a30a3abdc69cf063d457fbfe82a32</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.7.0-preview.2.48" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="NuGet.Build.Tasks" Version="6.7.0-preview.2.50" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/nuget/nuget.client</Uri>
<Sha>c954cf46e284eb808738b9e5340be7e13cacd651</Sha>
<Sha>a6fff16af6f44927a83851448a99beb1d2801600</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.400-preview.23275.10</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.400-preview.23275.10</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.400-preview.23275.10</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.400-preview.23275.30</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.400-preview.23275.30</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.400-preview.23275.30</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>