Skip to content

Commit ba6b2a3

Browse files
committed
Merged PR 39446: Add more System.Text.Json references
Test build: https://dev.azure.com/dnceng/internal/_build/results?buildId=2447753&view=results
1 parent f9fe44d commit ba6b2a3

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

src/Azure/AzureAppServices.HostingStartup/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<ItemGroup>
1414
<Reference Include="Microsoft.AspNetCore.AzureAppServicesIntegration" />
1515
<Reference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" />
16+
<Reference Include="System.Text.Json" />
1617
</ItemGroup>
1718

1819
<ItemGroup>

src/Components/WebAssembly/DevServer/src/Microsoft.AspNetCore.Components.WebAssembly.DevServer.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<ItemGroup>
2222
<Reference Include="Microsoft.AspNetCore" />
2323
<Reference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" />
24+
<Reference Include="System.Text.Json" />
2425

2526
<PackageReference Include="Microsoft.DotNet.Build.Tasks.Templating" PrivateAssets="All" Version="$(MicrosoftDotNetBuildTasksTemplatingVersion)" IsImplicitlyDefined="true" AllowExplicitReference="true" />
2627
</ItemGroup>

src/Tools/Microsoft.dotnet-openapi/src/Microsoft.dotnet-openapi.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<Reference Include="Microsoft.Build" ExcludeAssets="runtime" />
1919
<Reference Include="Microsoft.Build.Locator" />
2020
<Reference Include="System.Private.Uri" />
21+
<Reference Include="System.Text.Json" />
2122
</ItemGroup>
2223

2324
<ItemGroup>

src/Tools/dotnet-sql-cache/src/dotnet-sql-cache.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<Reference Include="Microsoft.Data.SqlClient" />
1818
<Reference Include="Azure.Identity" />
1919
<Reference Include="System.Private.Uri" />
20+
<Reference Include="System.Text.Json" />
2021
</ItemGroup>
2122

2223
</Project>

0 commit comments

Comments
 (0)