Skip to content

Commit

Permalink
Upgrade packages to latest minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonGraal committed Feb 7, 2025
1 parent 6737c29 commit 9a90d62
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Fluid.Core" Version="2.18.0" />
<PackageReference Include="Fluid.Core" Version="2.19.0" />
<PackageReference Include="MartinCostello.Logging.XUnit" Version="0.5.1" />
<PackageReference Include="Verify.Xunit" Version="28.8.1" />
<PackageReference Include="Xunit.DependencyInjection" Version="9.7.1" />
<PackageReference Include="Verify.Xunit" Version="28.10.1" />
<PackageReference Include="Xunit.DependencyInjection" Version="9.8.0" />
<PackageReference Include="Xunit.DependencyInjection.Logging" Version="9.0.0" />
<PackageReference Include="Xunit.DependencyInjection.SkippableFact" Version="9.0.0" />
</ItemGroup>
Expand Down
2 changes: 0 additions & 2 deletions test/GqlPlus.ComponentTestBase/SchemaDataBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
using GqlPlus.Result;
using GqlPlus.Token;

using Grpc.Core;

namespace GqlPlus;

public class SchemaDataBase(
Expand Down
6 changes: 3 additions & 3 deletions test/GqlPlus.TestBase/GqlPlus.TestBase.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

<ItemGroup>
<PackageReference Include="AutoFixture.Xunit2" Version="4.18.1" />
<PackageReference Include="FluentAssertions" Version="7.0.0" />
<PackageReference Include="OpenTelemetry.AutoInstrumentation" Version="1.9.0" />
<PackageReference Include="OpenTelemetry.Exporter.InMemory" Version="1.10.0" />
<PackageReference Include="FluentAssertions" Version="7.1.0" />
<PackageReference Include="OpenTelemetry.AutoInstrumentation" Version="1.10.0" />
<PackageReference Include="OpenTelemetry.Exporter.InMemory" Version="1.11.1" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="Xunit.SkippableFact" Version="1.5.23" />
</ItemGroup>
Expand Down

0 comments on commit 9a90d62

Please sign in to comment.