Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit ac6dbf6

Browse files
committed
.NET6
1 parent 800b437 commit ac6dbf6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup .NET Core
1717
uses: actions/setup-dotnet@v1
1818
with:
19-
dotnet-version: 5.0.x
19+
dotnet-version: 6.0.x
2020

2121
- name: Install dependencies
2222
run: dotnet restore

SARotate.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net5.0</TargetFramework>
5+
<TargetFramework>net6.0</TargetFramework>
66
<Platforms>AnyCPU</Platforms>
77
<Nullable>enable</Nullable>
88
</PropertyGroup>
@@ -13,7 +13,7 @@
1313
</PropertyGroup>
1414

1515
<PropertyGroup>
16-
<Version>2.0.3</Version>
16+
<Version>2.0.5</Version>
1717
</PropertyGroup>
1818

1919
<ItemGroup>

0 commit comments

Comments
 (0)