File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
installer/pkg/sfx/Microsoft.NETCore.App
libraries/System.Net.Quic/src Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 161
161
<PlatformManifestFileEntry Include =" api-ms-win-crt-utility-l1-1-0.dll" IsNative =" true" FallbackFileVersion =" $(WindowsForwarderFileVersion)" />
162
162
<PlatformManifestFileEntry Include =" API-MS-Win-core-xstate-l2-1-0.dll" IsNative =" true" FallbackFileVersion =" $(WindowsForwarderFileVersion)" />
163
163
<PlatformManifestFileEntry Include =" ucrtbase.dll" IsNative =" true" />
164
+ <PlatformManifestFileEntry Include =" msquic.dll" IsNative =" true" />
164
165
<PlatformManifestFileEntry Include =" System.IO.Compression.Native.dll" IsNative =" true" />
165
166
<PlatformManifestFileEntry Include =" createdump.exe" IsNative =" true" />
166
167
<PlatformManifestFileEntry Include =" createdump" IsNative =" true" />
Original file line number Diff line number Diff line change 89
89
<BinPlaceDir Include =" $(MicrosoftNetCoreAppRuntimePackNativeDir)" ItemName =" NativeBinPlaceItem" />
90
90
<BinPlaceDir Include =" $(NetCoreAppCurrentTestHostSharedFrameworkPath)" ItemName =" NativeBinPlaceItem" />
91
91
<BinPlaceDir Include =" $(NetCoreAppCurrentRuntimePath)" ItemName =" NativeBinPlaceItem" />
92
+ <BinPlaceDir Include =" $(LibrariesNativeArtifactsPath)" ItemName =" NativeBinPlaceItem" />
92
93
<NativeBinPlaceItem Include =" $(PkgSystem_Net_MsQuic_Transport)\runtimes\win10-$(TargetArchitecture)\native\*" />
93
94
</ItemGroup >
94
95
You can’t perform that action at this time.
0 commit comments