File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
sample/Ookii.Dialogs.Wpf.Sample Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net45;netcoreapp3.1; net5.0-windows</TargetFrameworks >
4
+ <TargetFrameworks >net5.0-windows;netcoreapp3.1;net462 </TargetFrameworks >
5
5
<OutputType >WinExe</OutputType >
6
6
<UseWPF >true</UseWPF >
7
7
<UseWindowsForms >true</UseWindowsForms >
22
22
</PropertyGroup >
23
23
24
24
<PropertyGroup >
25
- <DisableImplicitFrameworkReferences Condition =" '$(TargetFramework)' == 'net45 ' " >true</DisableImplicitFrameworkReferences >
25
+ <DisableImplicitFrameworkReferences Condition =" '$(TargetFramework)' == 'net462 ' " >true</DisableImplicitFrameworkReferences >
26
26
</PropertyGroup >
27
27
28
- <ItemGroup Condition =" '$(TargetFramework)' == 'net45 ' " >
28
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net462 ' " >
29
29
<Reference Include =" System" />
30
30
<Reference Include =" System.Core" />
31
31
<Reference Include =" System.Xaml" />
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net5.0-windows;netcoreapp3.1;net45 </TargetFrameworks >
4
+ <TargetFrameworks >net5.0-windows;netcoreapp3.1;net462 </TargetFrameworks >
5
5
<UseWPF >true</UseWPF >
6
6
<UseWindowsForms >true</UseWindowsForms >
7
7
<RootNamespace >Ookii.Dialogs.Wpf</RootNamespace >
49
49
<RepositoryUrl >https://github.com/ookii-dialogs/ookii-dialogs-wpf.git</RepositoryUrl >
50
50
</PropertyGroup >
51
51
52
- <PropertyGroup Condition =" '$(TargetFramework)' == 'net45 ' " >
52
+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net462 ' " >
53
53
<DefineConstants >$(DefineConstants);NETFX</DefineConstants >
54
54
</PropertyGroup >
55
55
62
62
</PropertyGroup >
63
63
64
64
<PropertyGroup >
65
- <DisableImplicitFrameworkReferences Condition =" '$(TargetFramework)' == 'net45 ' " >true</DisableImplicitFrameworkReferences >
65
+ <DisableImplicitFrameworkReferences Condition =" '$(TargetFramework)' == 'net462 ' " >true</DisableImplicitFrameworkReferences >
66
66
</PropertyGroup >
67
67
68
68
<ItemGroup >
69
69
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
70
70
</ItemGroup >
71
71
72
- <ItemGroup Condition =" '$(TargetFramework)' == 'net45 ' " >
72
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net462 ' " >
73
73
<Reference Include =" PresentationCore" />
74
74
<Reference Include =" PresentationFramework" />
75
75
<Reference Include =" System" />
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net5.0-windows;netcoreapp3.1;net45 </TargetFrameworks >
4
+ <TargetFrameworks >net5.0-windows;netcoreapp3.1;net462 </TargetFrameworks >
5
5
<UseWPF >true</UseWPF >
6
6
<UseWindowsForms >true</UseWindowsForms >
7
7
You can’t perform that action at this time.
0 commit comments