Skip to content

Commit

Permalink
Added a comment why we need both .NET 8 and .NET 9
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsharm committed Sep 30, 2024
1 parent 8dc3ed9 commit 5ecbb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gc-azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
vmImage: windows-2019

steps:
# Install dotnet.
# Install dotnet. We temporarily need both .NET 8 (for building and running the projects) and .NET 9 (for installing deps).
- task: UseDotNet@2
displayName: Install .NET 8.0
inputs:
Expand Down

0 comments on commit 5ecbb83

Please sign in to comment.