Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: open-feature/dotnet-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ade713d92802a80f3e424c0b1a93639c49570262
Choose a base ref
..
head repository: open-feature/dotnet-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f9f9c1fb9ad136c3ab23358f780ad69de69777dc
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +2 −2 Directory.Packages.props
  2. +1 −1 src/OpenFeature/OpenFeature.csproj
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -7,8 +7,8 @@
<ItemGroup>
<PackageVersion Include="Microsoft.Extensions.Logging" Version="[2.0,)" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="[1.0.0, 2.0)" />
<PackageVersion Include="System.Collections.Immutable" Version="[1.7.1, 8.0.0)" />
<PackageVersion Include="System.Threading.Channels" Version="[6.0.0, 8.0.0)" />
<PackageVersion Include="System.Collections.Immutable" Version="1.7.1" />
<PackageVersion Include="System.Threading.Channels" Version="6.0.0" />
</ItemGroup>

<ItemGroup>
2 changes: 1 addition & 1 deletion src/OpenFeature/OpenFeature.csproj
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" />
</ItemGroup>

<ItemGroup>