Update dependencies from https://github.com/dotnet/sdk build 20230329.6
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.300-preview.23179.3 -> To Version 7.0.300-preview.23179.6 Dependency coherency updates NuGet.Build.Tasks From Version 6.6.0-preview.3.57 -> To Version 6.6.0-preview.3.58 (parent: Microsoft.NET.Sdk
This commit is contained in:
parent
6d2b42e30e
commit
0339a58a23
2 changed files with 13 additions and 13 deletions
|
@ -98,22 +98,22 @@
|
|||
<Sha>eb937b61acd09d5698e9c16d80e2ad49f4eeaada</Sha>
|
||||
<SourceBuild RepoName="test-templates" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.300-preview.23179.3">
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.300-preview.23179.6">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>855dd0acbe5dd31481b7afc9508f97571706302f</Sha>
|
||||
<Sha>1e18cce585f796a9dc3a7852885f09f16a736969</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.300-preview.23179.3">
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.300-preview.23179.6">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>855dd0acbe5dd31481b7afc9508f97571706302f</Sha>
|
||||
<Sha>1e18cce585f796a9dc3a7852885f09f16a736969</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.300-preview.23179.3">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.300-preview.23179.6">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>855dd0acbe5dd31481b7afc9508f97571706302f</Sha>
|
||||
<Sha>1e18cce585f796a9dc3a7852885f09f16a736969</Sha>
|
||||
<SourceBuild RepoName="sdk" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.300-preview.23179.3">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.300-preview.23179.6">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>855dd0acbe5dd31481b7afc9508f97571706302f</Sha>
|
||||
<Sha>1e18cce585f796a9dc3a7852885f09f16a736969</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.4-servicing.23117.7" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
@ -154,9 +154,9 @@
|
|||
<Sha>dd5d9f746fe3ec521ed44c6f2b852740d25f51be</Sha>
|
||||
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="NuGet.Build.Tasks" Version="6.6.0-preview.3.57" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="NuGet.Build.Tasks" Version="6.6.0-preview.3.58" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/nuget/nuget.client</Uri>
|
||||
<Sha>80c3c74ca5c6d67912a19833e8cc2b10f875dc95</Sha>
|
||||
<Sha>545330e99bc4a1c4e1ee3ee1e3d664419cec8efe</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.300-preview.23179.3</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>7.0.300-preview.23179.3</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.300-preview.23179.3</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.300-preview.23179.6</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>7.0.300-preview.23179.6</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.300-preview.23179.6</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue