Skip to content

Commit

Permalink
move channels package reference to Common.props
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
  • Loading branch information
bacherfl committed Jan 12, 2024
1 parent d5270d4 commit 8ef38a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions build/Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@

<ItemGroup>
<PackageReference Include="System.Collections.Immutable" Version="[1.7.1, 8.0.0)" />
<PackageReference Include="System.Threading.Channels" Version="[6.0.0, 8.0.0)" />
</ItemGroup>
</Project>
1 change: 0 additions & 1 deletion src/OpenFeature/OpenFeature.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="$(MicrosoftExtensionsLoggerVer)" />
<PackageReference Include="System.Threading.Channels" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 8ef38a8

Please sign in to comment.