Skip to content

Commit 74ff67c

Browse files
committed
+ Added support net8 also
1 parent 804785b commit 74ff67c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FlowCommandLine/FlowCommandLine.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net9.0</TargetFramework>
4+
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<NativeAot>enable</NativeAot>

0 commit comments

Comments
 (0)