Skip to content

Commit 2c40593

Browse files
Revert documentation changes to simpler approved version
Agent-Logs-Url: https://github.com/Azure/azure-cosmos-dotnet-v3/sessions/bc72d5ef-ab82-4b5e-9544-5f9bfa6a9f73 Co-authored-by: kirankumarkolli <6880899+kirankumarkolli@users.noreply.github.com>
1 parent 2f85656 commit 2c40593

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

Microsoft.Azure.Cosmos/src/Microsoft.Azure.Cosmos.targets

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ Copyright (C) Microsoft Corporation. All rights reserved.
1818
1. RuntimeIdentifier is empty (regular build without RID), OR
1919
2. RuntimeIdentifier is specified AND starts with 'win'
2020
21-
Note: The 'win' prefix filter is used for backward compatibility and copies
22-
DLLs for win-x86, win-x64, win-arm, win-arm64, etc. These are win-x64 native
23-
DLLs from runtimes\win-x64\native. On ARM64 Windows they run via x64 emulation;
24-
on x86 Windows the SDK falls back gracefully at runtime (ServiceInteropWrapper).
21+
Note: The 'win' prefix filter is used for backward compatibility and may copy
22+
DLLs for win-x86, win-x64, win-arm, win-arm64, etc. Since these are win-x64 native
23+
DLLs from runtimes\win-x64\native, they are compatible across Windows platforms.
2524
-->
2625
<ItemGroup Condition="'$(RuntimeIdentifier)' == '' OR $(RuntimeIdentifier.StartsWith('win'))">
2726
<ContentWithTargetPath Include="$(MSBuildThisFileDirectory)..\..\runtimes\win-x64\native\Microsoft.Azure.Cosmos.ServiceInterop.dll">

0 commit comments

Comments
 (0)