From df016066100df955d5ff98811e113fb2b1bd4b8a Mon Sep 17 00:00:00 2001 From: Rob Mensching <rob@firegiant.com> Date: Mon, 26 Apr 2021 11:31:05 -0700 Subject: Implement integrated build process --- src/internal/TablesAndTuples/TablesAndTuples.csproj | 1 + 1 file changed, 1 insertion(+) (limited to 'src/internal/TablesAndTuples') diff --git a/src/internal/TablesAndTuples/TablesAndTuples.csproj b/src/internal/TablesAndTuples/TablesAndTuples.csproj index ce1697ae..98b874f6 100644 --- a/src/internal/TablesAndTuples/TablesAndTuples.csproj +++ b/src/internal/TablesAndTuples/TablesAndTuples.csproj @@ -3,6 +3,7 @@ <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>netcoreapp2.0</TargetFramework> + <SignOutput>false</SignOutput> </PropertyGroup> </Project> -- cgit v1.2.3-55-g6feb