Update dependencies from https://github.com/dotnet/sdk build 20220811.19
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.100-rc.1.22411.15 -> To Version 7.0.100-rc.1.22411.19 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 From Version 7.0.0-rc.1.22411.2 -> To Version 7.0.0-rc.1.22411.5 (parent: Microsoft.NET.Sdk
This commit is contained in:
parent
e5a845c30e
commit
a720bc2e93
2 changed files with 11 additions and 11 deletions
|
@ -98,22 +98,22 @@
|
|||
<Sha>0385265f4d0b6413d64aea0223172366a9b9858c</Sha>
|
||||
<SourceBuild RepoName="test-templates" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.100-rc.1.22411.18">
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.100-rc.1.22411.19">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>d3c5c4d5d16e6992b94606f2ba74432375ef5d6c</Sha>
|
||||
<Sha>85b16269eb572030cca6157a80932f7446740ade</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.100-rc.1.22411.18">
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.100-rc.1.22411.19">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>d3c5c4d5d16e6992b94606f2ba74432375ef5d6c</Sha>
|
||||
<Sha>85b16269eb572030cca6157a80932f7446740ade</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-rc.1.22411.18">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-rc.1.22411.19">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>d3c5c4d5d16e6992b94606f2ba74432375ef5d6c</Sha>
|
||||
<Sha>85b16269eb572030cca6157a80932f7446740ade</Sha>
|
||||
<SourceBuild RepoName="sdk" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-rc.1.22411.18">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-rc.1.22411.19">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>d3c5c4d5d16e6992b94606f2ba74432375ef5d6c</Sha>
|
||||
<Sha>85b16269eb572030cca6157a80932f7446740ade</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">
|
||||
|
|
|
@ -62,9 +62,9 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.100-rc.1.22411.18</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>7.0.100-rc.1.22411.18</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-rc.1.22411.18</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.100-rc.1.22411.19</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>7.0.100-rc.1.22411.19</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-rc.1.22411.19</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue