From 208704e7fdaf86f8208c6f04cf96cfa73b20374f Mon Sep 17 00:00:00 2001 From: Livar Cunha Date: Sat, 31 Mar 2018 21:07:31 -0700 Subject: [PATCH] Modifying testAsset.props so that when loading DependencyVersions.props, we also load OrchestratedPackageVersions.props if it exists. This fixes cases where a single project ended up being restored and built with different versions of Microsoft.NetCore.App in ProdCon. --- testAsset.props | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/testAsset.props b/testAsset.props index b130414b8..8d003d8ab 100644 --- a/testAsset.props +++ b/testAsset.props @@ -1,4 +1,8 @@ + + $(MSBuildThisFileDirectory) + + $(TEST_PACKAGES)