Skip to content

Commit

Permalink
update squadron version to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TimHolzherr committed Jul 8, 2022
1 parent 99631b7 commit 9b60423
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/TestProject.props
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<Project>

<PropertyGroup>
<TargetFrameworks>$(TestProjectTargetFrameworks)</TargetFrameworks>
<TargetFrameworks>$(TestProjectTargetFrameworks)</TargetFrameworks>
<IsPackable>false</IsPackable>
<LangVersion>10.0</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Moq" Version="4.16.1" />
<PackageReference Include="Snapshooter.Xunit" Version="0.7.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="Squadron.Mongo" Version="0.13.0" />
<PackageReference Include="Squadron.Mongo" Version="0.15.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="FluentAssertions" Version="6.2.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
Expand Down

0 comments on commit 9b60423

Please sign in to comment.