Skip to content

Commit 00c4b67

Browse files
committed
Be ready for .NET 8 version
Also update a package reference
1 parent b651a59 commit 00c4b67

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dithery-cli.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0;net7.0</TargetFrameworks>
5+
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
66
<RootNamespace>Dithery_cli</RootNamespace>
77

88
<PackAsTool>true</PackAsTool>
@@ -14,13 +14,13 @@
1414
<PackageProjectUrl>https://github.com/mcraiha/Dithery-cli</PackageProjectUrl>
1515
<PackageLicenseExpression>Unlicense</PackageLicenseExpression>
1616

17-
<VersionPrefix>1.0.6</VersionPrefix>
17+
<VersionPrefix>1.0.7</VersionPrefix>
1818
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
1919
</PropertyGroup>
2020

2121
<ItemGroup>
2222
<PackageReference Include="System.Drawing.Common" Version="5.0.2" />
23-
<PackageReference Include="LibDithering" Version="1.0.0" />
23+
<PackageReference Include="LibDithering" Version="1.0.1" />
2424
</ItemGroup>
2525

2626
</Project>

0 commit comments

Comments
 (0)