NGettext
NGettext copied to clipboard
Net5.0 Support
How can add support for Net5.0?
I try add to NGettext.cjproj
<TargetFrameworks>net20;net35;net40;net45;net46;portable-net40+sl5+win8+wp8;portable-net40+sl5+win8+wpa81+wp8;netstandard1.0;netstandard1.3;netstandard2.0;net5.0</TargetFrameworks>
But I get this
And when try to import in my net5.0 project, this not work.
You don't have to add anything to NGettext.csproj
file. netstandard2.0
is already compatible with net5.0
.
I think you just have a typo in the namespace, it should be NGettext
, not NGetText
.