|
5 | 5 | <PropertyGroup> |
6 | 6 | <RunAnalyzers>true</RunAnalyzers> |
7 | 7 | <RunAnalyzersDuringBuild>true</RunAnalyzersDuringBuild> |
8 | | - <NoWarn>1701;1702;8032;8981;S125;S6967;S6964;S6670;S6934;S3267;S3431;IDE0290;S3904</NoWarn> |
| 8 | + <NoWarn>1701;1702;8032;8981;S125;S6967;S6964;S6670;S6934;S3267;S3431;IDE0290;IDE0130;IDE1100;S3904;S3358;S3400</NoWarn> |
9 | 9 | <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
10 | 10 | <SignAssembly>false</SignAssembly> |
11 | 11 | <AssemblyOriginatorKeyFile>Shared.Key.pfx</AssemblyOriginatorKeyFile> |
|
25 | 25 | <PackageTags>Plugin Manager</PackageTags> |
26 | 26 | <PackageProjectUrl>http://pluginmanager.website/</PackageProjectUrl> |
27 | 27 | <PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression> |
28 | | - <PackageReleaseNotes>Supports net 6.0 and net8.0</PackageReleaseNotes> |
| 28 | + <PackageReleaseNotes>Supports net 6.0, net8.0 and net9.0</PackageReleaseNotes> |
29 | 29 | <PackageTags>asp net core plugin manager system admin internal statistics</PackageTags> |
30 | 30 | </PropertyGroup> |
31 | 31 |
|
|
67 | 67 | <DebugType>embedded</DebugType> |
68 | 68 | <DebugSymbols>true</DebugSymbols> |
69 | 69 | </PropertyGroup> |
70 | | - |
| 70 | + |
| 71 | + <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)'=='Debug|net9.0'"> |
| 72 | + <DefineConstants>CODE_ANALYSIS;DEBUG;TRACE;NET_CORE;ISO_WEEK;ATTR_OS;NET_6_ABOVE;NET_8_ABOVE;NET_9_ABOVE;NET_9_0;NET_9_X</DefineConstants> |
| 73 | + <CheckForOverflowUnderflow>$(CheckForOverflowUnderflow)</CheckForOverflowUnderflow> |
| 74 | + <DebugType>$(DebugType)</DebugType> |
| 75 | + <DebugSymbols>$(DebugSymbols)</DebugSymbols> |
| 76 | + </PropertyGroup> |
| 77 | + |
| 78 | + <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)'=='Release|net9.0'"> |
| 79 | + <DefineConstants>CODE_ANALYSIS;NET_CORE;ISO_WEEK;ATTR_OS;NET_6_ABOVE;NET_8_ABOVE;NET_9_ABOVE;NET_9_0;NET_9_X</DefineConstants> |
| 80 | + <CheckForOverflowUnderflow>$(CheckForOverflowUnderflow)</CheckForOverflowUnderflow> |
| 81 | + <DebugType>$(DebugType)</DebugType> |
| 82 | + <DebugSymbols>$(DebugSymbols)</DebugSymbols> |
| 83 | + </PropertyGroup> |
| 84 | + |
71 | 85 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)'=='Debug|net8.0'"> |
72 | 86 | <DefineConstants>CODE_ANALYSIS;DEBUG;TRACE;NET_CORE;ISO_WEEK;ATTR_OS;NET_5_ABOVE;NET_6_ABOVE;NET_7_ABOVE;NET_8_ABOVE;NET_8_0;NET_8_X</DefineConstants> |
73 | 87 | <CheckForOverflowUnderflow>$(CheckForOverflowUnderflow)</CheckForOverflowUnderflow> |
|
0 commit comments