Merge pull request #13556 from dotnet/darc-main-d5074c64-8456-4986-b228-5b71c0e75acb
[main] Update dependencies from dotnet/sdk
This commit is contained in:
commit
f593afb3f5
2 changed files with 8 additions and 8 deletions
|
@ -103,14 +103,14 @@
|
|||
<Sha>619f465fa426ccb543fb16cbcdb8d9a7c4004fb9</Sha>
|
||||
<SourceBuild RepoName="templating" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-preview.4.22206.10">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-preview.4.22206.16">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>9811c593d15be743b292e24594328b24f86027a7</Sha>
|
||||
<Sha>3b4121ac6db715c997484d7e5444d2cbfaa1ec43</Sha>
|
||||
<SourceBuild RepoName="sdk" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-preview.4.22206.10">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-preview.4.22206.16">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>9811c593d15be743b292e24594328b24f86027a7</Sha>
|
||||
<Sha>3b4121ac6db715c997484d7e5444d2cbfaa1ec43</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-preview.4.22205.8" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
@ -135,9 +135,9 @@
|
|||
<Sha>98ce1ce2017914c6699a4e0d21eb55544c95510e</Sha>
|
||||
<SourceBuildTarball RepoName="vstest" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="7.0.100-1.22205.1" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="7.0.100-1.22206.2" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/linker</Uri>
|
||||
<Sha>c6434f6e8a0a1bfbb77261ac9f85c98b781613e5</Sha>
|
||||
<Sha>e8b0ba08dcee4350cc76c8cd160140b0684020af</Sha>
|
||||
<SourceBuild RepoName="linker" ManagedOnly="true" />
|
||||
<RepoName>linker</RepoName>
|
||||
</Dependency>
|
||||
|
|
|
@ -64,8 +64,8 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftNETSdkPackageVersion>7.0.100-preview.4.22206.10</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-preview.4.22206.10</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>7.0.100-preview.4.22206.16</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-preview.4.22206.16</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue