File tree 3 files changed +8
-9
lines changed
3 files changed +8
-9
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/FinderOuter.sln -c Release
20
20
- name : Test
27
27
- name : Setup .NET
28
28
uses : actions/setup-dotnet@v3
29
29
with :
30
- dotnet-version : 6 .0.x
30
+ dotnet-version : 8 .0.x
31
31
- name : Build
32
32
run : dotnet build ./Src/FinderOuter.sln -c Release
33
33
- name : Test
40
40
- name : Setup .NET
41
41
uses : actions/setup-dotnet@v3
42
42
with :
43
- dotnet-version : 6 .0.x
43
+ dotnet-version : 8 .0.x
44
44
- name : Build
45
45
run : dotnet build ./Src/FinderOuter.sln -c Release
46
46
- name : Test
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 >
5
- <AssemblyVersion >0.19.0.0 </AssemblyVersion >
6
- <FileVersion >0.19.0.0 </FileVersion >
4
+ <TargetFramework >net8 .0</TargetFramework >
5
+ <AssemblyVersion >0.19.0.1 </AssemblyVersion >
6
+ <FileVersion >0.19.0.1 </FileVersion >
7
7
<PackageProjectUrl >https://github.com/Coding-Enthusiast/FinderOuter</PackageProjectUrl >
8
8
<RepositoryUrl >https://github.com/Coding-Enthusiast/FinderOuter</RepositoryUrl >
9
9
<RepositoryType >git</RepositoryType >
10
10
<Copyright >Copyright (c) 2020 Coding Enthusiast</Copyright >
11
- <Version >0.19.0.0 </Version >
11
+ <Version >0.19.0.1 </Version >
12
12
<Company >Autarkysoft</Company >
13
13
<Authors >Coding-Enthusiast</Authors >
14
14
<PackageTags >bitcoin</PackageTags >
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 >
5
-
4
+ <TargetFramework >net8.0</TargetFramework >
6
5
<IsPackable >false</IsPackable >
7
6
</PropertyGroup >
8
7
You can’t perform that action at this time.
0 commit comments