Skip to content

Commit 8f71853

Browse files
committed
feat: update to .Net 8
1 parent ffcbc96 commit 8f71853

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Fossology.Rest.Dotnet.Test/Fossology.Rest.Dotnet.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<CodeAnalysisRuleSet>..\Fossology.Rest.Dotnet.ruleset</CodeAnalysisRuleSet>
66
<IsPackable>false</IsPackable>
77
</PropertyGroup>

FossyApiDemo/FossyApiDemo.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
5-
<TargetFramework>net6.0-windows</TargetFramework>
5+
<TargetFramework>net8.0-windows7.0</TargetFramework>
66
<Nullable>disable</Nullable>
77
<UseWindowsForms>true</UseWindowsForms>
88
<ImplicitUsings>disable</ImplicitUsings>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ More information about FOSSology can be found [here](https://www.fossology.org/.
2121

2222
## Test Application
2323

24-
**FossyApiDemo** - A simple .Net 6 WinForms based demo application.
24+
**FossyApiDemo** - A simple .Net 8 WinForms based demo application.
2525

2626
## Documentation on the FOSSology REST API
2727

@@ -50,7 +50,7 @@ More information about FOSSology can be found [here](https://www.fossology.org/.
5050

5151
## License
5252

53-
Copyright (C) 2019-2024 T. Graf
53+
Copyright (C) 2019-2025 T. Graf
5454

5555
Licensed under the **MIT License** (the "License");
5656
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)