Update dependencies from https://github.com/dotnet/sdk build 20230630.8
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.400-preview.23329.8 -> To Version 7.0.400-preview.23330.8
This commit is contained in:
parent
882015fc4a
commit
243f48d8e3
2 changed files with 11 additions and 11 deletions
|
@ -98,22 +98,22 @@
|
|||
<Sha>8cfe653fec0848f0745d1285f4bacb7195298b94</Sha>
|
||||
<SourceBuild RepoName="test-templates" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.400-preview.23329.8">
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.400-preview.23330.8">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>d439169d65a1495f2dae92b718dc1549d726538d</Sha>
|
||||
<Sha>9ec662a0a452ac484e8af400a03751a8f7fb576c</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23329.8">
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23330.8">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>d439169d65a1495f2dae92b718dc1549d726538d</Sha>
|
||||
<Sha>9ec662a0a452ac484e8af400a03751a8f7fb576c</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23329.8">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23330.8">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>d439169d65a1495f2dae92b718dc1549d726538d</Sha>
|
||||
<Sha>9ec662a0a452ac484e8af400a03751a8f7fb576c</Sha>
|
||||
<SourceBuild RepoName="sdk" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23329.8">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23330.8">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>d439169d65a1495f2dae92b718dc1549d726538d</Sha>
|
||||
<Sha>9ec662a0a452ac484e8af400a03751a8f7fb576c</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.8-servicing.23318.2" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
|
|
@ -69,9 +69,9 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.400-preview.23329.8</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>7.0.400-preview.23329.8</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.400-preview.23329.8</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.400-preview.23330.8</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>7.0.400-preview.23330.8</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.400-preview.23330.8</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue