Skip to content

Add support for nullable and add newer TFMs - #2120

Merged
mattleibow merged 7 commits into
mainfrom
dev/nullability
Jun 18, 2022
Merged

Add support for nullable and add newer TFMs#2120
mattleibow merged 7 commits into
mainfrom
dev/nullability

Conversation

@mattleibow

@mattleibow mattleibow commented Jun 18, 2022

Copy link
Copy Markdown
Collaborator

Description of Change

Adds the base support for nullable reference types.

This also adds the "newer" TFMs to the list so that we can start to migrate to that and eventually drop the older ones.

New TFMs:

  • netstandard2.1 (for all the netstandard people to get new nullable things)
  • netcoreapp3.1 (the baseline for new .net)
  • net5.0 (mainly for winui apps as they tend to be net5 from templates
  • net6.0 (the future)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant