Use .NET 6

This commit is contained in:
Vitaliya Chumakova
2022-05-22 18:06:51 +03:00
committed by GitHub
parent 04287c63f5
commit a45245c239
2 changed files with 2 additions and 2 deletions

View File

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

View File

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