Skip to content

Commit

Permalink
build(deps): bump xunit from 2.6.0 to 2.7.0
Browse files Browse the repository at this point in the history
Bumps [xunit](https://github.com/xunit/xunit) from 2.6.0 to 2.7.0.
- [Commits](xunit/xunit@2.6.0...2.7.0)

---
updated-dependencies:
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 31, 2024
1 parent b77c44c commit 6b02ac7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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-release-23619-01" />
<PackageReference Include="xunit" Version="2.6.0" />
<PackageReference Include="xunit" Version="2.7.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-release-23619-01" />
<PackageReference Include="xunit" Version="2.6.0" />
<PackageReference Include="xunit" Version="2.7.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down
2 changes: 1 addition & 1 deletion Tests/Rin.Core.Yaml.Tests/Rin.Core.Yaml.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.6.0" />
<PackageReference Include="xunit" Version="2.7.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Rin.Core.Yaml\Rin.Core.Yaml.csproj" />
Expand Down

0 comments on commit 6b02ac7

Please sign in to comment.