|
|
|
|
|
by mikeyinternews
212 days ago
|
|
If you have a build command that does not specify version for things like 'dontnet-ef', your build might fail because it is not compatible in .NET 10, so update to specify version, e.g. dotnet tool install --global dotnet-ef --version 8.0.8 |
|