File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
- name : Setup .NET
33
33
uses : actions/setup-dotnet@v4
34
34
with :
35
- dotnet-version : 8 .0.x
35
+ dotnet-version : 9 .0.x
36
36
- name : Configure arm64 packages
37
37
if : ${{ matrix.runtime == 'linux-arm64' }}
38
38
run : |
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 8 .0.0" ,
3
+ "version" : " 9 .0.0" ,
4
4
"rollForward" : " latestMajor" ,
5
5
"allowPrerelease" : false
6
6
}
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<OutputType >WinExe</OutputType >
4
- <TargetFramework >net8 .0</TargetFramework >
4
+ <TargetFramework >net9 .0</TargetFramework >
5
5
<BuiltInComInteropSupport >true</BuiltInComInteropSupport >
6
6
<ApplicationManifest >App.manifest</ApplicationManifest >
7
7
<ApplicationIcon >App.ico</ApplicationIcon >
You can’t perform that action at this time.
0 commit comments