NGettext icon indicating copy to clipboard operation
NGettext copied to clipboard

Net5.0 Support

Open Mxater opened this issue 4 years ago • 1 comments

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 imagen

And when try to import in my net5.0 project, this not work. imagen

Mxater avatar Jan 27 '21 00:01 Mxater

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.

VitaliiTsilnyk avatar Jan 27 '21 07:01 VitaliiTsilnyk