Skip to content

Commit 7aaffcb

Browse files
authored
more fixes for msquic packaging (#55607)
* more fixes for msquic packaging * feedback from review
1 parent bd9d4e0 commit 7aaffcb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/installer/pkg/sfx/Microsoft.NETCore.App/Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@
161161
<PlatformManifestFileEntry Include="api-ms-win-crt-utility-l1-1-0.dll" IsNative="true" FallbackFileVersion="$(WindowsForwarderFileVersion)" />
162162
<PlatformManifestFileEntry Include="API-MS-Win-core-xstate-l2-1-0.dll" IsNative="true" FallbackFileVersion="$(WindowsForwarderFileVersion)" />
163163
<PlatformManifestFileEntry Include="ucrtbase.dll" IsNative="true" />
164+
<PlatformManifestFileEntry Include="msquic.dll" IsNative="true" />
164165
<PlatformManifestFileEntry Include="System.IO.Compression.Native.dll" IsNative="true" />
165166
<PlatformManifestFileEntry Include="createdump.exe" IsNative="true" />
166167
<PlatformManifestFileEntry Include="createdump" IsNative="true" />

src/libraries/System.Net.Quic/src/System.Net.Quic.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
<BinPlaceDir Include="$(MicrosoftNetCoreAppRuntimePackNativeDir)" ItemName="NativeBinPlaceItem" />
9090
<BinPlaceDir Include="$(NetCoreAppCurrentTestHostSharedFrameworkPath)" ItemName="NativeBinPlaceItem" />
9191
<BinPlaceDir Include="$(NetCoreAppCurrentRuntimePath)" ItemName="NativeBinPlaceItem" />
92+
<BinPlaceDir Include="$(LibrariesNativeArtifactsPath)" ItemName="NativeBinPlaceItem" />
9293
<NativeBinPlaceItem Include="$(PkgSystem_Net_MsQuic_Transport)\runtimes\win10-$(TargetArchitecture)\native\*" />
9394
</ItemGroup>
9495

0 commit comments

Comments
 (0)