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
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
Merge branch 'dev' into dev-v9
  • Loading branch information
martincostello authored Nov 4, 2024
commit 7c0efabcc40a22888a110fa0b23d7f473439889e
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<ItemGroup>
<PackageVersion Include="AngleSharp" Version="1.1.2" />
<PackageVersion Include="JetBrains.Annotations" Version="2024.2.0" />
<PackageVersion Include="JetBrains.Annotations" Version="2024.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-rc.2.24474.3" />
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.