Skip to content

Commit fbf336e

Browse files
committed
Updated nuget
1 parent 4b68e6d commit fbf336e

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

docs/Linq2GraphQL.Docs/Components/Samples/SamplesViewer.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ private async Task ExecuteAsync()
9696
isExecuting = true;
9797
await QueryExecute.ExecuteAsync();
9898
}
99-
catch (Exception ex)
99+
catch (Exception)
100100
{
101101
//TODO add error modal
102102
throw;

src/Linq2GraphQL.Client.Subscriptions/Linq2GraphQL.Client.Subscriptions.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19-
<ProjectReference Include="..\Linq2GraphQL.Client\Linq2GraphQL.Client.csproj"/>
19+
<ProjectReference Include="..\Linq2GraphQL.Client\Linq2GraphQL.Client.csproj" />
2020
</ItemGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="Websocket.Client" Version="4.6.1"/>
23+
<PackageReference Include="Websocket.Client" Version="5.1.2" />
2424
</ItemGroup>
2525

2626
</Project>

src/Linq2GraphQL.Generator/Linq2GraphQL.Generator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<ItemGroup>
2323
<PackageReference Include="System.CodeDom" Version="8.0.0" />
2424
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
25-
<PackageReference Include="Macross.Json.Extensions" Version="2.0.0" />
25+
<PackageReference Include="Macross.Json.Extensions" Version="3.0.0" />
2626
</ItemGroup>
2727

2828
<ItemGroup>

test/Linq2GraphQL.Console/Linq2GraphQL.Console.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
</PropertyGroup>
99
<ItemGroup>
10-
<PackageReference Include="Websocket.Client" Version="4.6.1" />
10+
<PackageReference Include="Websocket.Client" Version="5.1.2" />
1111
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="8.0.1" />
1212
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
1313
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />

test/Linq2GraphQL.TestServer.Shared/Linq2GraphQL.TestServer.Shared.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="HotChocolate.AspNetCore" Version="13.9.11" />
11-
<PackageReference Include="HotChocolate.Data" Version="13.9.11" />
10+
<PackageReference Include="HotChocolate.AspNetCore" Version="13.9.12" />
11+
<PackageReference Include="HotChocolate.Data" Version="13.9.12" />
1212
</ItemGroup>
1313

1414
</Project>

test/Linq2GraphQL.TestServer/Linq2GraphQL.TestServer.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="HotChocolate.AspNetCore" Version="13.9.11" />
12-
<PackageReference Include="HotChocolate.Data" Version="13.9.11" />
11+
<PackageReference Include="HotChocolate.AspNetCore" Version="13.9.12" />
12+
<PackageReference Include="HotChocolate.Data" Version="13.9.12" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

test/Linq2GraphQL.TestServerNullable/Linq2GraphQL.TestServerNullable.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="HotChocolate.AspNetCore" Version="13.9.11" />
12-
<PackageReference Include="HotChocolate.Data" Version="13.9.11" />
11+
<PackageReference Include="HotChocolate.AspNetCore" Version="13.9.12" />
12+
<PackageReference Include="HotChocolate.Data" Version="13.9.12" />
1313
<PackageReference Include="HotChocolate.Types.Scalars" Version="13.9.12" />
1414
</ItemGroup>
1515

test/Linq2GraphQL.Tests/Linq2GraphQL.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<ItemGroup>
1313
<PackageReference Include="FluentAssertions" Version="6.12.0" />
1414
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.8" />
15-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
15+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
1616
<PackageReference Include="xunit" Version="2.9.0" />
1717
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)