Skip to content

Commit be2e50c

Browse files
committed
Set assembly language to (none) in UnitsNet. NUnit runner failed to load DLL.
1 parent e764841 commit be2e50c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Src/UnitsNet/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
[assembly: AssemblyProduct("UnitsNet")]
3434
[assembly: AssemblyCopyright("Copyright © 2007-2013 Initial Force AS")]
3535
[assembly: AssemblyTrademark("")]
36-
[assembly: AssemblyCulture("en-US")]
37-
[assembly: NeutralResourcesLanguage("en")]
36+
[assembly: AssemblyCulture("")]
37+
[assembly: NeutralResourcesLanguage("")]
3838

3939
// Version information for an assembly consists of the following four values:
4040
//

0 commit comments

Comments
 (0)