I recently upgraded a C# project from xproj
format to the new csproj
. During the migration, the old AssemblyInfo.cs
has been removed so I'm wondering how I can indicate that my library is clscompliant?
FYI: this is the attribute that was in the AssemblyInfo.cs:
[assembly:CLSCompliant(true)]