Skip to content

Commit 6907e69

Browse files
committed
use net8.0
1 parent 69bf150 commit 6907e69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/NeoSolve.ImageSharp.AVIF.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Version>1.1.0</Version>
55
<Description>Avif encoding support via avifenc binary (included) for ImageSharp</Description>
66
<PackageLicenseExpression>MIT</PackageLicenseExpression>
7-
<TargetFramework>net6.0</TargetFramework>
7+
<TargetFramework>net8.0</TargetFramework>
88
<PublishRepositoryUrl>true</PublishRepositoryUrl>
99
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
1010
</PropertyGroup>

test/NeoSolve.ImageSharp.AVIF.Tests.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>net6.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55

66
<IsPackable>false</IsPackable>
77
</PropertyGroup>

0 commit comments

Comments
 (0)