Skip to content

Commit

Permalink
.NET6
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Apr 30, 2022
1 parent 800b437 commit ac6dbf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
dotnet-version: 6.0.x

- name: Install dependencies
run: dotnet restore
Expand Down
4 changes: 2 additions & 2 deletions SARotate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<Platforms>AnyCPU</Platforms>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand All @@ -13,7 +13,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>2.0.3</Version>
<Version>2.0.5</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit ac6dbf6

Please sign in to comment.