Skip to content

Commit

Permalink
Bump System.Text.Json from 8.0.0 to 8.0.4
Browse files Browse the repository at this point in the history
Bumps System.Text.Json from 8.0.0 to 8.0.4.

---
updated-dependencies:
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent 5bbec87 commit 07a1650
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Usbipd/Usbipd.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ SPDX-License-Identifier: GPL-3.0-only
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" />
<PackageReference Include="Microsoft.Windows.CsWin32" PrivateAssets="all" />
<PackageReference Include="System.CommandLine" />
<PackageReference Include="System.Text.Json" />
</ItemGroup>

<ItemGroup>
Expand All @@ -50,7 +51,7 @@ SPDX-License-Identifier: GPL-3.0-only
<ItemGroup>
<Translations Include="$(OutputPath)\**\System.CommandLine.resources.dll" />
</ItemGroup>
<RemoveDir Directories="@(Translations->DirectoryName())" />
<RemoveDir Directories="@(Translations-&gt;DirectoryName())" />
</Target>

<Target Name="RemoveDebug" AfterTargets="Publish">
Expand Down

0 comments on commit 07a1650

Please sign in to comment.