Skip to content

Commit

Permalink
Merge pull request #5 from Rikarin/dependabot/nuget/master/xunit-2.6.0
Browse files Browse the repository at this point in the history
build(deps): bump xunit from 2.5.3 to 2.6.0
  • Loading branch information
Rikarin authored Oct 31, 2023
2 parents b66626b + 3ef97d2 commit 8f93876
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/Rin.Core.Design.Tests/Rin.Core.Design.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0-preview-23503-02" />
<PackageReference Include="xunit" Version="2.5.3" />
<PackageReference Include="xunit" Version="2.6.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Rin.Core.Design\Rin.Core.Design.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion Tests/Rin.Core.Shaders.Tests/Rin.Core.Shaders.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0-preview-23503-02" />
<PackageReference Include="xunit" Version="2.5.3" />
<PackageReference Include="xunit" Version="2.6.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 8f93876

Please sign in to comment.