Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9db277a

Browse files
committedOct 14, 2022
fix: add openfeature version range
Signed-off-by: Todd Baert <[email protected]>
1 parent 9bb35c9 commit 9db277a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎build/Common.props

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<ItemGroup>
4-
<PackageReference Include="OpenFeature" Version="0.4.*">
4+
<PackageReference Include="OpenFeature" Version="$(OpenFeatureVer)">
55
</PackageReference>
66
</ItemGroup>
77

@@ -24,7 +24,7 @@
2424
Please sort alphabetically.
2525
Refer to https://docs.microsoft.com/nuget/concepts/package-versioning for semver syntax.
2626
-->
27+
<OpenFeatureVer>[0.4,0.5)</OpenFeatureVer>
2728
<MicrosoftExtensionsLoggerVer>[2.0,6.0)</MicrosoftExtensionsLoggerVer>
28-
<MicrosoftSourceLinkGitHubPkgVer>[1.0.0,2.0)</MicrosoftSourceLinkGitHubPkgVer>
29-
</PropertyGroup>
29+
<MicrosoftSourceLinkGitHubPkgVer>[1.0.0,2.0)</MicrosoftSourceLinkGitHubPkgVer> </PropertyGroup>
3030
</Project>

0 commit comments

Comments
 (0)
Please sign in to comment.