Skip to content

Commit

Permalink
Merge pull request #374 from cmu-sei/dependabot/nuget/src/Ghosts.Clie…
Browse files Browse the repository at this point in the history
…nt/nuget-1c40f31ea1

Bump System.Text.Json from 8.0.3 to 8.0.4 in /src/Ghosts.Client in the nuget group
  • Loading branch information
sei-dupdyke committed Jul 10, 2024
2 parents 8728e33 + 8e369a8 commit 1af33bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/Ghosts.Client/Ghosts.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@
<Reference Include="System.Printing" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.Text.Json, Version=8.0.0.4, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
<HintPath>..\packages\System.Text.Json.8.0.4\lib\net462\System.Text.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Transactions" />
<Reference Include="System.Web" />
<Reference Include="System.Web.Extensions" />
Expand Down Expand Up @@ -633,7 +637,7 @@
<Version>8.0.0</Version>
</PackageReference>
<PackageReference Include="System.Text.Json">
<Version>8.0.3</Version>
<Version>8.0.4</Version>
</PackageReference>
<PackageReference Include="System.Text.RegularExpressions">
<Version>4.3.1</Version>
Expand Down
2 changes: 1 addition & 1 deletion src/Ghosts.Client/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
<package id="System.Text.Encoding.CodePages" version="4.7.0" targetFramework="net461" />
<package id="System.Text.Encoding.Extensions" version="4.3.0" targetFramework="net461" />
<package id="System.Text.Encodings.Web" version="8.0.0" targetFramework="net462" />
<package id="System.Text.Json" version="8.0.3" targetFramework="net462" />
<package id="System.Text.Json" version="8.0.4" targetFramework="net462" />
<package id="System.Text.RegularExpressions" version="4.3.1" targetFramework="net461" />
<package id="System.Threading" version="4.3.0" targetFramework="net461" />
<package id="System.Threading.Tasks" version="4.3.0" targetFramework="net461" />
Expand Down

0 comments on commit 1af33bc

Please sign in to comment.