Skip to content

Commit

Permalink
Fix net8.0 dependabot Packages.props (#7465)
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Anderson <[email protected]>
  • Loading branch information
github-actions[bot] and jander-msft authored Oct 9, 2024
1 parent 6455714 commit 02762ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/dependabot/net8.0/Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
with the same version number.
-->
<PackageReference Include="Microsoft.NETCore.DotNetHost" Version="$(MicrosoftNETCoreApp80Version)" />
<PackageReference Include="System.Text.Json" Version="$(SystemTextJson80Version) />
<PackageReference Include="System.Text.Json" Version="$(SystemTextJson80Version)" />
</ItemGroup>
</Project>

0 comments on commit 02762ca

Please sign in to comment.