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

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 7.0.300-preview.23170.10 -> To Version 7.0.300-preview.23170.25

Dependency coherency updates

Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,NuGet.Build.Tasks
 From Version 12.5.0-beta.23170.6 -> To Version 12.5.0-beta.23170.8 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2023-03-21 04:15:34 +00:00
parent 90016bf21e
commit 00358e483a
2 changed files with 13 additions and 13 deletions

View file

@ -98,22 +98,22 @@
<Sha>08bca9607a6d666039a5a5e66c2179f43fe1a1b4</Sha>
<SourceBuild RepoName="test-templates" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.300-preview.23170.22">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.300-preview.23170.25">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>aa2ce88d65096be2da4970e013139f4f7362090a</Sha>
<Sha>cfa60f9af1208d86a2581ff487966e1bf216b101</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.300-preview.23170.22">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.300-preview.23170.25">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>aa2ce88d65096be2da4970e013139f4f7362090a</Sha>
<Sha>cfa60f9af1208d86a2581ff487966e1bf216b101</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.300-preview.23170.22">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.300-preview.23170.25">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>aa2ce88d65096be2da4970e013139f4f7362090a</Sha>
<Sha>cfa60f9af1208d86a2581ff487966e1bf216b101</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.300-preview.23170.22">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.300-preview.23170.25">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>aa2ce88d65096be2da4970e013139f4f7362090a</Sha>
<Sha>cfa60f9af1208d86a2581ff487966e1bf216b101</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">
@ -154,9 +154,9 @@
<Sha>60ea2f733cfcc78da965ab43cf040fe5c58800fb</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.6.0-preview.3.50" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="NuGet.Build.Tasks" Version="6.6.0-preview.3.54" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/nuget/nuget.client</Uri>
<Sha>b9b418e95ed428961af59f3ee5883f37cf4b0004</Sha>
<Sha>c835f7f2050bc8d7166ca5b2a6e750d434ba002a</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.23170.22</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.300-preview.23170.22</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.300-preview.23170.22</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.300-preview.23170.25</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.300-preview.23170.25</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.300-preview.23170.25</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>