Skip to content

Commit 7e2e657

Browse files
committed
EventAggregator.Tests: use hardcoded dep version
This commit fixes the issue caused by YoloDev.Expecto.TestSdk upgrade to netcoreapp3.1.
1 parent 5379324 commit 7e2e657

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/EventAggregator.Tests/EventAggregator.Tests.fsproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
</ItemGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Expecto" Version="8.*" />
16-
<PackageReference Include="FSharp.Core" Version="4.*" />
17-
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.*" />
18-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.*" />
15+
<PackageReference Include="Expecto" Version="8.13.2" />
16+
<PackageReference Include="FSharp.Core" Version="4.7.2" />
17+
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.12.20" />
18+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
1919
</ItemGroup>
2020

2121
<ItemGroup>

0 commit comments

Comments
 (0)