reactiveui / splat

Makes things cross-platform
MIT License
971 stars 141 forks source link

Housekeeping Update to Net 9.0 #1232

Closed ChrisPulman closed 3 days ago

ChrisPulman commented 4 days ago

What kind of change does this PR introduce?

Update

What is the current behavior?

Support for Net 6 included

What is the new behavior?

Net 6 removed, Net 9 added

What might this PR break?

Users will need to migrate to Net 8 or Net 9

Please check if the PR fulfills these requirements

Other information:

glennawatson commented 4 days ago

Can you update that code which detects the current net version.

glennawatson commented 4 days ago

https://github.com/reactiveui/splat/blob/main/src/Splat/TargetFrameworkExtensions.cs

GitHub
splat/src/Splat/TargetFrameworkExtensions.cs at main · reactiveui/splat
Makes things cross-platform. Contribute to reactiveui/splat development by creating an account on GitHub.
ChrisPulman commented 4 days ago

Can you update that code which detects the current net version.

I will need to continue tomorrow; I ran out of time today.