Skip to content

Commit f4299e4

Browse files
committed
fix: Use net8.0 for cli.
1 parent 860a71a commit f4299e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/AutoSDK.CLI/AutoSDK.CLI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
5+
<TargetFramework>net8.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
<NoWarn>$(NoWarn);CA1724;CA1303</NoWarn>

0 commit comments

Comments
 (0)