jbevain / cecil

Cecil is a library to inspect, modify and create .NET programs and libraries.
MIT License
2.71k stars 619 forks source link

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

Closed joshpeterson closed 1 year ago

joshpeterson commented 1 year ago

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 commented 1 year ago

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