Bump XunitVersion from 2.4.2 to 2.5.0 (#324)

Bumps `XunitVersion` from 2.4.2 to 2.5.0.

Updates `xunit` from 2.4.2 to 2.5.0
- [Commits](https://github.com/xunit/xunit/compare/2.4.2...2.5.0)

Updates `xunit.runner.visualstudio` from 2.4.2 to 2.5.0
- [Commits](https://github.com/xunit/xunit/compare/2.4.2...2.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-23 16:35:59 +00:00 коммит произвёл GitHub
Родитель e8684da006
Коммит 9e6480209a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -11,7 +11,7 @@
<LangVersion>11</LangVersion>
</PropertyGroup>
<PropertyGroup>
<XunitVersion>2.4.2</XunitVersion>
<XunitVersion>2.5.0</XunitVersion>
<AkkaVersion>1.5.8</AkkaVersion>
<TestSdkVersion>17.4.1</TestSdkVersion>
<NetCoreTestVersion>net6.0</NetCoreTestVersion>