Update dependencies from https://github.com/dotnet/sdk build 20210127.9 (#9554)
[master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NET.Test.Sdk: from 16.9.0-preview-20210125-03 to 16.9.0-preview-20210127-04 (parent: Microsoft.NET.Sdk)
This commit is contained in:
parent
50bf980aa2
commit
34ac0eb2ba
2 changed files with 9 additions and 9 deletions
|
@ -91,13 +91,13 @@
|
|||
<Uri>https://github.com/dotnet/templating</Uri>
|
||||
<Sha>0e0dd4281b9f741ddcff13f481fe57cbf21373ac</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.1.21077.5">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.1.21077.9">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>ae3b3b8d8e57a6c07471e9ad737b5b77b01abb88</Sha>
|
||||
<Sha>ead18cbd3163a5d2dc9921dd16ca3e4d3580e5d8</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.1.21077.5">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.1.21077.9">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>ae3b3b8d8e57a6c07471e9ad737b5b77b01abb88</Sha>
|
||||
<Sha>ead18cbd3163a5d2dc9921dd16ca3e4d3580e5d8</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.1.21071.8" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
@ -112,9 +112,9 @@
|
|||
<Uri>https://github.com/dotnet/fsharp</Uri>
|
||||
<Sha>9904179c94c41d5d7f9008975d523d807b2a19c6</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Test.Sdk" Version="16.9.0-preview-20210125-03" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.NET.Test.Sdk" Version="16.9.0-preview-20210127-04" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/microsoft/vstest</Uri>
|
||||
<Sha>0338fd27700c45b7e7d6027efd8c74eee2487987</Sha>
|
||||
<Sha>358ec6169542cf4c004d95cad1d3a45a8b8c4a6d</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.0-alpha.1.21076.1" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/mono/linker</Uri>
|
||||
|
|
|
@ -58,8 +58,8 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftNETSdkPackageVersion>6.0.100-preview.1.21077.5</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-preview.1.21077.5</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>6.0.100-preview.1.21077.9</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-preview.1.21077.9</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
@ -143,7 +143,7 @@
|
|||
<PropertyGroup>
|
||||
<VersionToolsVersion>2.2.0-beta.19072.10</VersionToolsVersion>
|
||||
<DotnetDebToolVersion>2.0.0</DotnetDebToolVersion>
|
||||
<MicrosoftNETTestSdkVersion>16.9.0-preview-20210125-03</MicrosoftNETTestSdkVersion>
|
||||
<MicrosoftNETTestSdkVersion>16.9.0-preview-20210127-04</MicrosoftNETTestSdkVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- pinned dependency. This package is not being produced outside of the 2.0 branch of corefx and should not change. -->
|
||||
|
|
Loading…
Reference in a new issue