From 33b91944417eaf1cc63e100f8e7a90deec559801 Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Sun, 11 Dec 2022 21:08:23 +0100 Subject: [PATCH] (GH-303) Update target frameworks --- nuspec/nuget/Cake.Issues.PullRequests.nuspec | 9 +++------ nuspec/nuget/Cake.Issues.Reporting.nuspec | 9 +++------ nuspec/nuget/Cake.Issues.Testing.nuspec | 9 +++------ nuspec/nuget/Cake.Issues.nuspec | 9 +++------ .../Cake.Issues.PullRequests.Tests.csproj | 2 +- .../Cake.Issues.PullRequests.csproj | 2 +- .../Cake.Issues.Reporting.Tests.csproj | 2 +- src/Cake.Issues.Reporting/Cake.Issues.Reporting.csproj | 2 +- src/Cake.Issues.Testing/Cake.Issues.Testing.csproj | 2 +- src/Cake.Issues.Tests/Cake.Issues.Tests.csproj | 2 +- src/Cake.Issues/Cake.Issues.csproj | 2 +- 11 files changed, 19 insertions(+), 31 deletions(-) diff --git a/nuspec/nuget/Cake.Issues.PullRequests.nuspec b/nuspec/nuget/Cake.Issues.PullRequests.nuspec index 6b6820425..089a77a8c 100644 --- a/nuspec/nuget/Cake.Issues.PullRequests.nuspec +++ b/nuspec/nuget/Cake.Issues.PullRequests.nuspec @@ -26,14 +26,11 @@ See the Project Site for an overview of the whole ecosystem of addins for workin - - - - - - + + + \ No newline at end of file diff --git a/nuspec/nuget/Cake.Issues.Reporting.nuspec b/nuspec/nuget/Cake.Issues.Reporting.nuspec index c66820bed..137a8f7f8 100644 --- a/nuspec/nuget/Cake.Issues.Reporting.nuspec +++ b/nuspec/nuget/Cake.Issues.Reporting.nuspec @@ -26,14 +26,11 @@ See the Project Site for an overview of the whole ecosystem of addins for workin - - - - - - + + + \ No newline at end of file diff --git a/nuspec/nuget/Cake.Issues.Testing.nuspec b/nuspec/nuget/Cake.Issues.Testing.nuspec index b4adcc064..c2df48bb4 100644 --- a/nuspec/nuget/Cake.Issues.Testing.nuspec +++ b/nuspec/nuget/Cake.Issues.Testing.nuspec @@ -21,14 +21,11 @@ Common helpers for testing add-ins based on Cake.Issues - - - - - - + + + \ No newline at end of file diff --git a/nuspec/nuget/Cake.Issues.nuspec b/nuspec/nuget/Cake.Issues.nuspec index 9d107551d..06fecb3b6 100644 --- a/nuspec/nuget/Cake.Issues.nuspec +++ b/nuspec/nuget/Cake.Issues.nuspec @@ -28,14 +28,11 @@ See the Project Site for an overview of the whole ecosystem of addins for workin - - - - - - + + + \ No newline at end of file diff --git a/src/Cake.Issues.PullRequests.Tests/Cake.Issues.PullRequests.Tests.csproj b/src/Cake.Issues.PullRequests.Tests/Cake.Issues.PullRequests.Tests.csproj index c0ae41327..a798e2808 100644 --- a/src/Cake.Issues.PullRequests.Tests/Cake.Issues.PullRequests.Tests.csproj +++ b/src/Cake.Issues.PullRequests.Tests/Cake.Issues.PullRequests.Tests.csproj @@ -1,6 +1,6 @@  - netcoreapp3.1 + net6.0 false Cake.Issues Copyright © BBT Software AG and contributors diff --git a/src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj b/src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj index 992b6027d..96b850bf5 100644 --- a/src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj +++ b/src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj @@ -1,6 +1,6 @@  - netcoreapp3.1;net5.0;net6.0 + net6.0;net7.0 false Cake.Issues Copyright © BBT Software AG and contributors diff --git a/src/Cake.Issues.Reporting.Tests/Cake.Issues.Reporting.Tests.csproj b/src/Cake.Issues.Reporting.Tests/Cake.Issues.Reporting.Tests.csproj index 1b43d1d08..96ee06117 100644 --- a/src/Cake.Issues.Reporting.Tests/Cake.Issues.Reporting.Tests.csproj +++ b/src/Cake.Issues.Reporting.Tests/Cake.Issues.Reporting.Tests.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1 + net6.0 false Copyright © BBT Software AG and contributors Tests for the Cake.Issues.Reporting addin diff --git a/src/Cake.Issues.Reporting/Cake.Issues.Reporting.csproj b/src/Cake.Issues.Reporting/Cake.Issues.Reporting.csproj index de1daf659..494eb1198 100644 --- a/src/Cake.Issues.Reporting/Cake.Issues.Reporting.csproj +++ b/src/Cake.Issues.Reporting/Cake.Issues.Reporting.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1;net5.0;net6.0 + net6.0;net7.0 Addin for the Cake build automation system for creating reports for issues from any code analyzer or linter BBT Software AG and contributors BBT Software AG and contributors diff --git a/src/Cake.Issues.Testing/Cake.Issues.Testing.csproj b/src/Cake.Issues.Testing/Cake.Issues.Testing.csproj index 1184f85d6..bdf1d6daf 100644 --- a/src/Cake.Issues.Testing/Cake.Issues.Testing.csproj +++ b/src/Cake.Issues.Testing/Cake.Issues.Testing.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1;net5.0;net6.0 + net6.0;net7.0 Common helpers for testing addins based on Cake.Issues BBT Software AG BBT Software AG diff --git a/src/Cake.Issues.Tests/Cake.Issues.Tests.csproj b/src/Cake.Issues.Tests/Cake.Issues.Tests.csproj index 670cc40d5..f7446f7d6 100644 --- a/src/Cake.Issues.Tests/Cake.Issues.Tests.csproj +++ b/src/Cake.Issues.Tests/Cake.Issues.Tests.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1 + net6.0 false Cake.Issues Copyright © BBT Software AG and contributors diff --git a/src/Cake.Issues/Cake.Issues.csproj b/src/Cake.Issues/Cake.Issues.csproj index 89607bb82..8c8225057 100644 --- a/src/Cake.Issues/Cake.Issues.csproj +++ b/src/Cake.Issues/Cake.Issues.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1;net5.0;net6.0 + net6.0;net7.0 Addin for reading code analyzer or linter issues for the Cake build automation system BBT Software AG BBT Software AG