Skip to content

Commit b371c05

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency Newtonsoft.Json to v12.0.3
1 parent c4afe8f commit b371c05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/React.Core/React.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<PackageReference Include="JavaScriptEngineSwitcher.Core" Version="3.1.0" />
5050
<PackageReference Include="JSPool" Version="4.0.0" />
5151
<PackageReference Include="Microsoft.Sourcelink.Github" Version="1.0.0-beta2-19554-01" PrivateAssets="All" />
52-
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
52+
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
5353
</ItemGroup>
5454

5555
<ItemGroup Condition=" '$(TargetFramework)' == 'net40' Or '$(TargetFramework)' == 'net45' ">

src/React.Sample.Owin/React.Sample.Owin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<PackageReference Include="Microsoft.Owin.Hosting" Version="3.1.0" />
3434
<PackageReference Include="Microsoft.Owin.SelfHost" Version="3.1.0" />
3535
<PackageReference Include="Microsoft.Owin.StaticFiles" Version="3.1.0" />
36-
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
36+
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
3737
<PackageReference Include="Owin" Version="1.0" />
3838
</ItemGroup>
3939

0 commit comments

Comments
 (0)