Skip to content

Commit

Permalink
pin Dbosoft.Functional version (3.x) (#52)
Browse files Browse the repository at this point in the history
pinned Dbosoft.Functional to >= 1.0 < 2.0
  • Loading branch information
fw2568 authored Apr 30, 2021
1 parent 89181a8 commit ccf881d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/YaNco.Abstractions/YaNco.Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This package contains abstraction definitions.
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dbosoft.Functional" Version="1.0.0" />
<PackageReference Include="Dbosoft.Functional" Version="[1.0,2.0)" />
<PackageReference Include="GitVersionTask" Version="5.3.7">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion src/YaNco.Core/YaNco.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This package contains the core implementation.</Description>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dbosoft.Functional" Version="1.0.0" />
<PackageReference Include="Dbosoft.Functional" Version="[1.0,2.0)" />
<PackageReference Include="GitVersionTask" Version="5.3.7">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
Expand Down

0 comments on commit ccf881d

Please sign in to comment.