Skip to content

Commit b3b7318

Browse files
Bump Castle.Core from 4.4.1 to 5.0.0 (#787)
Bumps [Castle.Core](https://github.com/castleproject/Core) from 4.4.1 to 5.0.0. - [Release notes](https://github.com/castleproject/Core/releases) - [Changelog](https://github.com/castleproject/Core/blob/master/CHANGELOG.md) - [Commits](castleproject/Core@v4.4.1...v5.0.0) --- updated-dependencies: - dependency-name: Castle.Core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ivan Maximov <[email protected]>
1 parent 7ddca3d commit b3b7318

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Transports.AspNetCore.Tests/Transports.AspNetCore.Tests.csproj

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

88
<ItemGroup>
99
<FrameworkReference Include="Microsoft.AspNetCore.App" />
10-
<PackageReference Include="Castle.Core" Version="4.4.1" />
10+
<PackageReference Include="Castle.Core" Version="5.0.0" />
1111
<PackageReference Include="GraphQL.SystemTextJson" Version="5.1.1" />
1212
<PackageReference Include="GraphQL.NewtonsoftJson" Version="5.1.1" />
1313
</ItemGroup>

tests/Transports.Subscriptions.WebSockets.Tests/Transports.Subscriptions.WebSockets.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ItemGroup>
99
<FrameworkReference Include="Microsoft.AspNetCore.App" />
1010
<ProjectReference Include="..\..\src\Transports.Subscriptions.WebSockets\Transports.Subscriptions.WebSockets.csproj" />
11-
<PackageReference Include="Castle.Core" Version="4.4.1" />
11+
<PackageReference Include="Castle.Core" Version="5.0.0" />
1212
<PackageReference Include="GraphQL.MicrosoftDI" Version="5.1.1" />
1313
<PackageReference Include="GraphQL.NewtonsoftJson" Version="5.1.1" />
1414
</ItemGroup>

0 commit comments

Comments
 (0)