Skip to content

Commit

Permalink
Merge pull request #35 from microsoft/dependabot/nuget/xunit.runner.v…
Browse files Browse the repository at this point in the history
…isualstudio-2.5.3

Bump xunit.runner.visualstudio from 2.5.1 to 2.5.3
  • Loading branch information
baywet authored Oct 13, 2023
2 parents 79fd328 + 0fd9740 commit 4da0def
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ApiManifest.Tests/ApiManifest.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
Expand All @@ -19,7 +19,7 @@
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="xunit" Version="2.5.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1">
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit 4da0def

Please sign in to comment.