今朝、VS2019 でプロジェクトをビルドしました。VS2022 にアップグレードすることにしましたが、ビルドが失敗しました。
VS を介してビルドすると、エラーが発生します。
The type or namespace name 'WindowsAzure' does not exist in the namespace 'Microsoft'
ターミナルを介してビルドすると、もう少し詳細なエラーが発生します。
まずこの警告
C:\Program Files\dotnet\sdk\6.0.100\Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.WindowsAzure.Storage". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
その後、同じエラー。
述べたように。変更された唯一のものは、Visual Studio のバージョンです。
この2番目のエラーも発生します。
error MSB4019: The imported project "C:\Program Files\dotnet\sdk\6.0.100\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" was not found. Confirm that the expression in the Import declaration "C:\Program Files\dotnet\sdk\6.0.100\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" is correct, and that the file exists on disk.