|
1 | 1 | <Project>
|
2 |
| - <PropertyGroup> |
3 |
| - <TargetFrameworkName>net6.0</TargetFrameworkName> |
4 |
| - <AspNetVersion>6.0.*</AspNetVersion> |
5 |
| - <EFCoreVersion>6.0.*</EFCoreVersion> |
6 |
| - <EFCorePostgresVersion>6.0.*</EFCorePostgresVersion> |
7 |
| - <MicrosoftCodeAnalysisVersion>4.*</MicrosoftCodeAnalysisVersion> |
8 |
| - <HumanizerVersion>2.*</HumanizerVersion> |
9 |
| - <SwashbuckleVersion>6.2.*</SwashbuckleVersion> |
10 |
| - <JsonApiDotNetCoreVersionPrefix>5.0.0</JsonApiDotNetCoreVersionPrefix> |
11 |
| - <CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)CodingGuidelines.ruleset</CodeAnalysisRuleSet> |
12 |
| - <WarningLevel>9999</WarningLevel> |
13 |
| - <Nullable>enable</Nullable> |
14 |
| - <ImplicitUsings>enable</ImplicitUsings> |
15 |
| - <IsPackable>false</IsPackable> |
16 |
| - <WarnOnPackingNonPackableProject>false</WarnOnPackingNonPackableProject> |
17 |
| - </PropertyGroup> |
| 2 | + <PropertyGroup> |
| 3 | + <TargetFrameworkName>net6.0</TargetFrameworkName> |
| 4 | + <AspNetVersion>6.0.*</AspNetVersion> |
| 5 | + <EFCoreVersion>6.0.*</EFCoreVersion> |
| 6 | + <EFCorePostgresVersion>6.0.*</EFCorePostgresVersion> |
| 7 | + <MicrosoftCodeAnalysisVersion>4.*</MicrosoftCodeAnalysisVersion> |
| 8 | + <HumanizerVersion>2.*</HumanizerVersion> |
| 9 | + <SwashbuckleVersion>6.2.*</SwashbuckleVersion> |
| 10 | + <JsonApiDotNetCoreVersionPrefix>5.0.0</JsonApiDotNetCoreVersionPrefix> |
| 11 | + <CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)CodingGuidelines.ruleset</CodeAnalysisRuleSet> |
| 12 | + <WarningLevel>9999</WarningLevel> |
| 13 | + <Nullable>enable</Nullable> |
| 14 | + <ImplicitUsings>enable</ImplicitUsings> |
| 15 | + <IsPackable>false</IsPackable> |
| 16 | + <WarnOnPackingNonPackableProject>false</WarnOnPackingNonPackableProject> |
| 17 | + </PropertyGroup> |
18 | 18 |
|
19 |
| - <ItemGroup> |
20 |
| - <PackageReference Include="JetBrains.Annotations" Version="2021.3.0" PrivateAssets="All"/> |
21 |
| - <PackageReference Include="CSharpGuidelinesAnalyzer" Version="3.7.1" PrivateAssets="All"/> |
22 |
| - <AdditionalFiles Include="$(MSBuildThisFileDirectory)CSharpGuidelinesAnalyzer.config" Visible="False"/> |
23 |
| - </ItemGroup> |
| 19 | + <ItemGroup> |
| 20 | + <PackageReference Include="JetBrains.Annotations" Version="2021.3.0" PrivateAssets="All" /> |
| 21 | + <PackageReference Include="CSharpGuidelinesAnalyzer" Version="3.7.1" PrivateAssets="All" /> |
| 22 | + <AdditionalFiles Include="$(MSBuildThisFileDirectory)CSharpGuidelinesAnalyzer.config" Visible="False" /> |
| 23 | + </ItemGroup> |
24 | 24 |
|
25 |
| - <PropertyGroup Condition="'$(Configuration)'=='Release'"> |
26 |
| - <NoWarn>$(NoWarn);1591</NoWarn> |
27 |
| - <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
28 |
| - <GenerateDocumentationFile>true</GenerateDocumentationFile> |
29 |
| - </PropertyGroup> |
| 25 | + <PropertyGroup Condition="'$(Configuration)'=='Release'"> |
| 26 | + <NoWarn>$(NoWarn);1591</NoWarn> |
| 27 | + <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
| 28 | + <GenerateDocumentationFile>true</GenerateDocumentationFile> |
| 29 | + </PropertyGroup> |
30 | 30 |
|
31 | 31 | <!-- Test Project Dependencies -->
|
32 | 32 | <PropertyGroup>
|
|
0 commit comments