Skip to content

Commit

Permalink
Bump xunit from 2.4.2 to 2.5.2 in /templates/Library/NuGet (#47)
Browse files Browse the repository at this point in the history
* Bump xunit from 2.4.2 to 2.5.2 in /templates/Library/NuGet

Bumps [xunit](https://github.com/xunit/xunit) from 2.4.2 to 2.5.2.
- [Commits](xunit/xunit@2.4.2...2.5.2)

---
updated-dependencies:
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Auto-merge first

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kevin Bost <[email protected]>
  • Loading branch information
dependabot[bot] and Keboo authored Oct 15, 2023
1 parent f125878 commit 9dc0c92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ jobs:
automerge:
if: ${{ github.event_name == 'pull_request' }}
runs-on: ubuntu-latest
needs: [build, test-console, test-wpf, test-library]

permissions:
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion templates/Library/NuGet/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
<PackageVersion Include="Moq" Version="4.20.69" />
<PackageVersion Include="Moq.AutoMock" Version="3.5.0" />
<PackageVersion Include="xunit" Version="2.4.2" />
<PackageVersion Include="xunit" Version="2.5.2" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 9dc0c92

Please sign in to comment.