Skip to content

Commit

Permalink
.NET 9
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasArdal committed Nov 13, 2024
1 parent 6127157 commit 135e49d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
6.0.x
7.0.x
8.0.x
9.0.x
- name: Install dependencies
run: dotnet restore
Expand Down
2 changes: 1 addition & 1 deletion test/Elmah.Io.Client.Test/Elmah.Io.Client.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;net7.0;net8.0;net462</TargetFrameworks>
<TargetFrameworks>net6.0;net7.0;net8.0;net9.0;net462</TargetFrameworks>
<LangVersion>12.0</LangVersion>
</PropertyGroup>

Expand Down

0 comments on commit 135e49d

Please sign in to comment.