Skip to content

Commit daa6715

Browse files
committed
Switch to .NET 8
.NET 6 is no longer supported. We thus need to drop also Windows ARM32 support. Signed-off-by: andreas hilti <[email protected]>
1 parent f934c99 commit daa6715

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,6 @@ Officially supported builds are available for these platforms:
333333
Community supported builds are available for these platforms:
334334

335335
- Windows x86 (win-x86)
336-
- Windows ARM (win-arm)
337336
- Windows ARM x64 (win-arm64)
338337
- Linux ARM (linux-arm)
339338
- Linux ARM x64 (linux-arm64)

src/cyclonedx/cyclonedx.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
<!-- <PublishTrimmed>true</PublishTrimmed>-->
77
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
8-
<RuntimeIdentifiers>linux-x64;linux-musl-x64;linux-arm;linux-arm64;win-x64;win-x86;win-arm;win-arm64;osx-x64;osx-arm64</RuntimeIdentifiers>
8+
<RuntimeIdentifiers>linux-x64;linux-musl-x64;linux-arm;linux-arm64;win-x64;win-x86;win-arm64;osx-x64;osx-arm64</RuntimeIdentifiers>
99
</PropertyGroup>
1010

1111
<PropertyGroup>

tests/cyclonedx.tests/cyclonedx.tests.csproj

+1-1
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
<!-- <AnalysisMode>AllEnabledByDefault</AnalysisMode> -->
66
<IsPackable>false</IsPackable>
77
</PropertyGroup>

0 commit comments

Comments
 (0)