Skip to content

Commit cbf645c

Browse files
committed
target net8, net9, net10 for the cli
drop support for net7
1 parent cd0c2cc commit cbf645c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

NetcodePatcher.Cli/NetcodePatcher.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>net7.0;net8.0</TargetFrameworks>
5+
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
66

77
<PackageId>Evaisa.NetcodePatcher.Cli</PackageId>
88
<Description>CLI tool for NetcodePatcher</Description>

NetcodePatcher.Tools.Common/NetcodePatcher.Tools.Common.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-
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
4+
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
55
</PropertyGroup>
66

77
<ItemGroup>

0 commit comments

Comments
 (0)