Skip to content

Commit

Permalink
<EnablePreviewFeatures> for HttpStress (#60682)
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Firszov <[email protected]>
  • Loading branch information
github-actions[bot] and antonfirsov authored Dec 15, 2021
1 parent 2e0a367 commit 48d8d30
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<TargetFramework>net6.0</TargetFramework>
<LangVersion>preview</LangVersion>
<Nullable>enable</Nullable>
<EnablePreviewFeatures>True</EnablePreviewFeatures>
</PropertyGroup>

<ItemGroup>
Expand All @@ -20,4 +21,4 @@
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Transport.Quic" Version="6.0.0-preview.5.21301.17"/>
</ItemGroup>

</Project>
</Project>

0 comments on commit 48d8d30

Please sign in to comment.