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 to .NET 9 #178

Merged
merged 23 commits into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
07e0691
Update to ASP.NET Core 9 preview 1
martincostello Feb 29, 2024
46bfe8a
Merge branch 'dev' into dev-v9
martincostello Feb 29, 2024
848c8dc
Bump AngleSharp
martincostello Mar 7, 2024
3f725f9
Update .NET SDK to 9.0.100-preview.2.24157.14 (#181)
aspnet-contrib-service-account[bot] Mar 12, 2024
0813685
Merge branch 'dev' into dev-v9
martincostello Apr 11, 2024
1074519
Update .NET SDK to 9.0.100-preview.3.24204.13 (#187)
aspnet-contrib-service-account[bot] Apr 11, 2024
2e9acd9
Update to ASP.NET Core 9 preview 4
martincostello May 21, 2024
d24a46a
Merge branch 'dev' into dev-v9
martincostello May 21, 2024
2d01549
Update to ASP.NET Core 9 preview 5 (#211)
martincostello Jun 11, 2024
4b6d69e
Update to ASP.NET Core 9 preview 6
martincostello Jul 9, 2024
14c9b06
Update to ASP.NET Core 9 preview 7
martincostello Aug 13, 2024
8d6c7eb
Merge branch 'dev' into dev-v9
martincostello Sep 9, 2024
907fd50
Update Arcade (#233)
martincostello Sep 9, 2024
9d30a19
Update to .NET 9 RC1
martincostello Sep 9, 2024
a44c786
Bump System.Text.Encodings.Web
martincostello Sep 10, 2024
e2cb874
Update to .NET 9 RC2
martincostello Oct 8, 2024
d4032b0
Merge branch 'dev' into dev-v9
martincostello Oct 8, 2024
bb58ea6
Merge branch 'dev' into dev-v9
martincostello Oct 9, 2024
bf9475a
Merge branch 'dev' into dev-v9
martincostello Oct 15, 2024
89bcd98
Merge branch 'dev' into dev-v9
martincostello Oct 15, 2024
2775840
Remove unused action
martincostello Nov 4, 2024
7c0efab
Merge branch 'dev' into dev-v9
martincostello Nov 4, 2024
7a9887e
Update to .NET 9 GA
martincostello Nov 12, 2024
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
Prev Previous commit
Next Next commit
Update to ASP.NET Core 9 preview 7
Update to preview 7 of ASP.NET Core 9.
  • Loading branch information
martincostello committed Aug 13, 2024
commit 14c9b0684ac60e3caa08124663744a31e9de90f1
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<PackageVersion Include="JetBrains.Annotations" Version="2023.3.0" />
<PackageVersion Include="JustEat.HttpClientInterception" Version="4.3.0" />
<PackageVersion Include="MartinCostello.Logging.XUnit" Version="0.4.0" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.0-preview.6.24328.4" />
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="9.0.0-preview.6.24328.4" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.0-preview.7.24406.2" />
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="9.0.0-preview.7.24406.2" />
<PackageVersion Include="Microsoft.IdentityModel.Protocols" Version="7.6.2" />
<PackageVersion Include="Shouldly" Version="4.2.1" />
<PackageVersion Include="System.Net.Http" Version="4.3.4" />
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
<PackageValidationBaselineVersion Condition=" '$(EnablePackageValidation)' == 'true' AND '$(PackageValidationBaselineVersion)' == '' ">9.0.0</PackageValidationBaselineVersion>
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
<PreReleaseVersionIteration>6</PreReleaseVersionIteration>
<PreReleaseVersionIteration>7</PreReleaseVersionIteration>
<PreReleaseBrandingLabel>Preview $(PreReleaseVersionIteration)</PreReleaseBrandingLabel>
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"sdk": {
"version": "9.0.100-preview.6.24328.19",
"version": "9.0.100-preview.7.24407.12",
"allowPrerelease": true,
"rollForward": "major"
},

"tools": {
"dotnet": "9.0.100-preview.6.24328.19"
"dotnet": "9.0.100-preview.7.24407.12"
},

"msbuild-sdks": {
Expand Down