AspNetCore.Docs.Samples/fundamentals/streaming/AsynchronousWithSystemTextJson/AsynchronousWithSystemTextJ...

10 lines
211 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>true</ImplicitUsings>
</PropertyGroup>
</Project>