Skip to content

Commit

Permalink
Improve .NET note on the main download page. (#901)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruvzg authored Aug 16, 2024
1 parent 5a8f2c2 commit 3ba4ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collections/_download/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ redirect_from:

content_note: |
<p>
<strong>Note:</strong> The 32-bit .NET binaries do not run on 64-bit Windows systems at the time being. Make sure to export 64-bit .NET binaries for your 64-bit target platforms.
<strong>Note:</strong> The .NET binaries run only on Windows systems with the matching architecture, running under emulation is not supported at the time being. Make sure to export .NET binaries for all target platforms (x86_64, x86_32, and arm64).
</p>
content_instructions: |
Expand Down

0 comments on commit 3ba4ea0

Please sign in to comment.