Skip to content

Commit 94eb405

Browse files
authored
Update Sample.csproj (#230)
1 parent 9807d22 commit 94eb405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sample/Sample/Sample.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net8.0</TargetFramework>
5+
<TargetFramework>net9.0</TargetFramework>
66
<IsPackable>false</IsPackable>
77
</PropertyGroup>
88

@@ -27,4 +27,4 @@
2727
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
2828
</None>
2929
</ItemGroup>
30-
</Project>
30+
</Project>

0 commit comments

Comments
 (0)