MonoGame.Extended-samples icon indicating copy to clipboard operation
MonoGame.Extended-samples copied to clipboard

Results 2 MonoGame.Extended-samples issues
Sort by recently updated
recently updated
newest added

It show this error when I run the game in VSCode: ``` D:\MonoGameTestProjects\MonoGame.Extended-samples-master\.nuget\packages\monogame.content.builder.task\3.8.1.303\build\MonoGame.Content.Builder.Task.targets(142,5): error MSB3073: 命令“dotnet mgcb /quiet /@:"D:\MonoGameTestProjects\MonoGame.Extended-samples-master\src\Games\Platformer\Content\Content.mgcb" /platform:DesktopGL /outputDir:"D:/MonoGameTestProjects/MonoGame.Extended- samples-master/src/Games/Platformer/Content/bin/DesktopGL/Content" /intermediateDir:"D:/MonoGameTestProjects/MonoGame.Extended-samples-master/src/Games/Platformer/Content/obj/DesktopGL/netco reapp3.1/Content" /workingDir:"D:/MonoGameTestProjects/MonoGame.Extended-samples-master/src/Games/Platformer/Content/"”已退出,代码为 -2147450730。 [D:\MonoGameTestProjects\MonoGame.Extended-samples -master\src\Games\Platformer\Platformer.csproj] ```

Hi I've added a NuGet.config file and changed the reference to point to the dll files in the Nuget packages folder but the tmx file still fails to build in...