From 0014af3ce0b33067f8e23c143505fc521152357d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Mon, 6 May 2019 01:05:21 +0200 Subject: [PATCH] restore target frameworks --- Crow/Crow.csproj | 3 +-- Samples/HelloWorld/HelloWorld.csproj | 2 +- Samples/ShowCase/ShowCase.csproj | 4 ++-- Samples/Tests/Tests.csproj | 4 ++-- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Crow/Crow.csproj b/Crow/Crow.csproj index 9c23b537..db18440f 100644 --- a/Crow/Crow.csproj +++ b/Crow/Crow.csproj @@ -1,8 +1,7 @@ - - net471 + net471;netstandard2.0 Crow 0.9.0 diff --git a/Samples/HelloWorld/HelloWorld.csproj b/Samples/HelloWorld/HelloWorld.csproj index cda10df5..ed3e9803 100644 --- a/Samples/HelloWorld/HelloWorld.csproj +++ b/Samples/HelloWorld/HelloWorld.csproj @@ -1,7 +1,7 @@  - net471 + net471;netstandard2.0 $(SolutionDir)build\$(Configuration)\ Exe https://github.com/jpbruyere/Crow diff --git a/Samples/ShowCase/ShowCase.csproj b/Samples/ShowCase/ShowCase.csproj index e557be1a..610ed694 100644 --- a/Samples/ShowCase/ShowCase.csproj +++ b/Samples/ShowCase/ShowCase.csproj @@ -1,14 +1,14 @@ - net472 + net471;netstandard2.0 $(SolutionDir)build\$(Configuration)\ Exe https://github.com/jpbruyere/Crow https://opensource.org/licenses/MIT true false - net472 + net471 0.8.0 diff --git a/Samples/Tests/Tests.csproj b/Samples/Tests/Tests.csproj index fa99877f..0382c938 100644 --- a/Samples/Tests/Tests.csproj +++ b/Samples/Tests/Tests.csproj @@ -1,14 +1,14 @@  - net472 + net471;netstandard2.0 $(SolutionDir)build\$(Configuration)\ Exe https://github.com/jpbruyere/Crow https://opensource.org/licenses/MIT true false - net472 + net471 0.8.0 -- 2.47.3