Skip to content

Commit

Permalink
Bump version to p7 and move to net8.0 (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
agocke authored Jun 28, 2024
1 parent 2057d6d commit fa77668
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pack/Serde.Pkg.proj
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

<!-- Package settings -->
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>

<PackageId>Serde</PackageId>
<PackageVersion>0.6.0-preview6</PackageVersion>
<PackageVersion>0.6.0-preview7</PackageVersion>
<IsPackable>true</IsPackable>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
<RepositoryUrl>https://github.com/agocke/serde-dn</RepositoryUrl>
Expand Down

0 comments on commit fa77668

Please sign in to comment.