BryanWilhite / SonghayCore

core reusable, opinionated concerns for *all* 🧐 of my C# projects
http://songhayblog.azurewebsites.net/
MIT License
1 stars 0 forks source link

enable `PropertyGroup.Nullable` #134

Closed BryanWilhite closed 2 years ago

BryanWilhite commented 2 years ago

see:

image

BryanWilhite commented 2 years ago

yet another challenge: netstandard2.0 does not support nullable reference types (because it is C# 7.0)

blindly, i have upgraded the Core to netstandard2.1 (C# 8.0) but i do not know which version of .NET Framework supports it

image

https://en.wikipedia.org/wiki/List_of_.NET_libraries_and_frameworks#cite_ref-9

this info is either out of date or i need to drop support for .NET Framework via .NET Standard