Skip to content

Commit fdf69bd

Browse files
committed
Update liblog and minver package dependencies
Also fixes the LibLog dependency when packing (it shouldn't be there).
1 parent 89fa8b0 commit fdf69bd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/LittleForker/LittleForker.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="LibLog" Version="5.0.3"/>
18+
<PackageReference Include="LibLog" Version="5.0.8">
19+
<PrivateAssets>all</PrivateAssets>
20+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
21+
</PackageReference>
1922
<!--<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="All"/>-->
20-
<PackageReference Include="MinVer" Version="1.0.0-rc.1">
23+
<PackageReference Include="MinVer" Version="2.0.0">
2124
<PrivateAssets>all</PrivateAssets>
2225
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2326
</PackageReference>

0 commit comments

Comments
 (0)