mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 00:07:58 +01:00
Generic attributes were added in .net7 and c# 11.
This commit is contained in:
@@ -10,9 +10,7 @@
|
||||
</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>
|
||||
<LangVersion>12</LangVersion>
|
||||
<IsPackable>false</IsPackable>
|
||||
<UseDataCollector />
|
||||
</PropertyGroup>
|
||||
|
||||
Reference in New Issue
Block a user