Skip to content

Commit bb4835c

Browse files
authored
add net9, remove net7 (#51)
1 parent 8d42788 commit bb4835c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</PropertyGroup>
2626

2727
<PropertyGroup Label="Project Defaults">
28-
<TargetFrameworks>net7.0;net8.0;net9.0</TargetFrameworks>
28+
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
2929
</PropertyGroup>
3030

3131
<PropertyGroup Label="C#">

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "9.0.100-rc.2.24474.11"
3+
"version": "9.0.100"
44
}
55
}

0 commit comments

Comments
 (0)