From ca707b226271d30f2d053c4d4d97545c37342045 Mon Sep 17 00:00:00 2001 From: Jerome Haltom Date: Sun, 1 Jan 2023 11:12:23 -0600 Subject: [PATCH 1/2] Move to buildTransitive. --- src/IKVM/IKVM.csproj | 5 ++--- src/IKVM/{build => buildTransitive}/net461/IKVM.targets | 0 2 files changed, 2 insertions(+), 3 deletions(-) rename src/IKVM/{build => buildTransitive}/net461/IKVM.targets (100%) diff --git a/src/IKVM/IKVM.csproj b/src/IKVM/IKVM.csproj index 4bc1980fd7..96a91c5ac5 100644 --- a/src/IKVM/IKVM.csproj +++ b/src/IKVM/IKVM.csproj @@ -21,7 +21,6 @@ - @@ -46,13 +45,13 @@ - + - + $(TargetFramework) diff --git a/src/IKVM/build/net461/IKVM.targets b/src/IKVM/buildTransitive/net461/IKVM.targets similarity index 100% rename from src/IKVM/build/net461/IKVM.targets rename to src/IKVM/buildTransitive/net461/IKVM.targets From 3d254d492fd955bb8509c140ff284fac12585293 Mon Sep 17 00:00:00 2001 From: Jerome Haltom Date: Sun, 1 Jan 2023 11:12:54 -0600 Subject: [PATCH 2/2] +push