Skip to content

fix: BepuSample.Game.csproj - update target framework to net10.0 - #3358

Open
VaclavElias wants to merge 2 commits into
stride3d:masterfrom
VaclavElias:fix-bepu-sample
Open

fix: BepuSample.Game.csproj - update target framework to net10.0#3358
VaclavElias wants to merge 2 commits into
stride3d:masterfrom
VaclavElias:fix-bepu-sample

Conversation

@VaclavElias

@VaclavElias VaclavElias commented Aug 15, 2026

Copy link
Copy Markdown
Contributor

PR Details

This PR removes this error, when multiple OS are selected:

[D:\Projects\GitHub\stride-example-projects\MyGame09Linux\MyGame09Linux.Linux\MyGame09Linux.Linux.csproj(0,0)]: Error: Project MyGame09Linux.Game is not compatible with net10.0 (.NETCoreApp,Version=v10.0). Project MyGame09Linux.Game supports: net10.0-windows7.0 (.NETCoreApp,Version=v10.0)

All samples are using:

<TargetFramework>net10.0</TargetFramework>

image

Related Issue

n/a

Types of changes

  • Docs change / refactoring / dependency upgrade
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • My change requires a change to the documentation.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • I have built and run the editor to try this change out.

- Use <TargetFramework> instead of <TargetFrameworks>
- Consistenty updates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants