Skip to content

Commit

Permalink
bump newtonsoft.json in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Octokit committed Aug 7, 2022
1 parent ada966b commit 9a38767
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SecurityCodeScan.Test/SecurityCodeScan.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,8 @@
<HintPath>..\packages\Moq.4.5.16\lib\net45\Moq.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json.Bson, Version=1.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.Bson.1.0.1\lib\net45\Newtonsoft.Json.Bson.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion SecurityCodeScan.Test/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<package id="MSTest.TestAdapter" version="2.1.0" targetFramework="net461" />
<package id="MSTest.TestFramework" version="2.1.0" targetFramework="net461" />
<package id="NETStandard.Library" version="1.6.1" targetFramework="net46" />
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net461" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net48" />
<package id="Newtonsoft.Json.Bson" version="1.0.1" targetFramework="net461" />
<package id="NHibernate" version="4.1.2.4000" targetFramework="net461" />
<package id="Npgsql" version="3.0.8" targetFramework="net461" />
Expand Down

0 comments on commit 9a38767

Please sign in to comment.