Skip to content

Commit

Permalink
Remove net3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbl committed Dec 6, 2024
1 parent 61a3bd5 commit 666618c
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 41 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ jobs:
strategy:
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
dotnet-version: ['3.1', '5.0', '6.0', '7.0', '8.0']
dotnet-version: ['5.0', '6.0', '7.0', '8.0']
exclude:
- os: macos-latest
dotnet-version: 3.1
- os: macos-latest
dotnet-version: 5.0
fail-fast: false
Expand Down Expand Up @@ -48,4 +46,4 @@ jobs:
name: TestResults-${{ matrix.os }}-dotnet_${{ matrix.dotnet-version }}.html
path: TestResults-${{ matrix.os }}-dotnet_${{ matrix.dotnet-version }}.html
- name: Create and validate NuGet package
run: dotnet pack --no-build --verbosity normal
run: dotnet pack --no-build -p:TargetFramework=netstandard2.0 --verbosity normal
74 changes: 38 additions & 36 deletions QrCodeGeneratorTest/QrCodeBitmapTest.cs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion QrCodeGeneratorTest/QrCodeGeneratorTest.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
<TargetFrameworks>net5.0;net6.0;net7.0;net8.0</TargetFrameworks>

<IsPackable>false</IsPackable>

Expand Down

0 comments on commit 666618c

Please sign in to comment.