Skip to content

Commit

Permalink
fix package version
Browse files Browse the repository at this point in the history
  • Loading branch information
R0boC0p committed May 22, 2024
1 parent d6bed6a commit 762d376
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/AsyncValidation.Test/AsyncValidation.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@
<ProjectReference Include="..\AsyncValidation\AsyncValidation.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="[17.5.0]" />
<PackageReference Include="Shouldly" Version="4.2.1" />
<PackageReference Include="xunit" Version="2.5.3" />
<PackageReference Include="xunit.abstractions" Version="2.0.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
<PackageReference Include="xunit" Version="[2.5.3]" />
<PackageReference Include="xunit.runner.visualstudio" Version="[2.5.3]">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit 762d376

Please sign in to comment.