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 Jan 16, 2024
1 parent f50304d commit e153b40
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>netstandard2.0;netstandard2.1;net6.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0;net8.0</TargetFrameworks>
<VersionPrefix>1.1.0</VersionPrefix>
<VersionSuffix>preview2</VersionSuffix>
<PackageValidationBaselineVersion>1.0.0</PackageValidationBaselineVersion>
Expand Down

0 comments on commit e153b40

Please sign in to comment.