Skip to content

Commit 2944b21

Browse files
committed
Restore support for .NET 8
1 parent ac656aa commit 2944b21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PhpMinifier.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Copyright>© Cédric Belin</Copyright>
55
<Description>Minify PHP source code by removing comments and whitespace.</Description>
66
<Product>PHP Minifier</Product>
7-
<Version>1.0.1</Version>
7+
<Version>1.1.0</Version>
88
</PropertyGroup>
99

1010
<PropertyGroup>
@@ -27,7 +27,7 @@
2727
<OutDir>../bin</OutDir>
2828
<OutputType>Exe</OutputType>
2929
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
30-
<TargetFramework>net10.0</TargetFramework>
30+
<TargetFrameworks>net8.0;net10.0</TargetFrameworks>
3131
</PropertyGroup>
3232

3333
<ItemGroup>

0 commit comments

Comments
 (0)