Skip to content

Commit 6e6f2c4

Browse files
committed
feat!: drop net6.0 support
1 parent 8673a7c commit 6e6f2c4

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
- uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
3939
with:
4040
dotnet-version: |
41-
6
4241
8
4342
dotnet-quality: ga
4443

NCrontab.Advanced.Tests/NCrontab.Advanced.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33

44
<PropertyGroup>
5-
<TargetFrameworks>net48;net6.0;net8.0</TargetFrameworks>
6-
<TargetFrameworks Condition=" $([MSBuild]::IsOSUnixLike()) ">net6.0;net8.0</TargetFrameworks>
5+
<TargetFrameworks>net48;net8.0</TargetFrameworks>
6+
<TargetFrameworks Condition=" $([MSBuild]::IsOSUnixLike()) ">net8.0</TargetFrameworks>
77
</PropertyGroup>
88

99
<ItemGroup>

NCrontab.Advanced/NCrontab.Advanced.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Company>Joe Coutcher</Company>
5-
<TargetFrameworks>net472;net6.0;net8.0</TargetFrameworks>
5+
<TargetFrameworks>net472;net8.0</TargetFrameworks>
66
<Product>NCrontab.Advanced</Product>
77
<Description>Cron string parser for .NET</Description>
88

0 commit comments

Comments
 (0)