Skip to content

Commit

Permalink
Upgrade .NET version to 8.0 and update project URL
Browse files Browse the repository at this point in the history
The .NET version used in the GitHub Actions workflow and the project's target framework has been upgraded from 7.0 to 8.0. Additionally, the PackageProjectUrl property has been updated to reflect the correct project URL.
  • Loading branch information
Gary Woodfine committed Mar 9, 2024
1 parent 5e7379d commit 3650bb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
- name: Check out Code
uses: actions/checkout@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<Project>
<PropertyGroup>
<Authors>threenine.co.uk</Authors>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Title>Threenine.Database.Configuration</Title>
<Description>Provides an opinionated approach and tools </Description>
<RepositoryType>git</RepositoryType>
<PackageTags>bitcoin, lightning</PackageTags>
<RepositoryUrl>https://github.com/threenine/paybolt</RepositoryUrl>
<Copyright>Copyright © $([System.DateTime]::Now.ToString("yyyy")) Three Nine Consulting Limited</Copyright>
<PackageProjectUrl>https://www.threenine.co.uk/paybolt</PackageProjectUrl>
<PackageProjectUrl>https://www.threenine.co.uk</PackageProjectUrl>
<license>https://github.com/threenine/database.configuration/blob/master/LICENSE</license>
<PackageIcon>icon.png</PackageIcon>
<Version></Version>
Expand Down

0 comments on commit 3650bb3

Please sign in to comment.