diff --git a/doc/ArchSpecificAPIs.md b/doc/ArchSpecificAPIs.md index 49c4c3a9..730176f7 100644 --- a/doc/ArchSpecificAPIs.md +++ b/doc/ArchSpecificAPIs.md @@ -29,7 +29,7 @@ To generate arch-specific APIs, target your C# compilation to a specific archite One very simple way to do this is add this property to your .csproj project file: ```xml -x64 +x64 ``` This will effectively produce an x64-specific assembly.