From 3a588b79bcd753a67d4f93f4104d5ff4209c104d Mon Sep 17 00:00:00 2001 From: Jerome Haltom Date: Tue, 9 Jul 2024 14:42:09 -0500 Subject: [PATCH] Move IKVM.ByteCode to separate package. This is a long time coming. It reduces the size of the IKVM nupkg file by a slight amount, and may be lower than NuGet max package size. --- IKVM.refs.targets | 5 +++-- src/dist-nuget/dist-nuget.csproj | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/IKVM.refs.targets b/IKVM.refs.targets index f1544ab936..b7f57fc247 100644 --- a/IKVM.refs.targets +++ b/IKVM.refs.targets @@ -7,9 +7,10 @@ true - all - IkvmLibsItem + + + true all diff --git a/src/dist-nuget/dist-nuget.csproj b/src/dist-nuget/dist-nuget.csproj index 093f3f31b3..ffdd1b5ddc 100644 --- a/src/dist-nuget/dist-nuget.csproj +++ b/src/dist-nuget/dist-nuget.csproj @@ -6,6 +6,9 @@ + + . + .