Skip to content

Commit

Permalink
#102 Upgrade to .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
coryjthompson committed Feb 6, 2024
1 parent 7584214 commit 6437e9b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
5.0.x
6.0.x
7.0.x
8.0.x
- name: Restore
run: dotnet restore
Expand All @@ -32,4 +33,5 @@ jobs:
run: |
dotnet test --no-restore --framework net5.0
dotnet test --no-restore --framework net6.0
dotnet test --no-restore --framework net7.0
dotnet test --no-restore --framework net7.0
dotnet test --no-restore --framework net8.0
2 changes: 1 addition & 1 deletion WebPush.Test/WebPush.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net45;net46;net471;net48;netcoreapp2.0;netcoreapp3.1;net5.0;net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net45;net46;net471;net48;netcoreapp2.0;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
<IsPackable>false</IsPackable>
</PropertyGroup>

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

<PropertyGroup>
<TargetFrameworks>net45;net46;net471;net48;netstandard1.3;netstandard2.0;netstandard2.1;net5.0;net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net45;net46;net471;net48;netstandard1.3;netstandard2.0;netstandard2.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.0.12</Version>
<Authors>Cory Thompson</Authors>
Expand Down

0 comments on commit 6437e9b

Please sign in to comment.