diff --git a/UnitsNet/AssemblyInfo.cs b/UnitsNet/AssemblyInfo.cs index 9b88fa04a0..8a7b18d61d 100644 --- a/UnitsNet/AssemblyInfo.cs +++ b/UnitsNet/AssemblyInfo.cs @@ -1,3 +1,4 @@ -using System.Runtime.CompilerServices; - +using System; +using System.Runtime.CompilerServices; +[assembly: CLSCompliant(true)] [assembly: InternalsVisibleTo("UnitsNet.Tests.WindowsRuntimeComponent")] \ No newline at end of file diff --git a/UnitsNet/Properties/AssemblyInfo.WindowsRuntimeComponent.cs b/UnitsNet/Properties/AssemblyInfo.WindowsRuntimeComponent.cs index 399706cb13..5e806fed58 100644 --- a/UnitsNet/Properties/AssemblyInfo.WindowsRuntimeComponent.cs +++ b/UnitsNet/Properties/AssemblyInfo.WindowsRuntimeComponent.cs @@ -38,7 +38,6 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: NeutralResourcesLanguage("")] -[assembly: CLSCompliant(true)] [assembly: AssemblyVersion("3.55.0")] [assembly: AssemblyFileVersion("3.55.0")] [assembly: InternalsVisibleTo("UnitsNet.WindowsRuntimeComponent.Tests")]