Skip to content

Commit

Permalink
Merge pull request #41 from MarkCiliaVincenti/tests-fix
Browse files Browse the repository at this point in the history
re-add tests and update nuget packages for tests
  • Loading branch information
MarkCiliaVincenti authored Dec 29, 2023
2 parents 8698958 + 43f092c commit 96d346f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions AsyncKeyedLock.Tests/AsyncKeyedLock.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,12 @@
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<Compile Remove="AsyncKeyedLocker\OriginalTests.cs" />
<Compile Remove="StripedAsyncKeyedLocker\OriginalTests.cs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="ListShuffle" Version="2.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="xunit" Version="2.6.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.5">
<PackageReference Include="xunit" Version="2.6.4" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit 96d346f

Please sign in to comment.