Skip to content

Commit

Permalink
Updated to .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
dahln committed Feb 4, 2024
1 parent df2e5f0 commit 7e78a3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down
6 changes: 3 additions & 3 deletions Timezoner/Timezoner.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.5.1</Version>
<PackageReleaseNotes>v1.5.1: Updated organization publishing data</PackageReleaseNotes>
<TargetFramework>net7.0</TargetFramework>
<Version>1.6.0</Version>
<PackageReleaseNotes>v1.6.0: Update to .NET 8</PackageReleaseNotes>
<TargetFramework>net8.0</TargetFramework>
<Authors>dahln</Authors>
<Description>A simple library to provide a list of time zones, providing an Id, Name, and Offset</Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down

0 comments on commit 7e78a3b

Please sign in to comment.