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

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

Dependency coherency updates

Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.Net.Compilers.Toolset
 From Version 12.5.0-beta.23165.8 -> To Version 12.5.0-beta.23166.3 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2023-03-17 04:18:06 +00:00
parent c028d681ad
commit 4b9c79a6a1
2 changed files with 12 additions and 12 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.23166.18">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.300-preview.23166.20">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>ba515ce838a5a35f7c845aa9db39fdecaffc9a79</Sha>
<Sha>a746e615dba27e2a81e697d1d6eb2937695bb727</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.300-preview.23166.18">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.300-preview.23166.20">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>ba515ce838a5a35f7c845aa9db39fdecaffc9a79</Sha>
<Sha>a746e615dba27e2a81e697d1d6eb2937695bb727</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.300-preview.23166.18">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.300-preview.23166.20">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>ba515ce838a5a35f7c845aa9db39fdecaffc9a79</Sha>
<Sha>a746e615dba27e2a81e697d1d6eb2937695bb727</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.300-preview.23166.18">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.300-preview.23166.20">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>ba515ce838a5a35f7c845aa9db39fdecaffc9a79</Sha>
<Sha>a746e615dba27e2a81e697d1d6eb2937695bb727</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.3-servicing.23072.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -144,7 +144,7 @@
<SourceBuild RepoName="linker" ManagedOnly="true" />
<RepoName>linker</RepoName>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.6.0-2.23164.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.6.0-2.23166.9" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>48b13597fee9df5ecfbd0b8c0758b3f46bc1d440</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />

View file

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