Skip to content

Commit

Permalink
upgrade test project to net9
Browse files Browse the repository at this point in the history
  • Loading branch information
kerryjiang committed Jan 26, 2025
1 parent 23c0a0b commit e573ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/SuperSocket.Tests/SuperSocket.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net8.0</TargetFrameworks>
<TargetFrameworks>net9.0</TargetFrameworks>
<OutputType>Exe</OutputType>
<DebugType>portable</DebugType>
<IsPackable>false</IsPackable>
Expand Down

0 comments on commit e573ca8

Please sign in to comment.