Skip to content

Commit b1ea835

Browse files
authored
feat: Update minimum version of LaunchDarkly.Logging to 2.0.0 (#99)
1 parent 5075bb5 commit b1ea835

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/LaunchDarkly.EventSource/LaunchDarkly.EventSource.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</PropertyGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="LaunchDarkly.Logging" Version="[1.0.1,3.0.0)" />
21+
<PackageReference Include="LaunchDarkly.Logging" Version="[2.0.0,3.0.0)" />
2222
</ItemGroup>
2323

2424
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
@@ -50,4 +50,4 @@
5050
<PropertyGroup>
5151
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\LaunchDarkly.EventSource.xml</DocumentationFile>
5252
</PropertyGroup>
53-
</Project>
53+
</Project>

0 commit comments

Comments
 (0)