Skip to content

Commit

Permalink
📦↑
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanWilhite committed Oct 3, 2023
1 parent d0a46be commit ce9c986
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.TraceSource" Version="6.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="SonghayCore.xUnit" Version="6.0.1" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<PackageReference Include="xunit" Version="2.5.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="3.1.2">
<PackageReference Include="coverlet.collector" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
3 changes: 1 addition & 2 deletions Songhay.Publications.Shell/Songhay.Publications.Shell.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@

<ItemGroup>
<PackageReference Include="CloneExtensions" Version="1.4.2" />
<PackageReference Include="Markdig" Version="0.30.2" />
<PackageReference Include="SonghayCore" Version="6.0.1" />
<PackageReference Include="SonghayCore" Version="6.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down
9 changes: 4 additions & 5 deletions Songhay.Publications.Tests/Songhay.Publications.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,15 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Markdig" Version="0.30.2" />
<PackageReference Include="Microsoft.Extensions.Logging.TraceSource" Version="6.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="SonghayCore.xUnit" Version="6.0.1" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<PackageReference Include="xunit" Version="2.5.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="3.1.2">
<PackageReference Include="coverlet.collector" Version="6.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
6 changes: 3 additions & 3 deletions Songhay.Publications/Songhay.Publications.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@

<ItemGroup>
<PackageReference Include="CloneExtensions" Version="1.4.2" />
<PackageReference Include="FluentValidation" Version="11.1.0" />
<PackageReference Include="Markdig" Version="0.30.2" />
<PackageReference Include="SonghayCore" Version="6.0.1" />
<PackageReference Include="FluentValidation" Version="11.7.1" />
<PackageReference Include="Markdig" Version="0.33.0" />
<PackageReference Include="SonghayCore" Version="6.0.4" />
<PackageReference Include="SonghayCore.Newtonsoft" Version="6.0.0" />
</ItemGroup>

Expand Down

0 comments on commit ce9c986

Please sign in to comment.