Skip to content

Commit

Permalink
Merge pull request #214 from VATSIM-UK/dependabot/nuget/xunit.runner.…
Browse files Browse the repository at this point in the history
…visualstudio-2.5.0

build(deps): Bump xunit.runner.visualstudio from 2.4.5 to 2.5.0
AndyTWF authored Sep 16, 2023
2 parents c01cfce + b78d484 commit f3edc56
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/CompilerCliTest/CompilerCliTest.csproj
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
2 changes: 1 addition & 1 deletion tests/CompilerTest/CompilerTest.csproj
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>

0 comments on commit f3edc56

Please sign in to comment.