Skip to content
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

Use v1.0.3 of the .NET FW reference assemblies #902

Merged

Conversation

joshpeterson
Copy link
Contributor

With MSBuild 7.0.201 and later, building the Mono.Cecil projects used by Unity's IL2CPP causes warning NU1605 to occur, indicating that there is a package version mismatch between the .NET Framework reference assemblies package used. To avoid this, bump the version used by Mono.Cecil and similar project to be the latest, version 1.0.3.

Note that MSBuild version 7.0.100 and earlier did not cause this warning to occur.

With MSBuild 7.0.201 and later, building the Mono.Cecil projects used by
Unity's IL2CPP causes warning NU1605 to occur, indicating that there is
a package version mismatch between the .NET Framework reference
assemblies package used. To avoid this, bump the version used by
Mono.Cecil and similar project to be the latest, version 1.0.3.

Note that MSBuild version 7.0.100 and earlier did not cause this warning
to occur.
@joshpeterson
Copy link
Contributor Author

@jbevain Is this something that can be merged? I don't think it should have any negative impact.

@jbevain jbevain merged commit ba9c6c7 into jbevain:master Apr 20, 2023
SteveGilham pushed a commit to SteveGilham/cecil that referenced this pull request Apr 5, 2024
With MSBuild 7.0.201 and later, building the Mono.Cecil projects used by
Unity's IL2CPP causes warning NU1605 to occur, indicating that there is
a package version mismatch between the .NET Framework reference
assemblies package used. To avoid this, bump the version used by
Mono.Cecil and similar project to be the latest, version 1.0.3.

Note that MSBuild version 7.0.100 and earlier did not cause this warning
to occur.

(cherry picked from commit ba9c6c7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants