Skip to content

Commit dd2435e

Browse files
chore(deps): update dependency xunit.runner.visualstudio to v3 (#337)
* chore(deps): update dependency xunit.runner.visualstudio to v3 * Update Gherkin.Specs.csproj --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Romfos <[email protected]>
1 parent be363bc commit dd2435e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotnet/Gherkin.Specs/Gherkin.Specs.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net9.0;net8.0;net462</TargetFrameworks>
4+
<TargetFrameworks>net9.0;net8.0;net472</TargetFrameworks>
55
<OutputType>Exe</OutputType>
66
<StartupObject>Gherkin.Specs.CLI.Program</StartupObject>
77
</PropertyGroup>
@@ -10,7 +10,7 @@
1010
<PackageReference Include="FluentAssertions" Version="7.0.0" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1212
<PackageReference Include="xunit" Version="2.9.2" />
13-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
13+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0">
1414
<PrivateAssets>all</PrivateAssets>
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
1616
</PackageReference>

0 commit comments

Comments
 (0)