From edf047eb74d82b2f0c77d39348a1984eefa16888 Mon Sep 17 00:00:00 2001 From: Joshua Peterson Date: Thu, 20 Apr 2023 13:33:13 -0400 Subject: [PATCH] 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. (cherry picked from commit ba9c6c79f5b82c68517cb005fb1174cea7805a64) --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 3defbbef9..85dfd1d04 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -14,7 +14,7 @@ true - +