Skip to content

Commit 50be8bb

Browse files
committed
Run tests on all supported target framework versions
1 parent 038b2ef commit 50be8bb

File tree

36 files changed

+18
-51
lines changed

36 files changed

+18
-51
lines changed

src/Cake.Issues.DocFx.Tests/Cake.Issues.DocFx.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net6.0</TargetFrameworks>
43
<Description>Tests for the Cake.Issues.DocFx addin</Description>
54
</PropertyGroup>
65

src/Cake.Issues.DocFx/Cake.Issues.DocFx.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
43
<Description>DocFx support for the Cake.Issues Addin for Cake Build Automation System</Description>
54
</PropertyGroup>
65

src/Cake.Issues.EsLint.Tests/Cake.Issues.EsLint.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net6.0</TargetFramework>
43
<Description>Tests for the Cake.Issues.EsLint addin</Description>
54
</PropertyGroup>
65

src/Cake.Issues.EsLint/Cake.Issues.EsLint.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
43
<Description>EsLint support for the Cake.Issues Addin for Cake Build Automation System</Description>
54
</PropertyGroup>
65

src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net6.0</TargetFrameworks>
43
<Description>Tests for the Cake.Issues.GitRepository addin</Description>
54
</PropertyGroup>
65

src/Cake.Issues.GitRepository/Cake.Issues.GitRepository.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
43
<Description>Git repository linting support for the Cake.Issues addin for Cake Build Automation System</Description>
54
</PropertyGroup>
65

src/Cake.Issues.InspectCode.Tests/Cake.Issues.InspectCode.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net6.0</TargetFrameworks>
54
<Description>Tests for the Cake.Issues.InspectCode addin</Description>
65
</PropertyGroup>
76

src/Cake.Issues.InspectCode/Cake.Issues.InspectCode.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
54
<Description>JetBrains Inspect Code support for the Cake.Issues Addin for Cake Build Automation System</Description>
65
</PropertyGroup>
76

src/Cake.Issues.Markdownlint.Tests/Cake.Issues.Markdownlint.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net6.0</TargetFrameworks>
43
<Description>Tests for the Cake.Issues.Markdownlint addin</Description>
54
</PropertyGroup>
65

src/Cake.Issues.Markdownlint/Cake.Issues.Markdownlint.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
43
<Description>Markdownlint support for the Cake.Issues Addin for Cake Build Automation System</Description>
54
</PropertyGroup>
65

0 commit comments

Comments
 (0)