From 9776be3b655d5b7a7409a9333728d985bae4186b Mon Sep 17 00:00:00 2001 From: Chris Ross Date: Tue, 5 Apr 2022 09:49:08 -0700 Subject: [PATCH] Do not pack projects that don't ship --- src/Owin.Loader/Owin.Loader.csproj | 1 + .../CertificateInstaller/CertInstaller/CertInstaller.csproj | 1 + 2 files changed, 2 insertions(+) diff --git a/src/Owin.Loader/Owin.Loader.csproj b/src/Owin.Loader/Owin.Loader.csproj index 52fa72b5..ffaf5a3f 100644 --- a/src/Owin.Loader/Owin.Loader.csproj +++ b/src/Owin.Loader/Owin.Loader.csproj @@ -4,6 +4,7 @@ Owin.Loader $(DefaultNetFxTargetFramework) false + false diff --git a/src/Tools/CertificateInstaller/CertInstaller/CertInstaller.csproj b/src/Tools/CertificateInstaller/CertInstaller/CertInstaller.csproj index 9911e345..2ecb2adc 100644 --- a/src/Tools/CertificateInstaller/CertInstaller/CertInstaller.csproj +++ b/src/Tools/CertificateInstaller/CertInstaller/CertInstaller.csproj @@ -5,5 +5,6 @@ net4.5 app.manifest false + false \ No newline at end of file