Skip to content

Commit

Permalink
Specify upper limit for Moq for netstandard 1.5 (#1120)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvirja committed May 28, 2019
1 parent 7b7c43b commit cc57fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/AutoMoq/AutoMoq.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<ItemGroup>
<PackageReference Include="Moq" Version="[4.1.1308.2120,5.0.0)" Condition=" '$(TargetFramework)'=='net452' " />
<PackageReference Include="Moq" Version="[4.7.0,5.0.0)" Condition=" '$(TargetFramework)'=='netstandard1.5' " />
<PackageReference Include="Moq" Version="[4.7.0,4.11.0)" Condition=" '$(TargetFramework)'=='netstandard1.5' " />
<PackageReference Include="Moq" Version="[4.7.0,5.0.0)" Condition=" '$(TargetFramework)'=='netstandard2.0' " />
</ItemGroup>

Expand Down

0 comments on commit cc57fb7

Please sign in to comment.