Update dependencies from https://github.com/dotnet/sdk build 20230315.16
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-preview.3.23165.10 -> To Version 8.0.100-preview.3.23165.16 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.Build,NuGet.Build.Tasks From Version 8.0.0-preview.3.23164.1 -> To Version 8.0.0-preview.3.23164.2 (parent: Microsoft.NET.Sdk
This commit is contained in:
parent
a7401397b6
commit
3ba3a54063
2 changed files with 11 additions and 11 deletions
|
@ -102,22 +102,22 @@
|
|||
<Uri>https://github.com/dotnet/test-templates</Uri>
|
||||
<Sha>94c498e399eb1cbb7290ed1e42564589a259312a</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-preview.3.23165.14">
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-preview.3.23165.16">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>300a8b73e8980e638787d2020dccb9fbdadd5330</Sha>
|
||||
<Sha>45a346b2401aa7506d69f6fb14c84dd7bdb02f32</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-preview.3.23165.14">
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-preview.3.23165.16">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>300a8b73e8980e638787d2020dccb9fbdadd5330</Sha>
|
||||
<Sha>45a346b2401aa7506d69f6fb14c84dd7bdb02f32</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-preview.3.23165.14">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-preview.3.23165.16">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>300a8b73e8980e638787d2020dccb9fbdadd5330</Sha>
|
||||
<Sha>45a346b2401aa7506d69f6fb14c84dd7bdb02f32</Sha>
|
||||
<SourceBuild RepoName="sdk" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-preview.3.23165.14">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-preview.3.23165.16">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>300a8b73e8980e638787d2020dccb9fbdadd5330</Sha>
|
||||
<Sha>45a346b2401aa7506d69f6fb14c84dd7bdb02f32</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="8.0.0-preview.3.23159.2" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
|
|
@ -78,9 +78,9 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.100-preview.3.23165.14</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>8.0.100-preview.3.23165.14</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-preview.3.23165.14</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.100-preview.3.23165.16</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>8.0.100-preview.3.23165.16</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-preview.3.23165.16</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue