forked from dotnet/msbuild
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mono] Build tasks: S.Collections.Immutable, S.Reflection.Metadata
Instead of referencing the assemblies from Roslyn which can differ from what msbuild uses, use a PackageReference with the same versions as rest of msbuild. This fixes a warning: `/Users/ankit/dev/msbuild/artifacts/Release-MONO/bootstrap/net471/MSBuild/15.0/Bin/Microsoft.Common.CurrentVersion.targets(2130,5): warning MSB3277: Found conflicts between different versions of "System.Collections.Immutable" that could not be resolved. These reference conflicts a re listed in the build log when log verbosity is set to detailed. [/Users/ankit/dev/msbuild/mono/tasks/build.csproj]`
- Loading branch information
Showing
2 changed files
with
7 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters