Attempt to fix source generator issues (#556)

* Changed some properties of source generator project

* Remove accelerate
This commit is contained in:
Aleh Khantsevich
2025-02-14 19:16:54 +01:00
committed by GitHub
parent f007cef208
commit 30f1257983
6 changed files with 75 additions and 76 deletions

View File

@@ -2,5 +2,6 @@
<PropertyGroup>
<LangVersion>preview</LangVersion>
<IsAotCompatible>true</IsAotCompatible>
<Configurations>Debug;Release</Configurations>
</PropertyGroup>
</Project>