Skip to content

Commit 63f7a0a

Browse files
committed
Revert baseline change
1 parent 4330f93 commit 63f7a0a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

eng/Baseline.Designer.props

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<BaselinePackageReference Include="Duende.IdentityServer.Storage" Version="[6.0.4, )" />
3232
<BaselinePackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="[7.0.0, )" />
3333
<BaselinePackageReference Include="Microsoft.Extensions.Http" Version="[7.0.0, )" />
34-
<BaselinePackageReference Include="Newtonsoft.Json" Version="[13.0.3, )" />
34+
<BaselinePackageReference Include="Newtonsoft.Json" Version="[13.0.1, )" />
3535
</ItemGroup>
3636
<!-- Package: Microsoft.AspNetCore.App.Ref-->
3737
<PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.App.Ref' ">
@@ -473,15 +473,15 @@
473473
</PropertyGroup>
474474
<ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.JsonPatch' AND '$(TargetFramework)' == 'net462' ">
475475
<BaselinePackageReference Include="Microsoft.CSharp" Version="[4.7.0, )" />
476-
<BaselinePackageReference Include="Newtonsoft.Json" Version="[13.0.3, )" />
476+
<BaselinePackageReference Include="Newtonsoft.Json" Version="[13.0.1, )" />
477477
</ItemGroup>
478478
<ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.JsonPatch' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'net7.0') ">
479479
<BaselinePackageReference Include="Microsoft.CSharp" Version="[4.7.0, )" />
480-
<BaselinePackageReference Include="Newtonsoft.Json" Version="[13.0.3, )" />
480+
<BaselinePackageReference Include="Newtonsoft.Json" Version="[13.0.1, )" />
481481
</ItemGroup>
482482
<ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.JsonPatch' AND '$(TargetFramework)' == 'netstandard2.0' ">
483483
<BaselinePackageReference Include="Microsoft.CSharp" Version="[4.7.0, )" />
484-
<BaselinePackageReference Include="Newtonsoft.Json" Version="[13.0.3, )" />
484+
<BaselinePackageReference Include="Newtonsoft.Json" Version="[13.0.1, )" />
485485
</ItemGroup>
486486
<!-- Package: Microsoft.AspNetCore.Metadata-->
487487
<PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Metadata' ">
@@ -500,7 +500,7 @@
500500
</PropertyGroup>
501501
<ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Mvc.NewtonsoftJson' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'net7.0') ">
502502
<BaselinePackageReference Include="Microsoft.AspNetCore.JsonPatch" Version="[7.0.0, )" />
503-
<BaselinePackageReference Include="Newtonsoft.Json" Version="[13.0.3, )" />
503+
<BaselinePackageReference Include="Newtonsoft.Json" Version="[13.0.1, )" />
504504
<BaselinePackageReference Include="Newtonsoft.Json.Bson" Version="[1.0.2, )" />
505505
</ItemGroup>
506506
<!-- Package: Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation-->
@@ -634,15 +634,15 @@
634634
</PropertyGroup>
635635
<ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson' AND '$(TargetFramework)' == 'net462' ">
636636
<BaselinePackageReference Include="Microsoft.AspNetCore.SignalR.Common" Version="[7.0.0, )" />
637-
<BaselinePackageReference Include="Newtonsoft.Json" Version="[13.0.3, )" />
637+
<BaselinePackageReference Include="Newtonsoft.Json" Version="[13.0.1, )" />
638638
</ItemGroup>
639639
<ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'net7.0') ">
640640
<BaselinePackageReference Include="Microsoft.AspNetCore.SignalR.Common" Version="[7.0.0, )" />
641-
<BaselinePackageReference Include="Newtonsoft.Json" Version="[13.0.3, )" />
641+
<BaselinePackageReference Include="Newtonsoft.Json" Version="[13.0.1, )" />
642642
</ItemGroup>
643643
<ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson' AND '$(TargetFramework)' == 'netstandard2.0' ">
644644
<BaselinePackageReference Include="Microsoft.AspNetCore.SignalR.Common" Version="[7.0.0, )" />
645-
<BaselinePackageReference Include="Newtonsoft.Json" Version="[13.0.3, )" />
645+
<BaselinePackageReference Include="Newtonsoft.Json" Version="[13.0.1, )" />
646646
</ItemGroup>
647647
<!-- Package: Microsoft.AspNetCore.SignalR.Specification.Tests-->
648648
<PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.SignalR.Specification.Tests' ">

0 commit comments

Comments
 (0)