Skip to content

Commit 898b6b4

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Fossology.Rest.Dotnet.Model/Fossology.Rest.dotnet.Model.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.Model.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, 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="System" />
@@ -60,4 +60,4 @@
6060
<None Include="packages.config" />
6161
</ItemGroup>
6262
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
63-
</Project>
63+
</Project>

0 commit comments

Comments
 (0)