Skip to content

Commit c79bb62

Browse files
committed
Fix baseline
1 parent b5f3bec commit c79bb62

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

eng/Baseline.Designer.props

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
<BaselinePackageReference Include="IdentityServer4.EntityFramework.Storage" Version="[3.0.0, )" />
3838
<BaselinePackageReference Include="IdentityServer4.Storage" Version="[3.0.0, )" />
3939
<BaselinePackageReference Include="Microsoft.Extensions.Http" Version="[3.1.24, )" />
40+
<BaselinePackageReference Include="System.Text.Encodings.Web" Version="[4.7.2, )" />
4041
</ItemGroup>
4142
<!-- Package: Microsoft.AspNetCore.App.Runtime.win-x64-->
4243
<PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.App.Runtime.win-x64' ">
@@ -134,7 +135,7 @@
134135
<BaselinePackageVersion>3.1.24</BaselinePackageVersion>
135136
</PropertyGroup>
136137
<ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.AzureAppServices.SiteExtension' AND '$(TargetFramework)' == 'net461' ">
137-
<BaselinePackageReference Include="Microsoft.Web.Xdt.Extensions" Version="[3.1.24-servicing.22123.12, )" />
138+
<BaselinePackageReference Include="Microsoft.Web.Xdt.Extensions" Version="[3.1.24-servicing.22180.6, )" />
138139
</ItemGroup>
139140
<!-- Package: Microsoft.AspNetCore.AzureAppServicesIntegration-->
140141
<PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.AzureAppServicesIntegration' ">
@@ -200,6 +201,7 @@
200201
<BaselinePackageReference Include="Microsoft.AspNetCore.Components.Forms" Version="[3.1.24, )" />
201202
<BaselinePackageReference Include="Microsoft.Extensions.DependencyInjection" Version="[3.1.24, )" />
202203
<BaselinePackageReference Include="Microsoft.JSInterop" Version="[3.1.24, )" />
204+
<BaselinePackageReference Include="System.Text.Encodings.Web" Version="[4.7.2, )" />
203205
</ItemGroup>
204206
<!-- Package: Microsoft.AspNetCore.Components.WebAssembly-->
205207
<PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Components.WebAssembly' ">
@@ -404,6 +406,7 @@
404406
</ItemGroup>
405407
<ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Http.Connections.Common' AND '$(TargetFramework)' == 'netstandard2.0' ">
406408
<BaselinePackageReference Include="Microsoft.AspNetCore.Connections.Abstractions" Version="[3.1.24, )" />
409+
<BaselinePackageReference Include="System.Text.Encodings.Web" Version="[4.7.2, )" />
407410
<BaselinePackageReference Include="System.Text.Json" Version="[4.7.2, )" />
408411
</ItemGroup>
409412
<!-- Package: Microsoft.AspNetCore.Http.Features-->
@@ -556,6 +559,7 @@
556559
<ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.SignalR.Common' AND '$(TargetFramework)' == 'netstandard2.0' ">
557560
<BaselinePackageReference Include="Microsoft.AspNetCore.Connections.Abstractions" Version="[3.1.24, )" />
558561
<BaselinePackageReference Include="Microsoft.Extensions.Options" Version="[3.1.24, )" />
562+
<BaselinePackageReference Include="System.Text.Encodings.Web" Version="[4.7.2, )" />
559563
<BaselinePackageReference Include="System.Text.Json" Version="[4.7.2, )" />
560564
</ItemGroup>
561565
<!-- Package: Microsoft.AspNetCore.SignalR.Protocols.Json-->

0 commit comments

Comments
 (0)