File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -333,7 +333,6 @@ Officially supported builds are available for these platforms:
333
333
Community supported builds are available for these platforms:
334
334
335
335
- Windows x86 (win-x86)
336
- - Windows ARM (win-arm)
337
336
- Windows ARM x64 (win-arm64)
338
337
- Linux ARM (linux-arm)
339
338
- Linux ARM x64 (linux-arm64)
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >net6 .0</TargetFramework >
5
+ <TargetFramework >net8 .0</TargetFramework >
6
6
<!-- <PublishTrimmed>true</PublishTrimmed>-->
7
7
<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 >
9
9
</PropertyGroup >
10
10
11
11
<PropertyGroup >
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
<!-- <AnalysisMode>AllEnabledByDefault</AnalysisMode> -->
6
6
<IsPackable >false</IsPackable >
7
7
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments