|
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | 4 | <OutputType>Library</OutputType> |
5 | | - <TargetFrameworks>net5.0-windows;netcoreapp3.1;net40</TargetFrameworks> |
| 5 | + <TargetFrameworks>net6.0-windows;net5.0-windows;netcoreapp3.1;net40</TargetFrameworks> |
6 | 6 | <UseWindowsForms>true</UseWindowsForms> |
7 | 7 | <ApplicationIcon /> |
8 | 8 | <StartupObject /> |
|
19 | 19 |
|
20 | 20 | <PackageId>WindowsRibbon</PackageId> |
21 | 21 | <Product>Windows Ribbon Control</Product> |
22 | | - <Version>2.11.0</Version> |
| 22 | + <Version>2.11.1</Version> |
23 | 23 | <Authors>Hartmut Borkenhagen</Authors> |
24 | 24 | <Company>RibbonLib</Company> |
25 | 25 | <PackageIcon>Ribbon64.png</PackageIcon> |
|
36 | 36 | <Deterministic>false</Deterministic> |
37 | 37 | </PropertyGroup> |
38 | 38 |
|
39 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU' and ('$(TargetFramework)' == 'net5.0-windows' or '$(TargetFramework)' == 'netcoreapp3.1')"> |
| 39 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU' and ('$(TargetFramework)' == 'net6.0-windows' or '$(TargetFramework)' == 'net5.0-windows' or '$(TargetFramework)' == 'netcoreapp3.1')"> |
40 | 40 | <DefineConstants>DEBUG;Core</DefineConstants> |
41 | 41 | </PropertyGroup> |
42 | 42 |
|
43 | 43 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU' and '$(TargetFramework)' == 'net40'"> |
44 | 44 | <DefineConstants>DEBUG</DefineConstants> |
45 | 45 | </PropertyGroup> |
46 | 46 |
|
47 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU' and '$(TargetFramework)' == 'netcoreapp3.1'"> |
| 47 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU' and '$(TargetFramework)' == 'net6.0-windows'"> |
48 | 48 | <DefineConstants>TRACE;Core</DefineConstants> |
49 | | - <DocumentationFile>.\bin\Release\netcoreapp3.1\Ribbon.xml</DocumentationFile> |
| 49 | + <DocumentationFile>.\bin\Release\net6.0-windows\Ribbon.xml</DocumentationFile> |
50 | 50 | </PropertyGroup> |
51 | 51 |
|
52 | 52 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU' and '$(TargetFramework)' == 'net5.0-windows'"> |
53 | 53 | <DefineConstants>TRACE;Core</DefineConstants> |
54 | 54 | <DocumentationFile>.\bin\Release\net5.0-windows\Ribbon.xml</DocumentationFile> |
55 | 55 | </PropertyGroup> |
56 | 56 |
|
| 57 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU' and '$(TargetFramework)' == 'netcoreapp3.1'"> |
| 58 | + <DefineConstants>TRACE;Core</DefineConstants> |
| 59 | + <DocumentationFile>.\bin\Release\netcoreapp3.1\Ribbon.xml</DocumentationFile> |
| 60 | + </PropertyGroup> |
| 61 | + |
57 | 62 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU' and '$(TargetFramework)' == 'net40'"> |
58 | 63 | <DefineConstants>TRACE</DefineConstants> |
59 | 64 | <DocumentationFile>.\bin\Release\net40\Ribbon.xml</DocumentationFile> |
|
0 commit comments