Skip to content

Commit 6c73c63

Browse files
authored
Add direct references to System.Text.Json in a few places (#56866)
* Merged PR 39362: [release/8.0] Add direct references to S.T.J in tools * 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 3e1d078 commit 6c73c63

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-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>

src/Tools/dotnet-user-jwts/src/dotnet-user-jwts.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
<ItemGroup>
3030
<Reference Include="System.IdentityModel.Tokens.Jwt" />
31+
<Reference Include="System.Text.Json" />
3132
<Reference Include="Microsoft.Extensions.Configuration.Abstractions" />
3233
<Reference Include="Microsoft.Extensions.Configuration" />
3334
<Reference Include="Microsoft.Extensions.Configuration.Binder" />

src/Tools/dotnet-user-secrets/src/dotnet-user-secrets.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030
<ItemGroup>
3131
<Reference Include="Newtonsoft.Json" />
32+
<Reference Include="System.Text.Json" />
3233
<Reference Include="Microsoft.Extensions.Configuration.UserSecrets" />
3334
</ItemGroup>
3435

0 commit comments

Comments
 (0)