|
@@ -1,11 +1,5 @@
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
<PropertyGroup>
|
|
|
- <TargetFramework>net8.0</TargetFramework>
|
|
|
- <!-- https://stackoverflow.com/questions/294216/why-does-c-sharp-forbid-generic-attribute-types -->
|
|
|
- <!-- for AutoInitShutdown attribute -->
|
|
|
- <LangVersion>Preview</LangVersion>
|
|
|
- <IsPackable>false</IsPackable>
|
|
|
- <UseDataCollector />
|
|
|
<!-- Version numbers are automatically updated by gitversion when a release is released -->
|
|
|
<!-- In the source tree the version will always be 2.0 for all projects. -->
|
|
|
<!-- Do not modify these. -->
|
|
@@ -14,6 +8,14 @@
|
|
|
<Version>2.0</Version>
|
|
|
<InformationalVersion>2.0</InformationalVersion>
|
|
|
</PropertyGroup>
|
|
|
+ <PropertyGroup>
|
|
|
+ <TargetFramework>net8.0</TargetFramework>
|
|
|
+ <!-- https://stackoverflow.com/questions/294216/why-does-c-sharp-forbid-generic-attribute-types -->
|
|
|
+ <!-- for AutoInitShutdown attribute -->
|
|
|
+ <LangVersion>Preview</LangVersion>
|
|
|
+ <IsPackable>false</IsPackable>
|
|
|
+ <UseDataCollector />
|
|
|
+ </PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
<DefineConstants>TRACE;DEBUG_IDISPOSABLE</DefineConstants>
|
|
|
</PropertyGroup>
|