Skip to content

Commit

Permalink
Update to ASP.NET Core 8 preview 3
Browse files Browse the repository at this point in the history
Update to preview 3 of ASP.NET Core 8.
  • Loading branch information
martincostello committed May 16, 2023
1 parent d88d6e2 commit f8c91a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<ItemGroup>
<PackageVersion Include="Humanizer" Version="2.14.1" />
<PackageVersion Include="MartinCostello.Logging.XUnit" Version="0.3.0" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.0-preview.2.23153.2" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.0-preview.3.23177.8" />
<PackageVersion Include="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.21452.1" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.0-preview.2.23128.3" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.0-preview.3.23174.2" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageVersion Include="NodaTime" Version="3.1.9" />
<PackageVersion Include="PseudoLocalizer.Humanizer" Version="0.8.0" />
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.100-preview.2.23157.25",
"version": "8.0.100-preview.3.23178.7",
"allowPrerelease": false,
"rollForward": "latestMajor"
}
Expand Down

0 comments on commit f8c91a6

Please sign in to comment.