File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net9.0;net8.0;net462 </TargetFrameworks >
4
+ <TargetFrameworks >net9.0;net8.0;net472 </TargetFrameworks >
5
5
<OutputType >Exe</OutputType >
6
6
<StartupObject >Gherkin.Specs.CLI.Program</StartupObject >
7
7
</PropertyGroup >
10
10
<PackageReference Include =" FluentAssertions" Version =" 7.0.0" />
11
11
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0" />
12
12
<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 " >
14
14
<PrivateAssets >all</PrivateAssets >
15
15
<IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
16
16
</PackageReference >
You can’t perform that action at this time.
0 commit comments