You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2019. It is now read-only.
The template doesn't work in VS4Mac. I simple create a new solution and select "Blank Prism Application" and select DryIoc. When I try to run the solution, I get a lot of errors like "Predifined type 'System.Void' is not defined or imported" several places in the net standard library. Also multiple like this "Error CS1703: Multiple assemblies with equivalent identity have been imported: '/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Collections.dll' and '/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.3/System.Collections.dll'. Remove one of the duplicate references. (CS1703)"
VS4Mac is updated to latest in Stable channel and dotnet core 2.1 is installed
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The template doesn't work in VS4Mac. I simple create a new solution and select "Blank Prism Application" and select DryIoc. When I try to run the solution, I get a lot of errors like "Predifined type 'System.Void' is not defined or imported" several places in the net standard library. Also multiple like this "Error CS1703: Multiple assemblies with equivalent identity have been imported: '/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.1/build/netstandard2.0/ref/System.Collections.dll' and '/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.collections/4.3.0/ref/netstandard1.3/System.Collections.dll'. Remove one of the duplicate references. (CS1703)"
VS4Mac is updated to latest in Stable channel and dotnet core 2.1 is installed
The text was updated successfully, but these errors were encountered: