Skip to content

Commit

Permalink
Update Testing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and bastianeicher committed Nov 19, 2024
1 parent 63a2b67 commit 2fdd6f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
with:
fetch-depth: 0
show-progress: false
- uses: gittools/actions/gitversion/setup@v3.0.0
- uses: gittools/actions/gitversion/setup@v3.0.2
with:
versionSpec: '5.12.x'
- uses: gittools/actions/gitversion/execute@v3.0.0
- uses: gittools/actions/gitversion/execute@v3.0.2
id: gitversion

# Build
Expand Down
2 changes: 1 addition & 1 deletion src/UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.12.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Moq" Version="4.20.71" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
Expand Down

0 comments on commit 2fdd6f0

Please sign in to comment.