Open c4tachan opened 3 years ago
I'm getting several
error CS0234: The type or namespace name 'AssemblyMetadataAttributeAttribute' does not exist in the namespace 'System.Reflection' (are you missing an assembly reference?)
errors when I try to compile this repository in Visual Studio 2019.
These errors point to several NGettext.AssemblyInfo.cs files that appear to be getting generated by the portable-* targets.
NGettext.AssemblyInfo.cs
portable-*
You need to install the targeting pack for PCL to make it work.
I'm getting several
errors when I try to compile this repository in Visual Studio 2019.