We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac656aa commit 2944b21Copy full SHA for 2944b21
src/PhpMinifier.csproj
@@ -4,7 +4,7 @@
4
<Copyright>© Cédric Belin</Copyright>
5
<Description>Minify PHP source code by removing comments and whitespace.</Description>
6
<Product>PHP Minifier</Product>
7
- <Version>1.0.1</Version>
+ <Version>1.1.0</Version>
8
</PropertyGroup>
9
10
<PropertyGroup>
@@ -27,7 +27,7 @@
27
<OutDir>../bin</OutDir>
28
<OutputType>Exe</OutputType>
29
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
30
- <TargetFramework>net10.0</TargetFramework>
+ <TargetFrameworks>net8.0;net10.0</TargetFrameworks>
31
32
33
<ItemGroup>
0 commit comments