Update dependencies from https://github.com/dotnet/sdk build 20230207.21
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.300-preview.23107.13 -> To Version 7.0.300-preview.23107.21 Dependency coherency updates Microsoft.Build From Version 17.6.0-preview-23107-01 -> To Version 17.6.0-preview-23107-03 (parent: Microsoft.NET.Sdk
This commit is contained in:
parent
dd369ac6b6
commit
260025f7e0
2 changed files with 13 additions and 13 deletions
|
@ -98,22 +98,22 @@
|
|||
<Sha>bb3695688177f5f80eeb3c0498168612e31549d5</Sha>
|
||||
<SourceBuild RepoName="test-templates" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.300-preview.23107.13">
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.300-preview.23107.21">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>9b4e136ddc4b14e7bd577c8bd7ab086ec1927102</Sha>
|
||||
<Sha>13c5e1052eb7c9a8cd073a28a6bfd53c80fbf03d</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.300-preview.23107.13">
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.300-preview.23107.21">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>9b4e136ddc4b14e7bd577c8bd7ab086ec1927102</Sha>
|
||||
<Sha>13c5e1052eb7c9a8cd073a28a6bfd53c80fbf03d</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.300-preview.23107.13">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.300-preview.23107.21">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>9b4e136ddc4b14e7bd577c8bd7ab086ec1927102</Sha>
|
||||
<Sha>13c5e1052eb7c9a8cd073a28a6bfd53c80fbf03d</Sha>
|
||||
<SourceBuild RepoName="sdk" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.300-preview.23107.13">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.300-preview.23107.21">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>9b4e136ddc4b14e7bd577c8bd7ab086ec1927102</Sha>
|
||||
<Sha>13c5e1052eb7c9a8cd073a28a6bfd53c80fbf03d</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-rtm.22518.7" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
@ -149,9 +149,9 @@
|
|||
<Sha>8da03f9cd0471db81cea9a5d7f7f92d3a746c6de</Sha>
|
||||
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Build" Version="17.6.0-preview-23107-01" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.Build" Version="17.6.0-preview-23107-03" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/msbuild</Uri>
|
||||
<Sha>76215a05cd2f3853ceb59e7de473fa85c088abe0</Sha>
|
||||
<Sha>446f42e6d1478acb44faec787f90f57f38c08b73</Sha>
|
||||
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="NuGet.Build.Tasks" Version="6.5.0-preview.3.136" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
|
|
|
@ -63,9 +63,9 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.300-preview.23107.13</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>7.0.300-preview.23107.13</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.300-preview.23107.13</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.300-preview.23107.21</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>7.0.300-preview.23107.21</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.300-preview.23107.21</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue