Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use v1.0.3 of the .NET FW reference assemblies (#902)
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.
- Loading branch information