Skip to content

Commit

Permalink
Fix Nuget depency
Browse files Browse the repository at this point in the history
  • Loading branch information
jasper-d committed Mar 24, 2019
1 parent 71d62bc commit c615b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DryIoc.Wcf/DryIoc.Wcf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<Optimize>true</Optimize>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DryIoc.dll" Version="4.0.0" />
<PackageReference Include="DryIoc.dll" Version="[4.0.0,5.0.0)" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.ServiceModel" />
Expand Down

0 comments on commit c615b33

Please sign in to comment.