Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update src/Servers/Kestrel/samples/Http3SampleApp/Http3SampleApp.csproj
Co-authored-by: Immo Landwerth <[email protected]>
  • Loading branch information
JamesNK and Immo Landwerth authored Jul 29, 2021
commit 97a2162901f45c2afd1e0a748c72c9e52dc10222
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
<!-- Turn off warnings about using preview features -->
<NoWarn>CA2252;$(NoWarn)</NoWarn>
<!-- Turn on preview features so we can use Http3 -->
<EnablePreviewFeatures>True</EnablePreviewFeatures>
</PropertyGroup>

<ItemGroup>
Expand Down