1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Functions workerで.NET 8を選択できない

Posted at

事象

数年ぶりにVisual StudioでAzure Functionsやりたくて、クイックスタートを参考にAzure Functionsのプロジェクトを作成し始めました。
なぜか、Functions workerの欄に.NET8が表示されず、古いものしか選択できない。

image.png

dotnetコマンドで.NET8 SDKがインストールされているか確認しましたが、ちゃんと入っている。

image.png

原因

Visual Studioにインストールされている、Azure Functions toolsets and templatesが古い。

解決方法

Visual Studioで、Tools > Options...を開き、Projects and SolutionsのAzure Functions画面で、Check for updatesとDownload & Installを実行する。

image.png
image.png
image.png
image.png

image.png

参考リンク

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?