|
@@ -1,4 +1,4 @@
|
|
|
-<Project Sdk="Microsoft.NET.Sdk">
|
|
|
+<Project Sdk="Microsoft.NET.Sdk">
|
|
|
<PropertyGroup>
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
|
<!-- https://stackoverflow.com/questions/294216/why-does-c-sharp-forbid-generic-attribute-types -->
|
|
@@ -14,12 +14,12 @@
|
|
|
<Version>2.0</Version>
|
|
|
<InformationalVersion>2.0</InformationalVersion>
|
|
|
</PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
|
- <DefineConstants>TRACE</DefineConstants>
|
|
|
- </PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
<DefineConstants>TRACE;DEBUG_IDISPOSABLE</DefineConstants>
|
|
|
</PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
|
+ <DefineConstants>TRACE</DefineConstants>
|
|
|
+ </PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
|
|
|
<PackageReference Include="ReportGenerator" Version="5.2.1" />
|