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 to match dotnet SDK 6.0.1xx #2262

Merged
merged 2 commits into from
Nov 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion build/Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<MicrosoftTestPackageVersion>16.9.4</MicrosoftTestPackageVersion>
<MSBuildPackageVersion>16.10.0</MSBuildPackageVersion>
<NuGetPackageVersion>5.10.0</NuGetPackageVersion>
<RoslynPackageVersion>4.0.0-5.21480.15</RoslynPackageVersion>
<RoslynPackageVersion>4.0.0-6.21526.21</RoslynPackageVersion>
JoeRobich marked this conversation as resolved.
Show resolved Hide resolved
<XunitPackageVersion>2.4.1</XunitPackageVersion>
</PropertyGroup>

Expand Down
40 changes: 20 additions & 20 deletions tools/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
-->

<!-- These packages should match the "MicrosoftNETSdkPackageVersion" property-->
<package id="Microsoft.NET.Sdk" version="6.0.100-rtm.21480.28" />
<package id="Microsoft.DotNet.MSBuildSdkResolver" version="6.0.100-rtm.21480.28" />
<package id="Microsoft.NET.Sdk" version="6.0.100-rtm.21527.8" />
<package id="Microsoft.DotNet.MSBuildSdkResolver" version="6.0.100-rtm.21527.8" />

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

<!--
The version for these packages can be found in the dotnet/sdk eng/Versions.props file in
Expand All @@ -30,28 +30,28 @@
-->

<!-- These packages should match the "MicrosoftBuildPackageVersion" property -->
<package id="Microsoft.Build" version="17.0.0-preview-21480-03" />
<package id="Microsoft.Build.Framework" version="17.0.0-preview-21480-03" />
<package id="Microsoft.Build.Runtime" version="17.0.0-preview-21480-03" />
<package id="Microsoft.Build.Tasks.Core" version="17.0.0-preview-21480-03" />
<package id="Microsoft.Build.Utilities.Core" version="17.0.0-preview-21480-03" />
<package id="Microsoft.Build" version="17.0.0-preview-21515-03" />
<package id="Microsoft.Build.Framework" version="17.0.0-preview-21515-03" />
<package id="Microsoft.Build.Runtime" version="17.0.0-preview-21515-03" />
<package id="Microsoft.Build.Tasks.Core" version="17.0.0-preview-21515-03" />
<package id="Microsoft.Build.Utilities.Core" version="17.0.0-preview-21515-03" />
<!-- 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-21480-03" />
<package id="Microsoft.NET.StringTools" version="1.0.0-preview-21515-03" />

<!-- This package should match the "MicrosoftNetCompilersToolsetPackageVersion" property-->
<package id="Microsoft.Net.Compilers.Toolset" version="4.0.0-5.21480.15" />
<package id="Microsoft.Net.Compilers.Toolset" version="4.0.0-6.21526.21" />

<!-- These packages should match the "NuGetBuildTasksPackageVersion" property -->
<package id="Microsoft.Build.NuGetSdkResolver" version="6.0.0-rc.258" />
<package id="NuGet.Build.Tasks" version="6.0.0-rc.258" />
<package id="NuGet.Commands" version="6.0.0-rc.258" />
<package id="NuGet.Credentials" version="6.0.0-rc.258" />
<package id="NuGet.Frameworks" version="6.0.0-rc.258" />
<package id="Microsoft.Build.NuGetSdkResolver" version="6.0.0-rc.278" />
<package id="NuGet.Build.Tasks" version="6.0.0-rc.278" />
<package id="NuGet.Commands" version="6.0.0-rc.278" />
<package id="NuGet.Credentials" version="6.0.0-rc.278" />
<package id="NuGet.Frameworks" version="6.0.0-rc.278" />

<!-- This package should match the "NewtonsoftJsonPackageVersion" property-->
<package id="Newtonsoft.Json" version="13.0.1" />

<!-- This package should match the "DeploymentReleasesVersion" property-->
<!-- This package should match the "MicrosoftDeploymentDotNetReleasesVersion" property-->
<package id="Microsoft.Deployment.DotNet.Releases" version="1.0.0-preview1.1.21112.1" />

<!--
Expand Down