NuGet エラー NU5042

`project.json` pack is disabled in the current NuGet version, and will be permanently removed in a future version.
Please consider migrating 'MyProject' to `PackageReference` and using the pack targets.
You can set the 'NUGET_ENABLE_LEGACY_PROJECT_JSON_PACK' environment variable to 'true' to temporarily reenable this functionality.

問題点

project.json プロジェクト用の NuGet.exe パックはサポートされていません。

解決策

プロジェクトを PackageReference に移行し、代わりにパック ターゲットを使用します。