Skip to content

Commit 0738ba4

Browse files
committed
Multi-target .NET 8 and 10
I currently don't use any API above .NET 8, so multi-targeting 8 and 10 is fine for now. However, if I later need a higher .NET version, I won't hesitate to drop support.
1 parent 09067ce commit 0738ba4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AssetRipper.TextureDecoder/AssetRipper.TextureDecoder.csproj

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

33
<PropertyGroup>
4+
<TargetFrameworks>net8.0;net10.0</TargetFrameworks>
45
<IsTrimmable>true</IsTrimmable>
56
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
67

0 commit comments

Comments
 (0)