Skip to content

Commit 5cacb1d

Browse files
Bump xunit from 2.9.2 to 2.9.3 in /src
Bumps [xunit](https://github.com/xunit/xunit) from 2.9.2 to 2.9.3. - [Commits](xunit/xunit@v2-2.9.2...v2-2.9.3) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4d8cb35 commit 5cacb1d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/DeployHours.Gate.Tests/DeployHours.Gate.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1616
<PackageReference Include="Moq" Version="4.20.72" />
17-
<PackageReference Include="xunit" Version="2.9.2" />
17+
<PackageReference Include="xunit" Version="2.9.3" />
1818
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1">
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
<PrivateAssets>all</PrivateAssets>

tests/GitHubActions.Gates.Framework.Tests/GitHubActions.Gates.Framework.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />
3333
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
3434
<PackageReference Include="Moq" Version="4.20.72" />
35-
<PackageReference Include="xunit" Version="2.9.2" />
35+
<PackageReference Include="xunit" Version="2.9.3" />
3636
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1">
3737
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3838
<PrivateAssets>all</PrivateAssets>

tests/Issues.Gate.Tests/Issues.Gate.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1616
<PackageReference Include="Moq" Version="4.20.72" />
17-
<PackageReference Include="xunit" Version="2.9.2" />
17+
<PackageReference Include="xunit" Version="2.9.3" />
1818
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1">
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)