Skip to content

Commit e77c65b

Browse files
authored
<EnablePreviewFeatures> for HttpStress (#59410)
1 parent 2f68bf6 commit e77c65b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libraries/System.Net.Http/tests/StressTests/HttpStress/HttpStress.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<TargetFramework>net6.0</TargetFramework>
66
<LangVersion>preview</LangVersion>
77
<Nullable>enable</Nullable>
8+
<EnablePreviewFeatures>True</EnablePreviewFeatures>
89
</PropertyGroup>
910

1011
<ItemGroup>
@@ -21,4 +22,4 @@
2122
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Transport.Quic" Version="6.0.0-preview.5.21301.17" />
2223
</ItemGroup>
2324

24-
</Project>
25+
</Project>

0 commit comments

Comments
 (0)