Skip to content

Commit

Permalink
chore: Add net8.0 as a build target, as its the latest LTS version (#222
Browse files Browse the repository at this point in the history
)

Signed-off-by: Ryan Mattson <dalinicus@pm.me>
  • Loading branch information
dalinicus authored Jun 27, 2024
1 parent 2a3c33d commit 8605aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Common.prod.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net462;net5.0;net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net462;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/open-feature/dotnet-sdk-contrib</RepositoryUrl>
<Description>OpenFeature is an open specification that provides a vendor-agnostic, community-driven API for feature flagging that works with your favorite feature flag management tool or in-house solution.</Description>
Expand Down

0 comments on commit 8605aa1

Please sign in to comment.