reinforced / Reinforced.Typings

Converts C# classes to TypeScript interfaces (and many more) within project build. 0-dependency, minimal, gluten-free
MIT License
507 stars 82 forks source link

.NET 9 compatibility please. #283

Open BillDuffy1956 opened 1 day ago

BillDuffy1956 commented 1 day ago

I attempted to upgrade my project to the new .NET9 release. However, it seems that RT is not compatible. Any plans to release a compatible version?

ArmandRedgate commented 13 hours ago

This PR was merged and released, but I found that I get the Error MSB6006: "" exited with code 1 issue. I tried setting

<RtForceTargetFramework>net9.0</RtForceTargetFramework>

but that didn't work for me.