From 741ab08320d42a8014d8069c11268767cfee4833 Mon Sep 17 00:00:00 2001 From: EoflaOE Date: Thu, 14 Jul 2022 10:30:14 +0300 Subject: [PATCH] Extensification.Legacy binaries are now in their binary folder --- Extensification.Legacy.Tests/Extensification.Legacy.Tests.csproj | 1 + Extensification.Legacy/Extensification.Legacy.csproj | 1 + 2 files changed, 2 insertions(+) diff --git a/Extensification.Legacy.Tests/Extensification.Legacy.Tests.csproj b/Extensification.Legacy.Tests/Extensification.Legacy.Tests.csproj index da583da..0fc70d2 100644 --- a/Extensification.Legacy.Tests/Extensification.Legacy.Tests.csproj +++ b/Extensification.Legacy.Tests/Extensification.Legacy.Tests.csproj @@ -6,6 +6,7 @@ false $(DefaultItemExcludes);$(ProjectDir)**\*.vb + ../Extensification.Bin.Tests/ latest diff --git a/Extensification.Legacy/Extensification.Legacy.csproj b/Extensification.Legacy/Extensification.Legacy.csproj index 8a429bb..8e4c35f 100644 --- a/Extensification.Legacy/Extensification.Legacy.csproj +++ b/Extensification.Legacy/Extensification.Legacy.csproj @@ -24,6 +24,7 @@ This package is for extensions that use the Microsoft.VisualBasic namespace.git extensions, extension methods $(DefaultItemExcludes);$(ProjectDir)**\*.vb + ../Extensification.Bin/ latest