|
8 | 8 | <Description>Port of BurnOut to C#, with additions</Description>
|
9 | 9 | <Authors>Matt Nadareski;Gernot Knippen</Authors>
|
10 | 10 | <Product>BurnOutSharp</Product>
|
11 |
| - <Copyright>Copyright (c)2005-2010 Gernot Knippen, Copyright (c)2018-2020 Matt Nadareski</Copyright> |
| 11 | + <Copyright>Copyright (c)2005-2010 Gernot Knippen, Copyright (c)2018-2021 Matt Nadareski</Copyright> |
12 | 12 | <PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
|
13 | 13 | <RepositoryUrl>https://github.com/mnadareski/BurnOutSharp</RepositoryUrl>
|
14 |
| - <Version>1.5.0</Version> |
15 |
| - <AssemblyVersion>1.5.0</AssemblyVersion> |
16 |
| - <FileVersion>1.5.0</FileVersion> |
| 14 | + <Version>1.5.1</Version> |
| 15 | + <AssemblyVersion>1.5.1</AssemblyVersion> |
| 16 | + <FileVersion>1.5.1</FileVersion> |
17 | 17 | <IncludeSource>true</IncludeSource>
|
18 | 18 | <IncludeSymbols>true</IncludeSymbols>
|
19 | 19 | </PropertyGroup>
|
|
22 | 22 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
23 | 23 | </PropertyGroup>
|
24 | 24 |
|
25 |
| - <PropertyGroup Condition="'$(TargetFramework)'!='netcoreapp3.1' AND '$(TargetFramework)'!='net5.0'"> |
| 25 | + <PropertyGroup Condition="'$(TargetFramework.TrimEnd(`0123456789`))' == 'net'"> |
26 | 26 | <DefineConstants>NET_FRAMEWORK</DefineConstants>
|
27 | 27 | </PropertyGroup>
|
28 | 28 |
|
29 | 29 | <ItemGroup>
|
30 |
| - <PackageReference Include="LessIO" Version="1.0.34" Condition="'$(TargetFramework)'!='netcoreapp3.1' AND '$(TargetFramework)'!='net5.0'" /> |
31 |
| - <PackageReference Include="libmspack4n" Version="0.9.10" Condition="'$(TargetFramework)'!='netcoreapp3.1' AND '$(TargetFramework)'!='net5.0'" /> |
| 30 | + <PackageReference Include="LessIO" Version="1.0.34" Condition="'$(TargetFramework.TrimEnd(`0123456789`))' == 'net'" /> |
| 31 | + <PackageReference Include="libmspack4n" Version="0.9.10" Condition="'$(TargetFramework.TrimEnd(`0123456789`))' == 'net'" /> |
32 | 32 | <PackageReference Include="SharpCompress" Version="0.26.0" />
|
33 | 33 | <PackageReference Include="UnshieldSharp" Version="1.4.2.4" />
|
34 | 34 | <PackageReference Include="WiseUnpacker" Version="1.0.1" />
|
35 |
| - <PackageReference Include="wix-libs" Version="3.11.1" Condition="'$(TargetFramework)'!='netcoreapp3.1' AND '$(TargetFramework)'!='net5.0'" /> |
| 35 | + <PackageReference Include="wix-libs" Version="3.11.1" Condition="'$(TargetFramework.TrimEnd(`0123456789`))' == 'net'" /> |
36 | 36 | </ItemGroup>
|
37 | 37 |
|
38 | 38 | <ItemGroup>
|
|
0 commit comments