|
32 | 32 | <TieredCompilationQuickJit>true</TieredCompilationQuickJit> |
33 | 33 | </PropertyGroup> |
34 | 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 | | - </PropertyGroup> |
42 | | - |
43 | | - <PropertyGroup Condition=" '$(TargetFramework)' == 'net5.0-windows' "> |
44 | | - <DefineConstants>$(DefineConstants);NET5</DefineConstants> |
45 | | - </PropertyGroup> |
46 | | - |
47 | 35 | <PropertyGroup> |
48 | 36 | <MinClientVersion>3.3</MinClientVersion> |
49 | 37 | <PackageId>Ookii.Dialogs.Wpf</PackageId> |
50 | 38 | <Version>0.0.1-local</Version> |
51 | 39 | <Authors>Ookii Dialogs Contributors</Authors> |
52 | 40 | <Company>augustoproiete.net</Company> |
53 | | - <Description>Ookii.Dialogs.Wpf is a class library for .NET and .NET Core applications providing several common dialogs. Included are classes for task dialogs, credential dialogs, progress dialogs, and common file dialogs.</Description> |
| 41 | + <Description>Ookii.Dialogs.Wpf is a class library for WPF applications providing several common dialogs. Included are classes for task dialogs, credential dialogs, progress dialogs, and common file dialogs.</Description> |
54 | 42 | <Copyright>Copyright (c) 2009-2021 Ookii Dialogs Contributors</Copyright> |
55 | 43 | <PackageTags>ookii;dialogs;wpf;windows-presentation-foundation;progress-dialog;task-dialog;credential-dialog;common-file-dialog</PackageTags> |
56 | 44 | <PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression> |
|
62 | 50 | <RepositoryUrl>https://github.com/augustoproiete/ookii-dialogs-wpf.git</RepositoryUrl> |
63 | 51 | </PropertyGroup> |
64 | 52 |
|
| 53 | + <PropertyGroup Condition=" '$(TargetFramework)' == 'net45' "> |
| 54 | + <DefineConstants>$(DefineConstants);NETFX</DefineConstants> |
| 55 | + </PropertyGroup> |
| 56 | + |
| 57 | + <PropertyGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.1' "> |
| 58 | + <DefineConstants>$(DefineConstants);NETCORE31</DefineConstants> |
| 59 | + </PropertyGroup> |
| 60 | + |
| 61 | + <PropertyGroup Condition=" '$(TargetFramework)' == 'net5.0-windows' "> |
| 62 | + <DefineConstants>$(DefineConstants);NET5</DefineConstants> |
| 63 | + </PropertyGroup> |
| 64 | + |
65 | 65 | <PropertyGroup> |
66 | 66 | <DisableImplicitFrameworkReferences Condition=" '$(TargetFramework)' == 'net45' ">true</DisableImplicitFrameworkReferences> |
67 | 67 | </PropertyGroup> |
|
0 commit comments