DotNET: Difference between revisions
added work around for another error: Unable to find package |
|||
Line 157: | Line 157: | ||
The new parameter <code>--use-current-runtime</code> requires .NET SDK 8+. I believe what it does is explicitly adding packages missing in this runtime vs .NET Standard to packageDir. | The new parameter <code>--use-current-runtime</code> requires .NET SDK 8+. I believe what it does is explicitly adding packages missing in this runtime vs .NET Standard to packageDir. | ||
If this still does not work, it might indicate a good time to update target frameworks and dependencies. | |||
== NativeAOT == | == NativeAOT == |