Skip to content

Commit

Permalink
add target framework net8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smdn committed Feb 12, 2024
1 parent a3d717f commit 7035bce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SPDX-License-Identifier: MIT
-->
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
<TargetFrameworks>net8.0;net6.0;netstandard2.0</TargetFrameworks>
<VersionPrefix>4.0.2</VersionPrefix>
<VersionSuffix></VersionSuffix>
<PackageValidationBaselineVersion>4.0.0</PackageValidationBaselineVersion>
Expand Down

0 comments on commit 7035bce

Please sign in to comment.