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

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 7.0.400-preview.23307.13 -> To Version 7.0.400-preview.23307.18

Dependency coherency updates

Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.Build,Microsoft.SourceBuild.Intermediate.msbuild,NuGet.Build.Tasks
 From Version 12.7.0-beta.23302.7 -> To Version 12.7.0-beta.23307.3 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2023-06-07 20:31:27 +00:00
parent d6804db133
commit aa6bef913f
2 changed files with 13 additions and 13 deletions

View file

@ -98,22 +98,22 @@
<Sha>98b55256c6cdfc0ed98c52d7d39127fa55971330</Sha>
<SourceBuild RepoName="test-templates" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.400-preview.23307.16">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.400-preview.23307.18">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>f4e6c49abf2577d602145f5375cbbc8a0faf7bcb</Sha>
<Sha>7656713302fdafe494b345372dad90ae5f71867e</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23307.16">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23307.18">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>f4e6c49abf2577d602145f5375cbbc8a0faf7bcb</Sha>
<Sha>7656713302fdafe494b345372dad90ae5f71867e</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23307.16">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23307.18">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>f4e6c49abf2577d602145f5375cbbc8a0faf7bcb</Sha>
<Sha>7656713302fdafe494b345372dad90ae5f71867e</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23307.16">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23307.18">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>f4e6c49abf2577d602145f5375cbbc8a0faf7bcb</Sha>
<Sha>7656713302fdafe494b345372dad90ae5f71867e</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.5-servicing.23175.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -158,9 +158,9 @@
<Sha>855f745b9fc53ca34a443ff97cdef63915828da2</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.7.0-preview.2.51" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="NuGet.Build.Tasks" Version="6.7.0-preview.3.57" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/nuget/nuget.client</Uri>
<Sha>f3bb337e310ce44abda4ad73cdb0755ed940809d</Sha>
<Sha>1f85d874ef0bc82affad2c2175fdd47c5b4bb387</Sha>
<SourceBuildTarball RepoName="nuget-client" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.ApplicationInsights" Version="2.0.0">

View file

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