From c410239888679b3924e0fe0731c510b843ba2e34 Mon Sep 17 00:00:00 2001 From: AliKheyrollahi Date: Thu, 24 May 2018 11:58:17 +0100 Subject: [PATCH] fixing non-windows build --- build.sh | 4 ++-- src/CacheCow.Client/CacheCow.Client.csproj | 2 +- src/CacheCow.Server/CacheCow.Server.csproj | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.sh b/build.sh index ccf7f593..c8197eb7 100755 --- a/build.sh +++ b/build.sh @@ -1,2 +1,2 @@ -dotnet restore CacheCow.sln -r netcoreapp2.0 -r netstandard2.0 -dotnet test CacheCow.sln -f netcoreapp2.0 +dotnet restore CacheCow.CoreOnly.sln -r netcoreapp2.0 -r netstandard2.0 +dotnet test CacheCow.CoreOnly.sln -f netcoreapp2.0 diff --git a/src/CacheCow.Client/CacheCow.Client.csproj b/src/CacheCow.Client/CacheCow.Client.csproj index 23c9e033..8a8fad3a 100644 --- a/src/CacheCow.Client/CacheCow.Client.csproj +++ b/src/CacheCow.Client/CacheCow.Client.csproj @@ -19,7 +19,7 @@ - + \ No newline at end of file diff --git a/src/CacheCow.Server/CacheCow.Server.csproj b/src/CacheCow.Server/CacheCow.Server.csproj index 94c5e270..968d2742 100644 --- a/src/CacheCow.Server/CacheCow.Server.csproj +++ b/src/CacheCow.Server/CacheCow.Server.csproj @@ -19,8 +19,8 @@ - - + +