Skip to content

Commit b666c76

Browse files
Bump DryIoc.Internal from 4.5.0 to 4.5.1 (#403)
* Bump DryIoc.Internal from 4.5.0 to 4.5.1 Bumps [DryIoc.Internal](https://github.com/dadhi/DryIoc) from 4.5.0 to 4.5.1. - [Release notes](https://github.com/dadhi/DryIoc/releases) - [Commits](dadhi/DryIoc@v4.5.0...v4.5.1) Signed-off-by: dependabot[bot] <[email protected]> * retry test Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Driscoll <[email protected]>
1 parent 3cae4fc commit b666c76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
<PackageReference Update="CodeGeneration.Roslyn.Tool" Version="0.7.63" PrivateAssets="all" />
4747
<PackageReference Update="Microsoft.CodeAnalysis.CSharp" Version="3.4.0" />
4848
<PackageReference Update="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.4.0" />
49-
<PackageReference Update="DryIoc.Internal" Version="4.5.0" />
49+
<PackageReference Update="DryIoc.Internal" Version="4.5.1" />
5050
</ItemGroup>
5151
</Project>

test/Lsp.Tests/Integration/ExtensionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public ExtensionTests(ITestOutputHelper outputHelper) : base(new JsonRpcTestOpti
2828
{
2929
}
3030

31-
[Fact]
31+
[RetryFact]
3232
public async Task Should_Support_Custom_Capabilities()
3333
{
3434
var onDiscoverHandler = Substitute.For<Func<DiscoverUnitTestsParams, UnitTestCapability, CancellationToken, Task<Container<UnitTest>>>>();

0 commit comments

Comments
 (0)