Skip to content

Commit

Permalink
Update xunit
Browse files Browse the repository at this point in the history
  • Loading branch information
cristipufu committed Sep 19, 2023
1 parent cd1a67e commit de677fc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/RedisRateLimiting/RedisRateLimiting.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/cristipufu/aspnetcore-redis-rate-limiting</RepositoryUrl>
<Version>1.0.11</Version>
<Version>1.0.12</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System.Net;
using Xunit;

#pragma warning disable xUnit1031 // Do not use blocking task operations in test method
namespace RedisRateLimiting.Tests
{
[Collection("Seq")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System.Net;
using Xunit;

#pragma warning disable xUnit1031 // Do not use blocking task operations in test method
namespace RedisRateLimiting.Tests
{
[Collection("Seq")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="xunit" Version="2.5.1" />
<PackageReference Include="xunit.assert" Version="2.5.0" />
<PackageReference Include="xunit.assert" Version="2.5.1" />
<PackageReference Include="xunit.extensibility.core" Version="2.5.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit de677fc

Please sign in to comment.