Skip to content

Commit

Permalink
Updated submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyyrylainen committed Feb 20, 2025
1 parent 0924b51 commit b596951
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Thrive.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<PackageReference Include="gdUnit4.api" Version="4.3.1" />
<!-- Re-enable this after https://github.com/MikeSchulze/gdUnit4/issues/603 is solved -->
<!-- <PackageReference Include="gdUnit4.test.adapter" Version="2.0.0" /> -->
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AngleSharp" Version="1.2.0" />
Expand Down
4 changes: 2 additions & 2 deletions test/code_tests/ThriveTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="xunit" Version="2.9.3"/>
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1">
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit b596951

Please sign in to comment.