Core/Build: Fixes warning about mismatched versions

This commit is contained in:
hondacrx
2018-03-30 10:17:44 -04:00
parent af74a981dd
commit d2f7752c77
+4
View File
@@ -30,4 +30,8 @@
<IsLinux Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))' == 'true'">true</IsLinux>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.3.0" />
</ItemGroup>
</Project>