mirror of
https://github.com/spectreconsole/spectre.console.git
synced 2025-12-28 00:38:03 +01:00
Add Native AOT support documentation and update project files for AOT compatibility
This commit is contained in:
committed by
Patrik Svensson
parent
8f2a859087
commit
835143d95f
@@ -5,7 +5,10 @@
|
||||
<IsPackable>true</IsPackable>
|
||||
<Description>A library that extends Spectre.Console with ImageSharp superpowers.</Description>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<IsAotCompatible Condition="'$(TargetFramework)' != 'netstandard2.0'" >true</IsAotCompatible>
|
||||
<PolySharpIncludeRuntimeSupportedAttributes>true</PolySharpIncludeRuntimeSupportedAttributes>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="SixLabors.ImageSharp" />
|
||||
</ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user