Skip to content

Commit

Permalink
EventAggregator.Tests: use hardcoded dep version
Browse files Browse the repository at this point in the history
This commit fixes the issue caused by YoloDev.Expecto.TestSdk
upgrade to netcoreapp3.1.
  • Loading branch information
aarani committed Apr 12, 2023
1 parent 5379324 commit 7e2e657
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/EventAggregator.Tests/EventAggregator.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Expecto" Version="8.*" />
<PackageReference Include="FSharp.Core" Version="4.*" />
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.*" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.*" />
<PackageReference Include="Expecto" Version="8.13.2" />
<PackageReference Include="FSharp.Core" Version="4.7.2" />
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.12.20" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 7e2e657

Please sign in to comment.