Update dependencies from https://github.com/dotnet/sdk build 20230523.23
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.400-preview.23273.21 -> To Version 7.0.400-preview.23273.23 Dependency coherency updates NuGet.Build.Tasks From Version 6.7.0-preview.2.47 -> To Version 6.7.0-preview.2.48 (parent: Microsoft.NET.Sdk
This commit is contained in:
parent
69186b6c77
commit
b19d238a64
2 changed files with 13 additions and 13 deletions
|
@ -98,22 +98,22 @@
|
|||
<Sha>0cf6d495f4ce78f7de953f4ac1d6244a93eb2982</Sha>
|
||||
<SourceBuild RepoName="test-templates" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.400-preview.23273.21">
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.400-preview.23273.23">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>37f020cfbbbca4d77567bd371e52736d0c7cf85d</Sha>
|
||||
<Sha>6b09f7d649c5096f4373b3cd6036d03e292e0093</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23273.21">
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23273.23">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>37f020cfbbbca4d77567bd371e52736d0c7cf85d</Sha>
|
||||
<Sha>6b09f7d649c5096f4373b3cd6036d03e292e0093</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23273.21">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23273.23">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>37f020cfbbbca4d77567bd371e52736d0c7cf85d</Sha>
|
||||
<Sha>6b09f7d649c5096f4373b3cd6036d03e292e0093</Sha>
|
||||
<SourceBuild RepoName="sdk" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23273.21">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23273.23">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>37f020cfbbbca4d77567bd371e52736d0c7cf85d</Sha>
|
||||
<Sha>6b09f7d649c5096f4373b3cd6036d03e292e0093</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>7d65cb31cdbb92774e28adc44e73f03fdb103e62</Sha>
|
||||
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="NuGet.Build.Tasks" Version="6.7.0-preview.2.47" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="NuGet.Build.Tasks" Version="6.7.0-preview.2.48" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/nuget/nuget.client</Uri>
|
||||
<Sha>f94647a815e924c0665a2a55cfaa8856a29949c9</Sha>
|
||||
<Sha>c954cf46e284eb808738b9e5340be7e13cacd651</Sha>
|
||||
<SourceBuildTarball RepoName="nuget-client" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.ApplicationInsights" Version="2.0.0">
|
||||
|
|
|
@ -69,9 +69,9 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.400-preview.23273.21</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>7.0.400-preview.23273.21</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.400-preview.23273.21</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.400-preview.23273.23</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>7.0.400-preview.23273.23</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.400-preview.23273.23</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue