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 1
1
{
2
2
"sdk" : {
3
3
"allowPrerelease" : false ,
4
- "version" : " 3.1 .100" ,
4
+ "version" : " 5.0 .100" ,
5
5
"rollForward" : " latestFeature"
6
6
}
7
7
}
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</TargetFrameworks >
4
+ <TargetFrameworks >net45;netcoreapp3.1;net5.0-windows </TargetFrameworks >
5
5
<OutputType >WinExe</OutputType >
6
+ <SupportedOSPlatform >windows7</SupportedOSPlatform >
6
7
<UseWPF >true</UseWPF >
7
8
<UseWindowsForms >true</UseWindowsForms >
8
9
<RootNamespace >Ookii.Dialogs.Wpf.Sample</RootNamespace >
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 >netcoreapp3.1;net45</TargetFrameworks >
4
+ <TargetFrameworks >net5.0-windows;netcoreapp3.1;net45</TargetFrameworks >
5
+ <SupportedOSPlatform >windows7</SupportedOSPlatform >
5
6
<UseWPF >true</UseWPF >
6
7
<UseWindowsForms >true</UseWindowsForms >
7
8
<RootNamespace >Ookii.Dialogs.Wpf</RootNamespace >
40
41
<DefineConstants >$(DefineConstants);NETCORE31</DefineConstants >
41
42
</PropertyGroup >
42
43
44
+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net5.0-windows' " >
45
+ <DefineConstants >$(DefineConstants);NET5</DefineConstants >
46
+ </PropertyGroup >
47
+
43
48
<PropertyGroup >
44
49
<MinClientVersion >3.3</MinClientVersion >
45
50
<PackageId >Ookii.Dialogs.Wpf</PackageId >
You can’t perform that action at this time.
0 commit comments