Skip to content

Commit

Permalink
Drop support for net3, net5, net7 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
Smaug123 authored May 1, 2024
1 parent eb2e12e commit 5613329
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dotnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ jobs:
- macOS-latest
- windows-latest
dotnet:
- { sdk: 3.1.x, framework: netcoreapp3.1 }
- { sdk: 5.0.x, framework: net5.0 }
- { sdk: 6.0.x, framework: net6.0 }
- { sdk: 7.0.x, framework: net7.0 }
- { sdk: 8.0.x, framework: net8.0 }
include:
- os: windows-latest
dotnet: { sdk: 6.0.x, framework: net481 }
Expand Down
2 changes: 1 addition & 1 deletion ApiSurface/Test/ApiSurface.Test.fsproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">net481;$(TargetFrameworks)</TargetFrameworks>
</PropertyGroup>
<PropertyGroup>
Expand Down

0 comments on commit 5613329

Please sign in to comment.