Skip to content

Commit 5394d5f

Browse files
authored
Merge branch 'main' into dependabot/nuget/Microsoft.NET.Test.Sdk-17.12.0
2 parents e392cee + 342bfec commit 5394d5f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-ci-test-report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Download artifact
2020
id: download-artifact
21-
uses: dawidd6/action-download-artifact@v2
21+
uses: dawidd6/action-download-artifact@v6
2222
with:
2323
run_id: ${{ github.event.workflow_run.id }}
2424
name: test-results

Bi5.Net.Tests/Bi5.Net.Tests.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1313
</PackageReference>
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
15-
<PackageReference Include="NSubstitute" Version="5.1.0" />
15+
<PackageReference Include="NSubstitute" Version="5.3.0" />
1616
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
1717
<PackageReference Include="xunit" Version="2.9.2" />
18-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
18+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0">
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
<PrivateAssets>all</PrivateAssets>
2121
</PackageReference>

0 commit comments

Comments
 (0)