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