File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
- name : Setup .NET
15
15
uses : actions/setup-dotnet@v3
16
16
with :
17
- dotnet-version : 6 .0.x
17
+ dotnet-version : 8 .0.x
18
18
- name : Build
19
19
run : dotnet build ./Src/Denovo.sln -c Release
20
20
- name : Test
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >net6 .0</TargetFramework >
5
+ <TargetFramework >net8 .0</TargetFramework >
6
6
<Authors >Coding-Enthusiast</Authors >
7
7
<Company >Autarkysoft</Company >
8
8
<Copyright >Copyright (c) 2020 Autarkysoft</Copyright >
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 >net6 .0</TargetFramework >
4
+ <TargetFramework >net8 .0</TargetFramework >
5
5
<AssemblyVersion >0.7.0.0</AssemblyVersion >
6
6
<Authors >Coding-Enthusiast</Authors >
7
7
<Company >Autarkysoft</Company >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net6 .0</TargetFramework >
4
+ <TargetFramework >net8 .0</TargetFramework >
5
5
<IsPackable >false</IsPackable >
6
6
<Version >0.1.0.0</Version >
7
7
<Authors >Coding-Enthusiast</Authors >
You can’t perform that action at this time.
0 commit comments