-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.NET 4 throws error #7
Comments
Isn't this a duplicate of #3 ? |
Yes, sorry, When I added Numerics.dll I can't use .NET 2.0, that's a bit strange. |
You mean that you could not add the System.Numerics.dll to Unity with the .Net Standard 2.0 profile? |
That's right. Packages\NumericsTest\com.kuraiandras.numericsconverter\ConverterExtensions.cs(8,34): error CS0433: The type 'Vector<T>' exists in both 'System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' |
Did you try the dll from the netstandard2.0 folder? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had this error when tried to use .net 4 (mono or il)
The text was updated successfully, but these errors were encountered: