Skip to content

Commit

Permalink
Merge pull request #763 from DustinCampbell/fix-assembly-identity-iss…
Browse files Browse the repository at this point in the history
…ue-in-project-json

Make sure we specify an AssemblyIdentityCompare in project.json project system
  • Loading branch information
filipw authored Feb 11, 2017
2 parents ca84079 + 65cbafc commit c8bc277
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/OmniSharp.DotNet/DotNetProjectSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ private void UpdateCompilationOption(ProjectState state)
}

var csharpOptions = new CSharpCompilationOptions(outputKind)
.WithAssemblyIdentityComparer(DesktopAssemblyIdentityComparer.Default)
.WithAllowUnsafe(option.AllowUnsafe ?? false)
.WithPlatform(ParsePlatfrom(option.Platform))
.WithGeneralDiagnosticOption(generalDiagnosticOpt)
Expand Down

0 comments on commit c8bc277

Please sign in to comment.