Update dependencies from https://github.com/dotnet/sdk build 20230711.36
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-preview.7.23361.12 -> To Version 8.0.100-preview.7.23361.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.8.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp From Version 8.0.0-preview.7.23361.2 -> To Version 8.0.0-preview.7.23361.3 (parent: Microsoft.NET.Sdk
This commit is contained in:
parent
2bc9f891e5
commit
75ba8d652d
2 changed files with 11 additions and 11 deletions
|
@ -102,22 +102,22 @@
|
|||
<Uri>https://github.com/dotnet/test-templates</Uri>
|
||||
<Sha>86fd4cd1c57057f920678e29d6ecbba491abd142</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-preview.7.23361.19">
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-preview.7.23361.36">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>dadab6687f32c501c056f223db99a46ff52ba569</Sha>
|
||||
<Sha>6aedc01e32766c498e6cfc7a5796b988790e2999</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-preview.7.23361.19">
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-preview.7.23361.36">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>dadab6687f32c501c056f223db99a46ff52ba569</Sha>
|
||||
<Sha>6aedc01e32766c498e6cfc7a5796b988790e2999</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-preview.7.23361.19">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-preview.7.23361.36">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>dadab6687f32c501c056f223db99a46ff52ba569</Sha>
|
||||
<Sha>6aedc01e32766c498e6cfc7a5796b988790e2999</Sha>
|
||||
<SourceBuild RepoName="sdk" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-preview.7.23361.19">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-preview.7.23361.36">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>dadab6687f32c501c056f223db99a46ff52ba569</Sha>
|
||||
<Sha>6aedc01e32766c498e6cfc7a5796b988790e2999</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.7.23360.7" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
|
|
@ -81,9 +81,9 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.100-preview.7.23361.19</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>8.0.100-preview.7.23361.19</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-preview.7.23361.19</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.100-preview.7.23361.36</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>8.0.100-preview.7.23361.36</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-preview.7.23361.36</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue