Skip to content

Commit 80bf8df

Browse files
Bump System.Text.Json from 7.0.1 to 8.0.4 in /GTAChaos
Bumps System.Text.Json from 7.0.1 to 8.0.4. --- updated-dependencies: - dependency-name: System.Text.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b8a0d04 commit 80bf8df

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

GTAChaos/GTAChaos.csproj

+9-6
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,9 @@
7979
<Reference Include="Flurl.Http, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
8080
<HintPath>..\packages\Flurl.Http.3.2.4\lib\net472\Flurl.Http.dll</HintPath>
8181
</Reference>
82-
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
83-
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.7.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
82+
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
83+
<HintPath>..\packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/lib/net462/Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
84+
<Private>True</Private>
8485
</Reference>
8586
<Reference Include="Microsoft.Extensions.Configuration, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
8687
<HintPath>..\packages\Microsoft.Extensions.Configuration.7.0.0\lib\net462\Microsoft.Extensions.Configuration.dll</HintPath>
@@ -261,11 +262,13 @@
261262
<Reference Include="System.Security.Principal.Windows, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
262263
<HintPath>..\packages\System.Security.Principal.Windows.5.0.0\lib\net461\System.Security.Principal.Windows.dll</HintPath>
263264
</Reference>
264-
<Reference Include="System.Text.Encodings.Web, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
265-
<HintPath>..\packages\System.Text.Encodings.Web.7.0.0\lib\net462\System.Text.Encodings.Web.dll</HintPath>
265+
<Reference Include="System.Text.Encodings.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
266+
<HintPath>..\packages/System.Text.Encodings.Web.8.0.0/lib/net462/System.Text.Encodings.Web.dll</HintPath>
267+
<Private>True</Private>
266268
</Reference>
267-
<Reference Include="System.Text.Json, Version=7.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
268-
<HintPath>..\packages\System.Text.Json.7.0.1\lib\net462\System.Text.Json.dll</HintPath>
269+
<Reference Include="System.Text.Json, Version=8.0.0.4, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
270+
<HintPath>..\packages/System.Text.Json.8.0.4/lib/net462/System.Text.Json.dll</HintPath>
271+
<Private>True</Private>
269272
</Reference>
270273
<Reference Include="System.Text.RegularExpressions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
271274
<HintPath>..\packages\System.Text.RegularExpressions.4.3.1\lib\net463\System.Text.RegularExpressions.dll</HintPath>

GTAChaos/packages.config

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<package id="Flurl" version="3.0.7" targetFramework="net472" />
66
<package id="Flurl.Http" version="3.2.4" targetFramework="net472" />
77
<package id="Fody" version="6.6.4" targetFramework="net472" developmentDependency="true" />
8-
<package id="Microsoft.Bcl.AsyncInterfaces" version="7.0.0" targetFramework="net472" />
8+
<package id="Microsoft.Bcl.AsyncInterfaces" version="8.0.0" targetFramework="net472" />
99
<package id="Microsoft.CSharp" version="4.7.0" targetFramework="net472" />
1010
<package id="Microsoft.Extensions.Configuration" version="7.0.0" targetFramework="net472" />
1111
<package id="Microsoft.Extensions.Configuration.Abstractions" version="7.0.0" targetFramework="net472" />
@@ -67,8 +67,8 @@
6767
<package id="System.Security.Principal.Windows" version="5.0.0" targetFramework="net472" />
6868
<package id="System.Text.Encoding" version="4.3.0" targetFramework="net472" />
6969
<package id="System.Text.Encoding.Extensions" version="4.3.0" targetFramework="net472" />
70-
<package id="System.Text.Encodings.Web" version="7.0.0" targetFramework="net472" />
71-
<package id="System.Text.Json" version="7.0.1" targetFramework="net472" />
70+
<package id="System.Text.Encodings.Web" version="8.0.0" targetFramework="net472" />
71+
<package id="System.Text.Json" version="8.0.4" targetFramework="net472" />
7272
<package id="System.Text.RegularExpressions" version="4.3.1" targetFramework="net472" />
7373
<package id="System.Threading" version="4.3.0" targetFramework="net472" />
7474
<package id="System.Threading.Tasks" version="4.3.0" targetFramework="net472" />

0 commit comments

Comments
 (0)