Skip to content

Commit 6f505a6

Browse files
renovate[bot]Dustin Masters
authored andcommitted
Update dependency Newtonsoft.Json to v12.0.2 (reactjs#783)
1 parent e273775 commit 6f505a6

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
@@ -46,7 +46,7 @@
4646
<PackageReference Include="JavaScriptEngineSwitcher.Core" Version="3.1.0" />
4747
<PackageReference Include="JSPool" Version="4.0.0" />
4848
<PackageReference Include="Microsoft.Sourcelink.Github" Version="1.0.0-beta2-18618-05" PrivateAssets="All" />
49-
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
49+
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
5050
</ItemGroup>
5151

5252
<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.1" />
36+
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
3737
<PackageReference Include="Owin" Version="1.0" />
3838
</ItemGroup>
3939

0 commit comments

Comments
 (0)