Skip to content

Commit 7d0709d

Browse files
authored
Update 1_setting_up_your_development_environment_vscode.md
Fix Typo
1 parent a1569d8 commit 7d0709d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/getting_started/1_setting_up_your_development_environment_vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ These issue occur due to needing compiled versions of these libs for the M1/M2 a
244244
NOTE: It MUST be the x64 version in order for this to work. This will allow the x64 native libraries that the MonoGame Content Pipeline uses to function on the Apple Silicon device.
245245
Currently it also needs to be .NET 6 for the 3.8.1 Release of MonoGame.
246246

247-
3. Open your .csproj and add the following lines to the first `<PropertyGroup>` section.
247+
2. Open your .csproj and add the following lines to the first `<PropertyGroup>` section.
248248

249249
```xml
250250
<DotnetCommand>/usr/local/share/dotnet/x64/dotnet</DotnetCommand>

0 commit comments

Comments
 (0)