From e6f258ce35c97c5fbe4627d4372294a69b7ca4bb Mon Sep 17 00:00:00 2001 From: Jared Goodwin Date: Thu, 27 Feb 2020 19:54:29 -0800 Subject: [PATCH] Explicitly exclude types folder from TS compile. --- Server/Server.csproj | 8 -------- Tests/Tests.csproj | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/Server/Server.csproj b/Server/Server.csproj index 4306e881..37c0b441 100644 --- a/Server/Server.csproj +++ b/Server/Server.csproj @@ -130,14 +130,6 @@ - - - - - - - - diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index d4525811..bcf74192 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -1,4 +1,4 @@ - + netcoreapp3.1