Skip to content

Commit

Permalink
Workaround for dotnet/sdk#34003
Browse files Browse the repository at this point in the history
  • Loading branch information
elinor-fung committed Jul 14, 2023
1 parent 7c3b1d4 commit e426ecf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/libraries/System.Net.Quic/src/System.Net.Quic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,11 @@
<Reference Include="System.Diagnostics.StackTrace" Condition="'$(Configuration)' == 'Debug'" />
</ItemGroup>

<!-- Workaround for https://github.com/dotnet/sdk/issues/34003 -->
<ItemGroup>
<_KnownRuntimeIdentiferPlatforms Include="osx;win" />
</ItemGroup>

<!-- Support for deploying msquic on Windows. We make msquic.dll part of runtime binaries: either from official releases or our transport feed. -->
<ItemGroup Condition="'$(TargetPlatformIdentifier)' == 'windows' and
'$(TargetOS)' == 'windows' and
Expand Down

0 comments on commit e426ecf

Please sign in to comment.