Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update versions from 6.0.200 #2347

Merged
merged 2 commits into from
Feb 18, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions tools/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,38 +9,38 @@
<!--
The version for these packages can be found in the dotnet/installer eng/Versions.props file in
the branch that corresponds with the SDK Toolset being modeled.
ex. https://github.com/dotnet/installer/blob/release/6.0.1xx/eng/Versions.props
ex. https://github.com/dotnet/installer/blob/release/6.0.2xx/eng/Versions.props
-->

<!-- These packages should match the "MicrosoftNETSdkPackageVersion" property-->
<package id="Microsoft.NET.Sdk" version="6.0.200-preview.22055.23" />
<package id="Microsoft.DotNet.MSBuildSdkResolver" version="6.0.200-preview.22055.23" />
<package id="Microsoft.NET.Sdk" version="6.0.200-rtm.22104.9" />
<package id="Microsoft.DotNet.MSBuildSdkResolver" version="6.0.200-rtm.22104.9" />

<!-- These packages should match the "MicrosoftNETCoreDotNetHostResolverPackageVersion" property -->
<package id="runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver" version="6.0.1" />
<package id="runtime.linux-arm64.Microsoft.NETCore.DotNetHostResolver" version="6.0.1" />
<package id="runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver" version="6.0.1" />
<package id="runtime.win-x64.Microsoft.NETCore.DotNetHostResolver" version="6.0.1" />
<package id="runtime.win-x86.Microsoft.NETCore.DotNetHostResolver" version="6.0.1" />
<package id="runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver" version="6.0.1" />
<package id="runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver" version="6.0.2" />
<package id="runtime.linux-arm64.Microsoft.NETCore.DotNetHostResolver" version="6.0.2" />
<package id="runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver" version="6.0.2" />
<package id="runtime.win-x64.Microsoft.NETCore.DotNetHostResolver" version="6.0.2" />
<package id="runtime.win-x86.Microsoft.NETCore.DotNetHostResolver" version="6.0.2" />
<package id="runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver" version="6.0.2" />

<!--
The version for these packages can be found in the dotnet/sdk eng/Versions.props file in
the branch that corresponds with the "Microsoft.NET.Sdk package" being referenced.
ex. https://github.com/dotnet/sdk/blob/release/6.0.1xx/eng/Versions.props
ex. https://github.com/dotnet/sdk/blob/release/6.0.2xx/eng/Versions.props
-->

<!-- These packages should match the "MicrosoftBuildPackageVersion" property -->
<package id="Microsoft.Build" version="17.1.0-preview-22063-01" />
<package id="Microsoft.Build.Framework" version="17.1.0-preview-22063-01" />
<package id="Microsoft.Build.Runtime" version="17.1.0-preview-22063-01" />
<package id="Microsoft.Build.Tasks.Core" version="17.1.0-preview-22063-01" />
<package id="Microsoft.Build.Utilities.Core" version="17.1.0-preview-22063-01" />
<package id="Microsoft.Build" version="17.1.0-preview-22075-05" />
<package id="Microsoft.Build.Framework" version="17.1.0-preview-22075-05" />
<package id="Microsoft.Build.Runtime" version="17.1.0-preview-22075-05" />
<package id="Microsoft.Build.Tasks.Core" version="17.1.0-preview-22075-05" />
<package id="Microsoft.Build.Utilities.Core" version="17.1.0-preview-22075-05" />
<!-- This package should match as well except the Major & Minor version are set to 1.0 -->
<package id="Microsoft.NET.StringTools" version="1.0.0-preview-22063-01" />
<package id="Microsoft.NET.StringTools" version="1.0.0-preview-22075-05" />

<!-- This package should match the "MicrosoftNetCompilersToolsetPackageVersion" property-->
<package id="Microsoft.Net.Compilers.Toolset" version="4.1.0-3.22069.8" />
<package id="Microsoft.Net.Compilers.Toolset" version="4.1.0-5.22116.13" />

<!-- These packages should match the "NuGetBuildTasksPackageVersion" property -->
<package id="Microsoft.Build.NuGetSdkResolver" version="6.1.0-rc.103" />
Expand Down