Skip to content

Commit

Permalink
dotnet: Bump xunit deps
Browse files Browse the repository at this point in the history
Fix xunit CS5001 error:
 Program does not contain a static 'Main' method suitable for an entry point XUnit
  • Loading branch information
Mizux committed Jul 31, 2023
1 parent e8abc68 commit f057194
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ortools/dotnet/Test.csproj.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@

<ItemGroup>
<Compile Include="@FILE_NAME@" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
<PackageReference Include="xunit" Version="2.5.0" />
<PackageReference Include="xunit.runner.console" Version="2.5.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0" />
<PackageReference Include="@DOTNET_PROJECT@" Version="@PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@.*" />
</ItemGroup>
</Project>

0 comments on commit f057194

Please sign in to comment.