Merge pull request #13 from ezhevita/net-6

Use .NET 6
This commit is contained in:
Vitaliya Chumakova
2022-05-22 18:08:27 +03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ name: .NET
on: [push, pull_request]
env:
DOTNET_SDK_VERSION: 5.0.x
DOTNET_SDK_VERSION: 6.0.x
jobs:
build:

View File

@@ -5,7 +5,7 @@
<FileVersion>1.0.0.0</FileVersion>
<Nullable>enable</Nullable>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<!-- Trimming features -->