Skip to content

Commit

Permalink
Update De4DotCommon.props
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagico2 authored Sep 4, 2024
1 parent a48fb3d commit d08ca3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion De4DotCommon.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<De4DotNetFramework Condition=" '$(SolutionName)' == 'de4dot.netframework' ">true</De4DotNetFramework>
<!-- Two different sln files are used because some of the projects are only available when targetting .NET Framework -->
<TargetFrameworks Condition=" '$(De4DotNetFramework)' == 'true' ">net35;net45</TargetFrameworks>
<TargetFrameworks Condition=" '$(De4DotNetFramework)' != 'true' ">netcoreapp3.1;netcoreapp2.1;net6.0;net8.0</TargetFrameworks>
<TargetFrameworks Condition=" '$(De4DotNetFramework)' != 'true' ">netcoreapp3.1;netcoreapp2.1;net6.0</TargetFrameworks>
<Features>strict</Features>
<LangVersion>latest</LangVersion>
<SignAssembly>true</SignAssembly>
Expand Down

0 comments on commit d08ca3e

Please sign in to comment.