File tree Expand file tree Collapse file tree 4 files changed +20
-26
lines changed Expand file tree Collapse file tree 4 files changed +20
-26
lines changed Original file line number Diff line number Diff line change 26
26
uses : actions/setup-dotnet@v4
27
27
with :
28
28
dotnet-version : |
29
- 5.0
30
29
6.0
31
30
7.0
32
31
8.0
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >net5 .0</TargetFramework >
5
+ <TargetFramework >net8 .0</TargetFramework >
6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
9
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 6 .0.0 " />
10
- <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 6 .0.0 " />
11
- <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 6 .0.0 " />
9
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 8 .0.1 " />
10
+ <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 8 .0.1 " />
11
+ <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 8 .0.1 " />
12
12
</ItemGroup >
13
13
14
14
<ItemGroup >
35
35
<Target Name="Copy_entry_File" BeforeTargets="Build">
36
36
<Copy SourceFiles="entry.tp" DestinationFiles="$(AppData)\TouchPortal\plugins\TouchPortalSDK.Sample\entry.tp" />
37
37
</Target>
38
-
38
+
39
39
<Target Name="Start_TouchPortal_with_Logging" AfterTargets="Build">
40
40
<Exec Command=""$(MSBuildProgramFiles32)\Touch Portal\TouchPortal.exe" -logPlugin"/>
41
41
</Target>
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net5 .0</TargetFramework >
4
+ <TargetFramework >net8 .0</TargetFramework >
5
5
6
6
<IsPackable >false</IsPackable >
7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" AutoFixture" Version =" 4.17.0 " />
11
- <PackageReference Include =" AutoFixture.AutoMoq" Version =" 4.17.0 " />
12
- <PackageReference Include =" AutoFixture.NUnit3" Version =" 4.17.0 " />
13
- <PackageReference Include =" Moq" Version =" 4.17.1 " />
14
- <PackageReference Include =" NUnit" Version =" 3.13 .2" />
15
- <PackageReference Include =" NUnit3TestAdapter" Version =" 4.2.1 " />
16
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.1.0 " />
10
+ <PackageReference Include =" AutoFixture" Version =" 4.18.1 " />
11
+ <PackageReference Include =" AutoFixture.AutoMoq" Version =" 4.18.1 " />
12
+ <PackageReference Include =" AutoFixture.NUnit3" Version =" 4.18.1 " />
13
+ <PackageReference Include =" Moq" Version =" 4.20.72 " />
14
+ <PackageReference Include =" NUnit" Version =" 4.2 .2" />
15
+ <PackageReference Include =" NUnit3TestAdapter" Version =" 4.6.0 " />
16
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.1 " />
17
17
</ItemGroup >
18
18
19
19
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net5.0; net6.0;net7.0;net8.0</TargetFrameworks >
4
+ <TargetFrameworks >net6.0;net7.0;net8.0</TargetFrameworks >
5
5
<Version >1.46.1</Version >
6
6
<FileVersion >1.46.1.0</FileVersion >
7
7
<Authors >Maxim Paperno, Oddbjørn U. Bakke</Authors >
65
65
</ItemGroup >
66
66
67
67
<ItemGroup >
68
- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 9.0.0" Condition =" '$(TargetFramework)' == 'net8.0'" />
69
- <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 9.0.0" Condition =" '$(TargetFramework)' == 'net8.0'" />
70
- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" Condition =" '$(TargetFramework)' == 'net8.0'" />
71
- <PackageReference Include =" System.Text.Json" Version =" 9.0.0" Condition =" '$(TargetFramework)' == 'net8.0'" />
72
-
73
- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 6.0.0" Condition =" '$(TargetFramework)' != 'net8.0'" />
74
- <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 6.0.0" Condition =" '$(TargetFramework)' != 'net8.0'" />
75
- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" Condition =" '$(TargetFramework)' != 'net8.0'" />
76
- <PackageReference Include =" System.Text.Json" Version =" 6.0.2" Condition =" '$(TargetFramework)' != 'net8.0'" />
68
+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8.0.2" />
69
+ <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 8.0" />
70
+ <PackageReference Include =" System.Text.Json" Version =" 8.0.5" />
71
+ <!-- <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />-->
77
72
</ItemGroup >
78
73
</Project >
You can’t perform that action at this time.
0 commit comments