Skip to content

Commit 07fbf0b

Browse files
authored
fix: Newtonsoft.Json, Version=12.0.3
1 parent 898b6b4 commit 07fbf0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Fossology.Rest.Dotnet/Fossology.Rest.Dotnet.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<DocumentationFile>bin\Release\Fossology.Rest.Dotnet.xml</DocumentationFile>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
35+
<Reference Include="Newtonsoft.Json, Version=12.0.3.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
3636
<HintPath>C:\home\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
3737
</Reference>
3838
<Reference Include="RestSharp, Version=106.6.10.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL">
@@ -68,4 +68,4 @@
6868
</ProjectReference>
6969
</ItemGroup>
7070
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
71-
</Project>
71+
</Project>

0 commit comments

Comments
 (0)