We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c778c5 commit ac40da7Copy full SHA for ac40da7
src/Ookii.Dialogs.Wpf/Ookii.Dialogs.Wpf.csproj
@@ -32,6 +32,14 @@
32
<TieredCompilationQuickJit>true</TieredCompilationQuickJit>
33
</PropertyGroup>
34
35
+ <PropertyGroup Condition=" '$(TargetFramework)' == 'net45' ">
36
+ <DefineConstants>$(DefineConstants);NETFX</DefineConstants>
37
+ </PropertyGroup>
38
+
39
+ <PropertyGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.1' ">
40
+ <DefineConstants>$(DefineConstants);NETCORE31</DefineConstants>
41
42
43
<PropertyGroup>
44
<MinClientVersion>3.3</MinClientVersion>
45
<PackageId>Ookii.Dialogs.Wpf</PackageId>
0 commit comments