From a45245c2397a1aa95a44d60170c0ec4651728d53 Mon Sep 17 00:00:00 2001 From: Vitaliya Chumakova Date: Sun, 22 May 2022 18:06:51 +0300 Subject: [PATCH] Use .NET 6 --- .github/workflows/dotnet.yml | 2 +- YandexKeyExtractor/YandexKeyExtractor.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 223ff36..ee9e95c 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -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: diff --git a/YandexKeyExtractor/YandexKeyExtractor.csproj b/YandexKeyExtractor/YandexKeyExtractor.csproj index 6d8056e..c698208 100644 --- a/YandexKeyExtractor/YandexKeyExtractor.csproj +++ b/YandexKeyExtractor/YandexKeyExtractor.csproj @@ -5,7 +5,7 @@ 1.0.0.0 enable Exe - net5.0 + net6.0