Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-englert committed Aug 10, 2024
1 parent e2c3d3b commit b57329b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="System.ComponentModel.Composition" Version="[4.7.0]" Condition="'$(TargetFrameworkIdentifier)' != '.NETFramework'" />
<PackageReference Include="System.ComponentModel.Composition" Version="8.0.0" Condition="'$(TargetFrameworkIdentifier)' != '.NETFramework'" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Verify.Xunit" Version="26.1.6" />
<PackageReference Include="Verify.Xunit" Version="26.2.0" />
<PackageReference Include="xunit.assert" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="System.ComponentModel.Composition" Version="[4.7.0]" Condition="'$(TargetFrameworkIdentifier)' != '.NETFramework'" />
<PackageReference Include="System.ComponentModel.Composition" Version="8.0.0" Condition="'$(TargetFrameworkIdentifier)' != '.NETFramework'" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit b57329b

Please sign in to comment.