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

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.100-preview.3.23163.10 -> To Version 8.0.100-preview.3.23164.1
This commit is contained in:
dotnet-maestro[bot] 2023-03-14 07:44:05 +00:00
parent 9ac394730a
commit 0f6dbf247d
2 changed files with 11 additions and 11 deletions

View file

@ -102,22 +102,22 @@
<Uri>https://github.com/dotnet/test-templates</Uri>
<Sha>94c498e399eb1cbb7290ed1e42564589a259312a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-preview.3.23163.10">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-preview.3.23164.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>3f4fd12815b4e6c4a1ec1a9a79fa3da525533fe9</Sha>
<Sha>d8823a36ac8b965ac59e1441fa37b9120b64a201</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-preview.3.23163.10">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-preview.3.23164.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>3f4fd12815b4e6c4a1ec1a9a79fa3da525533fe9</Sha>
<Sha>d8823a36ac8b965ac59e1441fa37b9120b64a201</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-preview.3.23163.10">
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-preview.3.23164.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>3f4fd12815b4e6c4a1ec1a9a79fa3da525533fe9</Sha>
<Sha>d8823a36ac8b965ac59e1441fa37b9120b64a201</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-preview.3.23163.10">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-preview.3.23164.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>3f4fd12815b4e6c4a1ec1a9a79fa3da525533fe9</Sha>
<Sha>d8823a36ac8b965ac59e1441fa37b9120b64a201</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-preview.3.23159.2" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">

View file

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