Skip to content

Commit 8605aa1

Browse files
author
Ryan Mattson
authored
chore: Add net8.0 as a build target, as its the latest LTS version (#222)
Signed-off-by: Ryan Mattson <[email protected]>
1 parent 2a3c33d commit 8605aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Common.prod.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<PropertyGroup>
12-
<TargetFrameworks>netstandard2.0;net462;net5.0;net6.0;net7.0</TargetFrameworks>
12+
<TargetFrameworks>netstandard2.0;net462;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
1313
<RepositoryType>git</RepositoryType>
1414
<RepositoryUrl>https://github.com/open-feature/dotnet-sdk-contrib</RepositoryUrl>
1515
<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>

0 commit comments

Comments
 (0)