Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Quic remove PreviewFeature
  • Loading branch information
ManickaP committed Jul 1, 2024
commit 3413ba10f51ef5c09e521f09e59e822d9f771dd0
4 changes: 0 additions & 4 deletions src/libraries/System.Net.Quic/ref/System.Net.Quic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
<TargetFramework>$(NetCoreAppCurrent)</TargetFramework>
</PropertyGroup>

<ItemGroup>
<AssemblyAttribute Include="System.Runtime.Versioning.RequiresPreviewFeaturesAttribute" />
</ItemGroup>

<ItemGroup>
<Compile Include="System.Net.Quic.cs" />
</ItemGroup>
Expand Down
4 changes: 0 additions & 4 deletions src/libraries/System.Net.Quic/src/System.Net.Quic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
<UseQuicTransportPackage Condition="'$(UseQuicTransportPackage)' == ''">false</UseQuicTransportPackage>
</PropertyGroup>

<ItemGroup>
<AssemblyAttribute Include="System.Runtime.Versioning.RequiresPreviewFeaturesAttribute" />
</ItemGroup>

<!-- Source files -->
<ItemGroup Condition="'$(TargetPlatformIdentifier)' != ''">
<Compile Include="System\Net\Quic\**\*.cs" Exclude="System\Net\Quic\*.Unsupported.cs"/>
Expand Down