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

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 7.0.100-rtm.22506.24 -> To Version 7.0.200-preview.22513.30
This commit is contained in:
dotnet-maestro[bot] 2022-10-14 04:52:34 +00:00
parent 4c961841fe
commit 76fa5cc8c8
2 changed files with 11 additions and 11 deletions

View file

@ -103,22 +103,22 @@
<Sha>aaaa0c1826f97a9dfcc67e94136bf01010b55f23</Sha>
<SourceBuild RepoName="test-templates" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.200-preview.22513.22">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.200-preview.22513.30">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>dc7e6f0974cf21327343dbd328cc9355263f8085</Sha>
<Sha>27469cb7382a9ac60728545db7125a2e7317388b</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.200-preview.22513.22">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.200-preview.22513.30">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>dc7e6f0974cf21327343dbd328cc9355263f8085</Sha>
<Sha>27469cb7382a9ac60728545db7125a2e7317388b</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.200-preview.22513.22">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.200-preview.22513.30">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>dc7e6f0974cf21327343dbd328cc9355263f8085</Sha>
<Sha>27469cb7382a9ac60728545db7125a2e7317388b</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.200-preview.22513.22">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.200-preview.22513.30">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>dc7e6f0974cf21327343dbd328cc9355263f8085</Sha>
<Sha>27469cb7382a9ac60728545db7125a2e7317388b</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.0-rtm.22512.6" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">

View file

@ -63,9 +63,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.200-preview.22513.22</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.200-preview.22513.22</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.200-preview.22513.22</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.200-preview.22513.30</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.200-preview.22513.30</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.200-preview.22513.30</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>