Skip to content

Commit

Permalink
chore(.net): upgrade from .net5 to .net8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Ruffles committed Dec 19, 2024
1 parent 20909e6 commit 0f18398
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '5.0.x'
dotnet-version: '8.0.x'

- name: Restore dependencies
run: dotnet restore
Expand Down
2 changes: 1 addition & 1 deletion BscScanner.Tests/BscScanner.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<OutputType>Exe</OutputType>
</PropertyGroup>

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

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Authors>pippin_mole</Authors>
<Description>A .NET library application to wrap the BscScan API</Description>
<PackageProjectUrl>https://github.com/pippinmole/BscScanner</PackageProjectUrl>
Expand Down

0 comments on commit 0f18398

Please sign in to comment.