From: Jean-Philippe Bruyère Date: Sun, 5 May 2019 23:05:21 +0000 (+0200) Subject: restore target frameworks X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=0014af3ce0b33067f8e23c143505fc521152357d;p=jp%2Fcrow.git restore target frameworks --- 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