Skip to content

Commit 66913b1

Browse files
authored
fix: Relax common dependency (#44)
1 parent 9edd135 commit 66913b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaunchDarkly.InternalSdk/LaunchDarkly.InternalSdk.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</ItemGroup>
3333

3434
<ItemGroup>
35-
<PackageReference Include="LaunchDarkly.CommonSdk" Version="7.0.0" />
35+
<PackageReference Include="LaunchDarkly.CommonSdk" Version="[7.1.0,8.0.0)" />
3636
<PackageReference Include="LaunchDarkly.Logging" Version="[2.0.0,3.0.0)" />
3737
</ItemGroup>
3838

0 commit comments

Comments
 (0)