Update dependencies from https://github.com/dotnet/sdk build 20230628.13
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.400-preview.23328.4 -> To Version 7.0.400-preview.23328.13 Dependency coherency updates NuGet.Build.Tasks From Version 6.7.0-rc.110 -> To Version 6.7.0-rc.111 (parent: Microsoft.NET.Sdk
This commit is contained in:
parent
d5421ee80f
commit
e212e45f8f
2 changed files with 13 additions and 13 deletions
|
@ -98,22 +98,22 @@
|
|||
<Sha>e713da5f1f9a4b5918810af40d1a2867d46c8b85</Sha>
|
||||
<SourceBuild RepoName="test-templates" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.400-preview.23328.10">
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.400-preview.23328.13">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>68770fec5758ade321290620432cd63c22e06f77</Sha>
|
||||
<Sha>c602f4179adcc6c814c0458ba1ff2261b9204f3e</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23328.10">
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23328.13">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>68770fec5758ade321290620432cd63c22e06f77</Sha>
|
||||
<Sha>c602f4179adcc6c814c0458ba1ff2261b9204f3e</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23328.10">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23328.13">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>68770fec5758ade321290620432cd63c22e06f77</Sha>
|
||||
<Sha>c602f4179adcc6c814c0458ba1ff2261b9204f3e</Sha>
|
||||
<SourceBuild RepoName="sdk" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23328.10">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23328.13">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>68770fec5758ade321290620432cd63c22e06f77</Sha>
|
||||
<Sha>c602f4179adcc6c814c0458ba1ff2261b9204f3e</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.7-servicing.23274.5" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
@ -158,9 +158,9 @@
|
|||
<Sha>5785ed5c22cebcbf3a7c79dc8c91c3ce7954b2f5</Sha>
|
||||
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="NuGet.Build.Tasks" Version="6.7.0-rc.110" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="NuGet.Build.Tasks" Version="6.7.0-rc.111" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/nuget/nuget.client</Uri>
|
||||
<Sha>c5bd16462dc64f2f3608837b4a261547f2b739da</Sha>
|
||||
<Sha>13f2b6af6e9864711e815cfbffd7aa5015c52cec</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.23328.10</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>7.0.400-preview.23328.10</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.400-preview.23328.10</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.400-preview.23328.13</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>7.0.400-preview.23328.13</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.400-preview.23328.13</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue