Skip to content

Commit acb96b7

Browse files
authored
Merge pull request #456 from stride3d/copilot/update-custom-assets-warning
Update custom assets warning about package versions
2 parents 4ef8a58 + c0a127a commit acb96b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/manual/scripts/custom-assets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Here's how it looks like in a default game project:
2424
</Project>
2525
```
2626
> [!Warning]
27-
> Make sure that the version specified for `Stride.Core.Assets` matches the other package's versions.
27+
> Make sure that the `TargetFrameworks` and all package versions match your current Stride version. The example above shows version 4.2.0.1 for reference.
2828
2929
Inside the same project, create a new csharp file and replace its content with the following:
3030
```cs

0 commit comments

Comments
 (0)