Skip to content

Commit

Permalink
Merge pull request #20 from Rikarin/dependabot/nuget/master/xunit-2.7.0
Browse files Browse the repository at this point in the history
build(deps): bump xunit from 2.6.0 to 2.7.0
  • Loading branch information
Rikarin authored Mar 31, 2024
2 parents b77c44c + 6b02ac7 commit 6e03f5a
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 6e03f5a

Please sign in to comment.