Skip to content

Commit c615b33

Browse files
committed
Fix Nuget depency
1 parent 71d62bc commit c615b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DryIoc.Wcf/DryIoc.Wcf.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<Optimize>true</Optimize>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<PackageReference Include="DryIoc.dll" Version="4.0.0" />
35+
<PackageReference Include="DryIoc.dll" Version="[4.0.0,5.0.0)" />
3636
</ItemGroup>
3737
<ItemGroup>
3838
<Reference Include="System.ServiceModel" />

0 commit comments

Comments
 (0)