Update dependencies from https://github.com/dotnet/sdk build 20210707.37
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-preview.7.21357.26 -> To Version 6.0.100-preview.7.21357.37 Dependency coherency updates Microsoft.NET.ILLink.Tasks From Version 6.0.100-preview.6.21355.2 -> To Version 6.0.100-preview.6.21357.1 (parent: Microsoft.NET.Sdk
This commit is contained in:
parent
20e58082fa
commit
3ffe00f1a0
2 changed files with 8 additions and 8 deletions
|
@ -86,14 +86,14 @@
|
|||
<Sha>21ed26ebd2f7e9d13561c0408993ca5b04c1a871</Sha>
|
||||
<SourceBuild RepoName="templating" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.7.21357.26">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.7.21357.37">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>286c43190d6c642b4616ca02cbae64b7ccdbadd9</Sha>
|
||||
<Sha>0652a56f6d4fdb23dfee1d9fc47bd3de975dc3ca</Sha>
|
||||
<SourceBuild RepoName="sdk" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.7.21357.26">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.7.21357.37">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>286c43190d6c642b4616ca02cbae64b7ccdbadd9</Sha>
|
||||
<Sha>0652a56f6d4fdb23dfee1d9fc47bd3de975dc3ca</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="6.0.0-preview.7.21328.3" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
@ -117,9 +117,9 @@
|
|||
<Uri>https://github.com/microsoft/vstest</Uri>
|
||||
<Sha>e078bbadaf65628c313e97041973db52a84491ef</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.100-preview.6.21355.2" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.100-preview.6.21357.1" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/mono/linker</Uri>
|
||||
<Sha>41fd293dda27c099b063f51d8917e607271a508e</Sha>
|
||||
<Sha>35a1c74d6a0dbd115bf079dc986cea59cdb01430</Sha>
|
||||
<SourceBuild RepoName="linker" ManagedOnly="true" />
|
||||
<RepoName>linker</RepoName>
|
||||
</Dependency>
|
||||
|
|
|
@ -57,8 +57,8 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftNETSdkPackageVersion>6.0.100-preview.7.21357.26</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-preview.7.21357.26</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>6.0.100-preview.7.21357.37</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-preview.7.21357.37</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Add table
Reference in a new issue