Skip to content

Commit

Permalink
Update versions from 6.0.1xx
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd committed Oct 1, 2021
1 parent 02d3168 commit 49b6383
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
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-4.21427.11</RoslynPackageVersion>
<RoslynPackageVersion>4.0.0-5.21480.15</RoslynPackageVersion>
<XunitPackageVersion>2.4.1</XunitPackageVersion>
</PropertyGroup>

Expand Down
42 changes: 21 additions & 21 deletions tools/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,44 +9,44 @@
<!--
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-rc1/eng/Versions.props
ex. https://github.com/dotnet/installer/blob/release/6.0.1xx/eng/Versions.props
-->

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

<!-- These packages should match the "MicrosoftNETCoreDotNetHostResolverPackageVersion" property -->
<package id="runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver" version="6.0.0-rc.1.21426.17" />
<package id="runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver" version="6.0.0-rc.1.21426.17" />
<package id="runtime.win-x64.Microsoft.NETCore.DotNetHostResolver" version="6.0.0-rc.1.21426.17" />
<package id="runtime.win-x86.Microsoft.NETCore.DotNetHostResolver" version="6.0.0-rc.1.21426.17" />
<package id="runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver" version="6.0.0-rc.1.21426.17" />
<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" />

<!--
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-rc1/eng/Versions.props
ex. https://github.com/dotnet/sdk/blob/release/6.0.1xx/eng/Versions.props
-->

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

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

<!-- These packages should match the "NuGetBuildTasksPackageVersion" property -->
<package id="Microsoft.Build.NuGetSdkResolver" version="6.0.0-preview.4.230" />
<package id="NuGet.Build.Tasks" version="6.0.0-preview.4.230" />
<package id="NuGet.Commands" version="6.0.0-preview.4.230" />
<package id="NuGet.Credentials" version="6.0.0-preview.4.230" />
<package id="NuGet.Frameworks" version="6.0.0-preview.4.230" />
<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" />

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

0 comments on commit 49b6383

Please sign in to comment.