Skip to content

Commit

Permalink
Update to .NET 6 preview 5
Browse files Browse the repository at this point in the history
Update to preview 5 of .NET 6.
  • Loading branch information
martincostello committed Jun 17, 2021
1 parent 91061e9 commit dd569c2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<PackageReference Update="JetBrains.Annotations" Version="2021.1.0" />
<PackageReference Update="JustEat.HttpClientInterception" Version="3.1.0" />
<PackageReference Update="MartinCostello.Logging.XUnit" Version="0.1.1" />
<PackageReference Update="Microsoft.AspNetCore.Authentication.Google" Version="6.0.0-preview.4.21253.5" />
<PackageReference Update="Microsoft.AspNetCore.Authentication.Twitter" Version="6.0.0-preview.4.21253.5" />
<PackageReference Update="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.0-preview.4.21253.5" />
<PackageReference Update="Microsoft.AspNetCore.TestHost" Version="6.0.0-preview.4.21253.5" />
<PackageReference Update="Microsoft.AspNetCore.Authentication.Google" Version="6.0.0-preview.5.21301.17" />
<PackageReference Update="Microsoft.AspNetCore.Authentication.Twitter" Version="6.0.0-preview.5.21301.17" />
<PackageReference Update="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.0-preview.5.21301.17" />
<PackageReference Update="Microsoft.AspNetCore.TestHost" Version="6.0.0-preview.5.21301.17" />
<PackageReference Update="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="6.10.0" />
<PackageReference Update="Moq" Version="4.16.1" />
<PackageReference Update="Shouldly" Version="4.0.3" />
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<MinorVersion>0</MinorVersion>
<PatchVersion>0</PatchVersion>
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
<PreReleaseVersionLabel>preview.4</PreReleaseVersionLabel>
<PreReleaseVersionLabel>preview.5</PreReleaseVersionLabel>
<PreReleaseVersionIteration></PreReleaseVersionIteration>
<PreReleaseBrandingLabel>Preview $(PreReleaseVersionIteration)</PreReleaseBrandingLabel>
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"tools": {
"dotnet": "6.0.100-preview.4.21255.9"
"dotnet": "6.0.100-preview.5.21302.13"
},

"msbuild-sdks": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
using System.Security.Claims;
using System.Text.Encodings.Web;
using System.Text.Json;
using System.Text.Json.Node;
using System.Text.Json.Nodes;
using System.Threading.Tasks;
using JetBrains.Annotations;
using Microsoft.AspNetCore.Authentication;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
using System.Security.Claims;
using System.Text.Encodings.Web;
using System.Text.Json;
using System.Text.Json.Node;
using System.Text.Json.Nodes;
using System.Threading.Tasks;
using JetBrains.Annotations;
using Microsoft.AspNetCore.Authentication;
Expand Down

0 comments on commit dd569c2

Please sign in to comment.