From 972480972a3e5b14ae59f3b3fa00880c18d98fc3 Mon Sep 17 00:00:00 2001 From: Nirmal Guru Date: Sun, 14 Mar 2021 09:14:46 +0530 Subject: [PATCH] Fix ILT0010 warnings Code ILT0010: Could not find an assembly referenced by other assembly The following warnings surfaced due to the missing assembly. Since, the assembly is not found, any referenced code got hit with these warnings Code ILT0005: The type from an assembly was not included in compilation, but was referenced in a method. Code ILT0003: The method will always throw an exception due to the missing method in an assembly. --- .../UnitTests.HighPerformance.UWP.csproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UnitTests/UnitTests.HighPerformance.UWP/UnitTests.HighPerformance.UWP.csproj b/UnitTests/UnitTests.HighPerformance.UWP/UnitTests.HighPerformance.UWP.csproj index 51c0f95d1a1..9af7e1d429d 100644 --- a/UnitTests/UnitTests.HighPerformance.UWP/UnitTests.HighPerformance.UWP.csproj +++ b/UnitTests/UnitTests.HighPerformance.UWP/UnitTests.HighPerformance.UWP.csproj @@ -152,6 +152,10 @@ 5.0.0 + + + 4.0.1 +