Fix build issue from NuGet.Frameworks conflict - #3350
Conversation
|
edit: looks like you are using a preview version of the SDK as well. edit 2: I wonder if we should also enforce the version of the SDK to use in the global.json file. If "latestMinor" doesn't exclude preview version then maybe we should use "minor" instead. |
Yes
Not on purpose
Changing the global.json file to disallow prerelease versions of .NET fixed my issue. |
|
Just so I understand, was it using a prerelease of .NET 10 or .NET 11? |
10.0.400-preview.0.26322.102 |
|
I have just updated Stride to these and I can build, without that I would have the same error |
|
I added these as well, but I'm not sure if it's human error, sleep deprivation, or a critical coffee dependency failure.
|
b13db69 to
856debf
Compare
…Tasks It's a more durable fix
|
After updating Visual Studio, I had the non-prelease 10.0.400 .NET version on my computer and encountered issues with the pure |
|
@ds5678 , your changes are working for me but I didn't have to touch |
|
The global.json change isn't necessary for me either. I left it in because I thought using pre release sdks was unintended behavior. |
PR Details
This fixes an issue I encountered with building Stride.
Related Issue
When I try to build Stride, I get 9 errors similar to this:
Types of changes
Checklist