Skip to content

Commit 5fbb66e

Browse files
authored
Merge pull request #22 from ClickSend/dependabot/nuget/src/IO.ClickSend/System.Text.Json-8.0.5
Bump System.Text.Json from 8.0.4 to 8.0.5 in /src/IO.ClickSend
2 parents af5b2fb + b5d0220 commit 5fbb66e

2 files changed

Lines changed: 19 additions & 18 deletions

File tree

src/IO.ClickSend/IO.ClickSend.csproj

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<!--
33
ClickSend v3 API
44
@@ -44,14 +44,14 @@ Contact: support@clicksend.com
4444
<WarningLevel>4</WarningLevel>
4545
</PropertyGroup>
4646
<ItemGroup>
47-
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0" >
48-
<HintPath>..\..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
47+
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0">
48+
<HintPath>..\..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
4949
</Reference>
50-
<Reference Include="RestSharp, Version=112.1.0.0" >
51-
<HintPath>..\..\packages\RestSharp.112.1.0\lib\net48\RestSharp.dll</HintPath>
50+
<Reference Include="RestSharp, Version=112.1.0.0">
51+
<HintPath>..\..\packages\RestSharp.112.1.0\lib\net48\RestSharp.dll</HintPath>
5252
</Reference>
5353
<Reference Include="System" />
54-
<Reference Include="System.Buffers, Version=4.0.3.0" >
54+
<Reference Include="System.Buffers, Version=4.0.3.0">
5555
<HintPath>..\..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
5656
</Reference>
5757
<Reference Include="System.Core" />
@@ -68,10 +68,11 @@ Contact: support@clicksend.com
6868
<Reference Include="System.Text.Encodings.Web, Version=8.0.0.0">
6969
<HintPath>..\..\packages\System.Text.Encodings.Web.8.0.0\lib\net462\System.Text.Encodings.Web.dll</HintPath>
7070
</Reference>
71-
<Reference Include="System.Text.Json, Version=8.0.0.4">
72-
<HintPath>..\..\packages\System.Text.Json.8.0.4\lib\net462\System.Text.Json.dll</HintPath>
71+
<Reference Include="System.Text.Json, Version=8.0.0.5, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
72+
<HintPath>..\..\packages\System.Text.Json.8.0.5\lib\net462\System.Text.Json.dll</HintPath>
73+
<Private>True</Private>
7374
</Reference>
74-
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1">
75+
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1">
7576
<HintPath>..\..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
7677
</Reference>
7778
<Reference Include="System.ValueTuple, Version=4.0.3.0">
@@ -97,12 +98,12 @@ Contact: support@clicksend.com
9798
<HintPath Condition="Exists('..\..\packages')">..\..\packages\JsonSubTypes.2.0.1\lib\netstandard2.0\JsonSubTypes.dll</HintPath>
9899
<HintPath Condition="Exists('..\..\vendor')">..\..\packages\JsonSubTypes.2.0.1\lib\netstandard2.0\JsonSubTypes.dll</HintPath>
99100
</Reference>
100-
<Reference Include="System.Net.Http">
101-
<HintPath Condition="Exists('$(SolutionDir)\packages')">$(SolutionDir)\packages\System.Net.Http.4.3.4\lib\net46\System.Text.Json.dll</HintPath>
102-
<HintPath Condition="Exists('..\packages')">..\packages\packages\System.Net.Http.4.3.4\lib\net46\System.Text.Json.dll</HintPath>
103-
<HintPath Condition="Exists('..\..\packages')">..\..\packages\packages\System.Net.Http.4.3.4\lib\net46\System.Text.Json.dll</HintPath>
104-
<HintPath Condition="Exists('..\..\vendor')">..\..\vendor\packages\System.Net.Http.4.3.4\lib\net46\System.Text.Json.dll</HintPath>
105-
</Reference>
101+
<Reference Include="System.Net.Http">
102+
<HintPath Condition="Exists('$(SolutionDir)\packages')">$(SolutionDir)\packages\System.Net.Http.4.3.4\lib\net46\System.Text.Json.dll</HintPath>
103+
<HintPath Condition="Exists('..\packages')">..\packages\packages\System.Net.Http.4.3.4\lib\net46\System.Text.Json.dll</HintPath>
104+
<HintPath Condition="Exists('..\..\packages')">..\..\packages\packages\System.Net.Http.4.3.4\lib\net46\System.Text.Json.dll</HintPath>
105+
<HintPath Condition="Exists('..\..\vendor')">..\..\vendor\packages\System.Net.Http.4.3.4\lib\net46\System.Text.Json.dll</HintPath>
106+
</Reference>
106107
<Reference Include="NuGet.Frameworks">
107108
<HintPath>..\..\packages\NuGet.Frameworks.6.13.2\lib\netstandard2.0\NuGet.Frameworks.dll</HintPath>
108109
</Reference>
@@ -114,4 +115,4 @@ Contact: support@clicksend.com
114115
<None Include="packages.config" />
115116
</ItemGroup>
116117
<Import Project="$(MsBuildToolsPath)\Microsoft.CSharp.targets" />
117-
</Project>
118+
</Project>

src/IO.ClickSend/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net48" />
1111
<package id="System.Runtime.CompilerServices.Unsafe" version="6.0.0" targetFramework="net48" />
1212
<package id="System.Text.Encodings.Web" version="8.0.0" targetFramework="net48" />
13-
<package id="System.Text.Json" version="8.0.4" targetFramework="net48" />
13+
<package id="System.Text.Json" version="8.0.5" targetFramework="net48" />
1414
<package id="System.Threading.Tasks.Extensions" version="4.5.4" targetFramework="net48" />
1515
<package id="System.ValueTuple" version="4.5.0" targetFramework="net48" />
16-
</packages>
16+
</packages>

0 commit comments

Comments
 (0)