Skip to content

Commit

Permalink
Adding net9 prelaunch app. (#2898)
Browse files Browse the repository at this point in the history
  • Loading branch information
kshyju authored Dec 16, 2024
1 parent 8ea4ffc commit d3b2423
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
artifact: _preLaunchAppPackages

variables:
dotnetVersions: 'net8.0,net6.0'
dotnetVersions: 'net9.0,net8.0,net6.0'

steps:
- template: /eng/ci/templates/steps/install-dotnet.yml@self
Expand Down
2 changes: 1 addition & 1 deletion host/src/PrelaunchApp/App.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<TargetFrameworks>net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
<DebugSymbols>False</DebugSymbols>
<DebugType>None</DebugType>
</PropertyGroup>
Expand Down

0 comments on commit d3b2423

Please sign in to comment.