Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.NET 9のサポートを追加する #63

Merged
merged 4 commits into from
Dec 14, 2024

Conversation

tsuna-can-se
Copy link
Owner

PR Classification

新機能: .NET 9.0フレームワークのサポート追加

PR Summary

.NET 9.0フレームワークをビルドおよびテストの対象に追加しました。

  • build-pr.ymlファイルのmatrixnet9.0を追加
  • Test.TsunaCan.HelloWorld.csprojファイルの<TargetFrameworks>タグにnet9.0を追加

プロジェクトファイル `Test.TsunaCan.HelloWorld.csproj` において、ターゲットフレームワークに `net9.0` が追加されました。これにより、プロジェクトは `net48`、`net8.0`、および `net9.0` のフレームワークでビルドおよび実行できるようになります。
`build-pr.yml`の`jobs`セクションにおいて、`matrix`の`framework_version`に`net9.0`を追加し、`dotnet-sdk-version`として`9.0.x`を指定しました。
@tsuna-can-se tsuna-can-se self-assigned this Dec 14, 2024
actions/checkout@v4を使用してリポジトリをチェックアウトするステップの後に、actions/setup-dotnet@v4を使用してdotnet SDKをセットアップするステップが追加されました。このステップでは、バージョン8.0.xおよび9.0.xのdotnet SDKをインストールし、dotnet-qualityをgaに設定しています。
@tsuna-can-se tsuna-can-se merged commit 58f1fa6 into main Dec 14, 2024
7 checks passed
@tsuna-can-se tsuna-can-se deleted the feature/dotnet9のサポートを追加する branch December 14, 2024 06:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant