Skip to content

Commit

Permalink
Merge branch 'master' of github.com:launchdarkly/dotnet-server-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-darkly committed Nov 6, 2020
2 parents 3549109 + 2740f71 commit 8056546
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/LaunchDarkly.ServerSdk/LaunchDarkly.ServerSdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
</PropertyGroup>
<ItemGroup Condition="'$(Configuration)'=='Release'">
<PackageReference Include="LaunchDarkly.CommonSdk.StrongName" Version="2.11.0" />
<PackageReference Include="LaunchDarkly.CommonSdk.StrongName" Version="2.11.1" />
</ItemGroup>
<ItemGroup Condition="'$(Configuration)'=='Debug'">
<PackageReference Include="LaunchDarkly.CommonSdk" Version="2.11.0" />
<PackageReference Include="LaunchDarkly.CommonSdk" Version="2.11.1" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Common.Logging" Version="3.4.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="LaunchDarkly.CommonSdk" Version="2.11.0" />
<PackageReference Include="LaunchDarkly.CommonSdk" Version="2.11.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
<PackageReference Include="Moq" Version="4.8.1" />
<PackageReference Include="WireMock.Net" Version="1.0.3.8" />
Expand Down

0 comments on commit 8056546

Please sign in to comment.