Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
soenneker committed Nov 16, 2023
2 parents 72c5201 + 1f3bb0f commit 22dc48c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Soenneker.Utils.Process.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
<None Include="..\README.md" Pack="true" PackagePath="\" />
<None Include="..\LICENSE" Pack="true" PackagePath="\" />
<None Include="..\icon.png" Pack="true" PackagePath="\" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
<PackageReference Include="Soenneker.Extensions.Enumerable" Version="2.0.51" />
<PackageReference Include="Soenneker.Extensions.Enumerable" Version="2.0.52" />
<PackageReference Include="Soenneker.Extensions.String" Version="2.0.140" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion test/Soenneker.Utils.Process.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Soenneker.Tests.Unit" Version="2.0.137" />
<PackageReference Include="Soenneker.Tests.Unit" Version="2.0.140" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 22dc48c

Please sign in to comment.