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 11<Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net45;netcoreapp3.1; net5.0-windows</TargetFrameworks >
4+ <TargetFrameworks >net5.0-windows;netcoreapp3.1;net462 </TargetFrameworks >
55 <OutputType >WinExe</OutputType >
66 <UseWPF >true</UseWPF >
77 <UseWindowsForms >true</UseWindowsForms >
2222 </PropertyGroup >
2323
2424 <PropertyGroup >
25- <DisableImplicitFrameworkReferences Condition =" '$(TargetFramework)' == 'net45 ' " >true</DisableImplicitFrameworkReferences >
25+ <DisableImplicitFrameworkReferences Condition =" '$(TargetFramework)' == 'net462 ' " >true</DisableImplicitFrameworkReferences >
2626 </PropertyGroup >
2727
28- <ItemGroup Condition =" '$(TargetFramework)' == 'net45 ' " >
28+ <ItemGroup Condition =" '$(TargetFramework)' == 'net462 ' " >
2929 <Reference Include =" System" />
3030 <Reference Include =" System.Core" />
3131 <Reference Include =" System.Xaml" />
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net5.0-windows;netcoreapp3.1;net45 </TargetFrameworks >
4+ <TargetFrameworks >net5.0-windows;netcoreapp3.1;net462 </TargetFrameworks >
55 <UseWPF >true</UseWPF >
66 <UseWindowsForms >true</UseWindowsForms >
77 <RootNamespace >Ookii.Dialogs.Wpf</RootNamespace >
4949 <RepositoryUrl >https://github.com/ookii-dialogs/ookii-dialogs-wpf.git</RepositoryUrl >
5050 </PropertyGroup >
5151
52- <PropertyGroup Condition =" '$(TargetFramework)' == 'net45 ' " >
52+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net462 ' " >
5353 <DefineConstants >$(DefineConstants);NETFX</DefineConstants >
5454 </PropertyGroup >
5555
6262 </PropertyGroup >
6363
6464 <PropertyGroup >
65- <DisableImplicitFrameworkReferences Condition =" '$(TargetFramework)' == 'net45 ' " >true</DisableImplicitFrameworkReferences >
65+ <DisableImplicitFrameworkReferences Condition =" '$(TargetFramework)' == 'net462 ' " >true</DisableImplicitFrameworkReferences >
6666 </PropertyGroup >
6767
6868 <ItemGroup >
6969 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
7070 </ItemGroup >
7171
72- <ItemGroup Condition =" '$(TargetFramework)' == 'net45 ' " >
72+ <ItemGroup Condition =" '$(TargetFramework)' == 'net462 ' " >
7373 <Reference Include =" PresentationCore" />
7474 <Reference Include =" PresentationFramework" />
7575 <Reference Include =" System" />
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net5.0-windows;netcoreapp3.1;net45 </TargetFrameworks >
4+ <TargetFrameworks >net5.0-windows;netcoreapp3.1;net462 </TargetFrameworks >
55 <UseWPF >true</UseWPF >
66 <UseWindowsForms >true</UseWindowsForms >
77
You can’t perform that action at this time.
0 commit comments