Skip to content

Commit f3cfae6

Browse files
Update project metadata
1 parent 00620b6 commit f3cfae6

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/Ookii.Dialogs.Wpf/Ookii.Dialogs.Wpf.csproj

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,25 +32,13 @@
3232
<TieredCompilationQuickJit>true</TieredCompilationQuickJit>
3333
</PropertyGroup>
3434

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-
4735
<PropertyGroup>
4836
<MinClientVersion>3.3</MinClientVersion>
4937
<PackageId>Ookii.Dialogs.Wpf</PackageId>
5038
<Version>0.0.1-local</Version>
5139
<Authors>Ookii Dialogs Contributors</Authors>
5240
<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>
5442
<Copyright>Copyright (c) 2009-2021 Ookii Dialogs Contributors</Copyright>
5543
<PackageTags>ookii;dialogs;wpf;windows-presentation-foundation;progress-dialog;task-dialog;credential-dialog;common-file-dialog</PackageTags>
5644
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
@@ -62,6 +50,18 @@
6250
<RepositoryUrl>https://github.com/augustoproiete/ookii-dialogs-wpf.git</RepositoryUrl>
6351
</PropertyGroup>
6452

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+
6565
<PropertyGroup>
6666
<DisableImplicitFrameworkReferences Condition=" '$(TargetFramework)' == 'net45' ">true</DisableImplicitFrameworkReferences>
6767
</PropertyGroup>

0 commit comments

Comments
 (0)