Skip to content

Commit

Permalink
add net9, remove net7
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminAbt committed Nov 12, 2024
1 parent 8d42788 commit 672287d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</PropertyGroup>

<PropertyGroup Label="Project Defaults">
<TargetFrameworks>net7.0;net8.0;net9.0</TargetFrameworks>
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
</PropertyGroup>

<PropertyGroup Label="C#">
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "9.0.100-rc.2.24474.11"
"version": "9.0.100"
}
}

0 comments on commit 672287d

Please sign in to comment.