AArnott / Xunit.StaFact

Run your xunit-based tests on an STA thread with the WPF Dispatcher, a WinForms SynchronizationContext, or even a cross-platform generic UI thread emulation with a SynchronizationContext that keeps code running on a "main thread" for that test.
Other
92 stars 31 forks source link

.net 4.5.2 compatibility #50

Closed antrv closed 3 years ago

antrv commented 3 years ago

Please keep Nuget package compatibility with .net 4.5.2 The latest Nuget 1.0.37 has no .net 4.5.2 support.

AArnott commented 3 years ago

Can you elaborate on why this is important to you? Can you stick to the older package version? What prevents you from upgrading your target framework?

antrv commented 3 years ago

Thank you. I can stick the older package version actually.

AArnott commented 3 years ago

Great. The net452 support was expensive to maintain which is why we cut it out.