Support .NET versions different than Mutannots

This commit is contained in:
Sven van Heugten 2026-05-12 06:20:26 +02:00
parent 5b7150d297
commit 79a4a9a40f
No known key found for this signature in database
GPG key ID: D612F88666F4F660
2 changed files with 65 additions and 29 deletions

View file

@ -9,4 +9,8 @@
<ItemGroup>
<Compile Include="Program.fs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Reflection.MetadataLoadContext" Version="9.0.1" />
</ItemGroup>
</Project>