File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3232 - name : Setup .NET
3333 uses : actions/setup-dotnet@v4
3434 with :
35- dotnet-version : 8 .0.x
35+ dotnet-version : 9 .0.x
3636 - name : Configure arm64 packages
3737 if : ${{ matrix.runtime == 'linux-arm64' }}
3838 run : |
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 8 .0.0" ,
3+ "version" : " 9 .0.0" ,
44 "rollForward" : " latestMajor" ,
55 "allowPrerelease" : false
66 }
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <OutputType >WinExe</OutputType >
4- <TargetFramework >net8 .0</TargetFramework >
4+ <TargetFramework >net9 .0</TargetFramework >
55 <BuiltInComInteropSupport >true</BuiltInComInteropSupport >
66 <ApplicationManifest >App.manifest</ApplicationManifest >
77 <ApplicationIcon >App.ico</ApplicationIcon >
You can’t perform that action at this time.
0 commit comments