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