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

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.100-alpha.1.23059.3 -> To Version 8.0.100-alpha.1.23059.31

Dependency coherency updates

Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset
 From Version 8.0.0-alpha.1.23058.7 -> To Version 8.0.0-alpha.1.23059.8 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2023-01-10 06:24:51 +00:00
parent 222da1612e
commit 3eb6c91de3
2 changed files with 13 additions and 13 deletions

View file

@ -102,22 +102,22 @@
<Uri>https://github.com/dotnet/test-templates</Uri>
<Sha>bb3695688177f5f80eeb3c0498168612e31549d5</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-alpha.1.23059.29">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-alpha.1.23059.31">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>4690edba74d50716f7069914c874b987f8951ac1</Sha>
<Sha>aa33b3a3b0c799702b55cf4bf743a07ddcd3713b</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-alpha.1.23059.29">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-alpha.1.23059.31">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>4690edba74d50716f7069914c874b987f8951ac1</Sha>
<Sha>aa33b3a3b0c799702b55cf4bf743a07ddcd3713b</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-alpha.1.23059.29">
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-alpha.1.23059.31">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>4690edba74d50716f7069914c874b987f8951ac1</Sha>
<Sha>aa33b3a3b0c799702b55cf4bf743a07ddcd3713b</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-alpha.1.23059.29">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-alpha.1.23059.31">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>4690edba74d50716f7069914c874b987f8951ac1</Sha>
<Sha>aa33b3a3b0c799702b55cf4bf743a07ddcd3713b</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="8.0.0-alpha.1.23055.7" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -148,9 +148,9 @@
<SourceBuild RepoName="linker" ManagedOnly="true" />
<RepoName>linker</RepoName>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.5.0-3.23056.3" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.5.0-3.23059.4" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>e5390ea70c8cb9dbda25a9fb58abe0fc8eea1521</Sha>
<Sha>8ad2e6240cb7426d83f1b45241f8f33bddf3d474</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.5.0-preview-23056-01" CoherentParentDependency="Microsoft.NET.Sdk">

View file

@ -71,9 +71,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.100-alpha.1.23059.29</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.100-alpha.1.23059.29</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-alpha.1.23059.29</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.100-alpha.1.23059.31</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.100-alpha.1.23059.31</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-alpha.1.23059.31</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>