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

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

Dependency coherency updates

Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.Net.Compilers.Toolset
 From Version 12.5.0-beta.23170.8 -> To Version 12.5.0-beta.23171.4 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2023-03-22 01:48:46 +00:00
parent 2fd81d2ad0
commit 74d1b86677
2 changed files with 11 additions and 11 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.23171.26">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.300-preview.23171.36">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>04ede91859fd1606070d590f5440404e236dcc27</Sha>
<Sha>4b2a65ab5790ee906fed3391e68db916c297f77c</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.300-preview.23171.26">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.300-preview.23171.36">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>04ede91859fd1606070d590f5440404e236dcc27</Sha>
<Sha>4b2a65ab5790ee906fed3391e68db916c297f77c</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.300-preview.23171.26">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.300-preview.23171.36">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>04ede91859fd1606070d590f5440404e236dcc27</Sha>
<Sha>4b2a65ab5790ee906fed3391e68db916c297f77c</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.300-preview.23171.26">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.300-preview.23171.36">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>04ede91859fd1606070d590f5440404e236dcc27</Sha>
<Sha>4b2a65ab5790ee906fed3391e68db916c297f77c</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">

View file

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