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: camunda-community-hub/zeebe-client-csharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 886c6a965ebdabb47f1c365ad55fa22fc5f8e769
Choose a base ref
..
head repository: camunda-community-hub/zeebe-client-csharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0296dd4ab1645d8cc98049fb567cbb8e17fee5a4
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +1 −1 Client.Examples/Client.Examples.csproj
  2. +1 −1 Client.IntegrationTests/Client.IntegrationTests.csproj
  3. +1 −1 Client.UnitTests/Client.UnitTests.csproj
2 changes: 1 addition & 1 deletion Client.Examples/Client.Examples.csproj
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.19" />
<PackageReference Include="Newtonsoft.Json" version="13.0.3" />
<PackageReference Include="NLog" Version="5.2.1" />
<PackageReference Include="NLog" Version="5.2.2" />
<PackageReference Include="NLog.Extensions.Logging" Version="5.3.2" />
<PackageReference Update="StyleCop.Analyzers" Version="1.1.118" />
</ItemGroup>
2 changes: 1 addition & 1 deletion Client.IntegrationTests/Client.IntegrationTests.csproj
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.19" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NLog" Version="5.2.1" />
<PackageReference Include="NLog" Version="5.2.2" />
<PackageReference Include="NLog.Extensions.Logging" Version="5.3.2" />
<PackageReference Include="nunit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
2 changes: 1 addition & 1 deletion Client.UnitTests/Client.UnitTests.csproj
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="NLog" Version="5.2.1" />
<PackageReference Include="NLog" Version="5.2.2" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />