dotnet-installer/eng/TestVersions.props
dotnet-maestro[bot] 107cf4af77 [master] Update dependencies from dotnet/toolset (#5583)
* Update dependencies from https://github.com/dotnet/toolset build 20191108.2

- Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19558.2

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19558.2 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/toolset build 20191108.3

- Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19558.3

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19558.3 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/toolset build 20191108.4

- Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19558.4

Dependency coherency updates

- Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19558.1 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19558.4 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/toolset build 20191108.6

- Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19558.6

Dependency coherency updates

- Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19558.1 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19558.6 (parent: Microsoft.Dotnet.Toolset.Internal)

* Remove unnecessary direct dependency to avoid downgrade
2019-11-08 19:21:57 -08:00

9 lines
558 B
XML

<Project>
<PropertyGroup>
<NuGetFrameworksPackageVersion>5.3.0</NuGetFrameworksPackageVersion>
<MicrosoftDotNetCliUtilsPackageVersion>$(MicrosoftDotnetToolsetInternalPackageVersion)</MicrosoftDotNetCliUtilsPackageVersion>
<MicrosoftDotNetCliCommandLinePackageVersion>0.1.1</MicrosoftDotNetCliCommandLinePackageVersion>
<MicrosoftNETTestSdkPackageVersion>15.8.0</MicrosoftNETTestSdkPackageVersion>
<MicrosoftDotNetProjectJsonMigrationPackageVersion>1.3.1</MicrosoftDotNetProjectJsonMigrationPackageVersion>
</PropertyGroup>
</Project>