From e0e49dcc51d44f1ccb20dcfb31fa88e8dccadd2f Mon Sep 17 00:00:00 2001 From: Frederik Carlier Date: Mon, 4 Sep 2017 20:23:14 +0200 Subject: [PATCH] Build for .NET Core 2.0 as well --- Packaging.Targets.Tests/Packaging.Targets.Tests.csproj | 4 ++-- dotnet-rpm/dotnet-rpm.csproj | 2 +- dotnet-tarball/dotnet-tarball.csproj | 2 +- dotnet-zip/dotnet-zip.csproj | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Packaging.Targets.Tests/Packaging.Targets.Tests.csproj b/Packaging.Targets.Tests/Packaging.Targets.Tests.csproj index a8f85c5..bc6dfe6 100644 --- a/Packaging.Targets.Tests/Packaging.Targets.Tests.csproj +++ b/Packaging.Targets.Tests/Packaging.Targets.Tests.csproj @@ -1,11 +1,11 @@  - + netcoreapp1.1 - + diff --git a/dotnet-rpm/dotnet-rpm.csproj b/dotnet-rpm/dotnet-rpm.csproj index 78f7fc6..82aaaeb 100644 --- a/dotnet-rpm/dotnet-rpm.csproj +++ b/dotnet-rpm/dotnet-rpm.csproj @@ -1,7 +1,7 @@  Exe - netcoreapp1.0 + netcoreapp1.0;netcoreapp2.0 0.1.1 Frederik Carlier Quamotion diff --git a/dotnet-tarball/dotnet-tarball.csproj b/dotnet-tarball/dotnet-tarball.csproj index 2bfc195..aafdbf9 100644 --- a/dotnet-tarball/dotnet-tarball.csproj +++ b/dotnet-tarball/dotnet-tarball.csproj @@ -1,7 +1,7 @@  Exe - netcoreapp1.0 + netcoreapp1.0;netcoreapp2.0 0.1.1 Frederik Carlier Quamotion diff --git a/dotnet-zip/dotnet-zip.csproj b/dotnet-zip/dotnet-zip.csproj index 64c1476..0ee6076 100644 --- a/dotnet-zip/dotnet-zip.csproj +++ b/dotnet-zip/dotnet-zip.csproj @@ -1,7 +1,7 @@  Exe - netcoreapp1.0 + netcoreapp1.0;netcoreapp2.0 0.1.1 Frederik Carlier Quamotion