Skip to content

Commit 1ec888c

Browse files
authored
Merge branch 'master' into dependabot/github_actions/codecov/codecov-action-5.5.1
2 parents e3c48cc + 132bab1 commit 1ec888c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v5.0.0
2525

2626
- name: Set up .NET ${{ env.DOTNET_VERSION }}
27-
uses: actions/setup-dotnet@v4.3.1
27+
uses: actions/setup-dotnet@v5.0.0
2828
with:
2929
dotnet-version: ${{ env.DOTNET_VERSION }}
3030
# The action searches for packages.lock.json in the repository root,

test/Dotnet.Samples.AspNetCore.WebApi.Tests/Dotnet.Samples.AspNetCore.WebApi.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageReference Include="Moq" Version="4.20.72" PrivateAssets="all" />
1414
<PackageReference Include="FluentAssertions" Version="8.3.0" PrivateAssets="all" />
1515
<PackageReference Include="xunit" Version="2.9.3" PrivateAssets="all" />
16-
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.3" PrivateAssets="all" />
16+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.4" PrivateAssets="all" />
1717
<PackageReference Include="coverlet.collector" Version="6.0.4" PrivateAssets="all" />
1818
</ItemGroup>
1919

0 commit comments

Comments
 (0)