Skip to content

Commit 5b579cb

Browse files
authored
Merge pull request #13 from ocdtrekkie/dependabot/nuget/System.Text.Json-8.0.5
Bump System.Text.Json from 8.0.4 to 8.0.5
2 parents 643f5b2 + a7a1ade commit 5b579cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

HAController.vbproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@
132132
<Reference Include="System.Text.Encodings.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
133133
<HintPath>packages\System.Text.Encodings.Web.8.0.0\lib\net462\System.Text.Encodings.Web.dll</HintPath>
134134
</Reference>
135-
<Reference Include="System.Text.Json, Version=8.0.0.4, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
136-
<HintPath>packages\System.Text.Json.8.0.4\lib\net462\System.Text.Json.dll</HintPath>
135+
<Reference Include="System.Text.Json, Version=8.0.0.5, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
136+
<HintPath>packages\System.Text.Json.8.0.5\lib\net462\System.Text.Json.dll</HintPath>
137137
<Private>True</Private>
138138
</Reference>
139139
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">

packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net48" />
1414
<package id="System.Runtime.CompilerServices.Unsafe" version="6.0.0" targetFramework="net48" />
1515
<package id="System.Text.Encodings.Web" version="8.0.0" targetFramework="net48" />
16-
<package id="System.Text.Json" version="8.0.4" targetFramework="net48" />
16+
<package id="System.Text.Json" version="8.0.5" targetFramework="net48" />
1717
<package id="System.Threading.Tasks.Extensions" version="4.5.4" targetFramework="net48" />
1818
<package id="System.ValueTuple" version="4.5.0" targetFramework="net48" />
1919
<package id="XmlSerializerHelper" version="4.0.19096.1" targetFramework="net48" />

0 commit comments

Comments
 (0)