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

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 7.0.100-rc.1.22412.13 -> To Version 7.0.100-rc.1.22412.36

Dependency coherency updates

Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.7.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp
 From Version 7.0.0-rc.1.22412.2 -> To Version 7.0.0-rc.1.22412.8 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2022-08-13 01:11:18 +00:00
parent 938847c803
commit 462fe5a2d2
2 changed files with 15 additions and 15 deletions

View file

@ -98,22 +98,22 @@
<Sha>a47740f5f3936da8dcebe9e8868b6311bc4402f8</Sha>
<SourceBuild RepoName="test-templates" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.100-rc.1.22412.27">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.100-rc.1.22412.36">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>fe701d023e9178d145ce107bbb4a762dc0750f06</Sha>
<Sha>57527ba05fdbdd80ffc5b4cc5ffcc968459fa9fc</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.100-rc.1.22412.27">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.100-rc.1.22412.36">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>fe701d023e9178d145ce107bbb4a762dc0750f06</Sha>
<Sha>57527ba05fdbdd80ffc5b4cc5ffcc968459fa9fc</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-rc.1.22412.27">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-rc.1.22412.36">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>fe701d023e9178d145ce107bbb4a762dc0750f06</Sha>
<Sha>57527ba05fdbdd80ffc5b4cc5ffcc968459fa9fc</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-rc.1.22412.27">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-rc.1.22412.36">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>fe701d023e9178d145ce107bbb4a762dc0750f06</Sha>
<Sha>57527ba05fdbdd80ffc5b4cc5ffcc968459fa9fc</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-rc.1.22377.2" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -124,13 +124,13 @@
<Uri>https://github.com/dotnet/wpf</Uri>
<Sha>cd58f79f496337e608662e168c80ac8abd0d151b</Sha>
</Dependency>
<Dependency Name="Microsoft.FSharp.Compiler" Version="12.0.6-beta.22409.11" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.FSharp.Compiler" Version="12.0.6-beta.22411.2" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/fsharp</Uri>
<Sha>7eb47e9f3dba867dbc9493c5a4297f88ac6b2edb</Sha>
<Sha>ea9ee78edd857782b5c21eca541bfd56283c18d5</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.fsharp" Version="6.0.6-beta.22409.11" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.SourceBuild.Intermediate.fsharp" Version="6.0.6-beta.22411.2" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/fsharp</Uri>
<Sha>7eb47e9f3dba867dbc9493c5a4297f88ac6b2edb</Sha>
<Sha>ea9ee78edd857782b5c21eca541bfd56283c18d5</Sha>
<SourceBuild RepoName="fsharp" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.4.0-preview-20220811-01" CoherentParentDependency="Microsoft.NET.Sdk">

View file

@ -62,9 +62,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.100-rc.1.22412.27</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.100-rc.1.22412.27</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-rc.1.22412.27</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.100-rc.1.22412.36</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.100-rc.1.22412.36</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-rc.1.22412.36</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>