File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Fossology.Rest.Dotnet.Test Expand file tree Collapse file tree 3 files changed +4
-4
lines changed 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
<CodeAnalysisRuleSet >..\Fossology.Rest.Dotnet.ruleset</CodeAnalysisRuleSet >
6
6
<IsPackable >false</IsPackable >
7
7
</PropertyGroup >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >WinExe</OutputType >
5
- <TargetFramework >net6 .0-windows </TargetFramework >
5
+ <TargetFramework >net8 .0-windows7.0 </TargetFramework >
6
6
<Nullable >disable</Nullable >
7
7
<UseWindowsForms >true</UseWindowsForms >
8
8
<ImplicitUsings >disable</ImplicitUsings >
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ More information about FOSSology can be found [here](https://www.fossology.org/.
21
21
22
22
## Test Application
23
23
24
- ** FossyApiDemo** - A simple .Net 6 WinForms based demo application.
24
+ ** FossyApiDemo** - A simple .Net 8 WinForms based demo application.
25
25
26
26
## Documentation on the FOSSology REST API
27
27
@@ -50,7 +50,7 @@ More information about FOSSology can be found [here](https://www.fossology.org/.
50
50
51
51
## License
52
52
53
- Copyright (C) 2019-2024 T. Graf
53
+ Copyright (C) 2019-2025 T. Graf
54
54
55
55
Licensed under the ** MIT License** (the "License");
56
56
you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments