File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
sample/Ookii.Dialogs.Wpf.Sample Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "sdk" : {
33 "allowPrerelease" : false ,
4- "version" : " 3.1 .100" ,
4+ "version" : " 5.0 .100" ,
55 "rollForward" : " latestFeature"
66 }
77}
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</TargetFrameworks >
4+ <TargetFrameworks >net45;netcoreapp3.1;net5.0-windows </TargetFrameworks >
55 <OutputType >WinExe</OutputType >
6+ <SupportedOSPlatform >windows7</SupportedOSPlatform >
67 <UseWPF >true</UseWPF >
78 <UseWindowsForms >true</UseWindowsForms >
89 <RootNamespace >Ookii.Dialogs.Wpf.Sample</RootNamespace >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netcoreapp3.1;net45</TargetFrameworks >
4+ <TargetFrameworks >net5.0-windows;netcoreapp3.1;net45</TargetFrameworks >
5+ <SupportedOSPlatform >windows7</SupportedOSPlatform >
56 <UseWPF >true</UseWPF >
67 <UseWindowsForms >true</UseWindowsForms >
78 <RootNamespace >Ookii.Dialogs.Wpf</RootNamespace >
4041 <DefineConstants >$(DefineConstants);NETCORE31</DefineConstants >
4142 </PropertyGroup >
4243
44+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net5.0-windows' " >
45+ <DefineConstants >$(DefineConstants);NET5</DefineConstants >
46+ </PropertyGroup >
47+
4348 <PropertyGroup >
4449 <MinClientVersion >3.3</MinClientVersion >
4550 <PackageId >Ookii.Dialogs.Wpf</PackageId >
You can’t perform that action at this time.
0 commit comments