diff --git a/.github/dev.yml b/.github/dev.yml
index b777fa0..75dc48a 100644
--- a/.github/dev.yml
+++ b/.github/dev.yml
@@ -11,6 +11,13 @@ variables:
buildConfiguration: 'Release'
steps:
+- task: UseDotNet@2
+ displayName: 'Use .NET Core sdk'
+ inputs:
+ packageType: 'sdk'
+ version: '6.0.x'
+ includePreviewVersions: true
+
- task: DotNetCoreCLI@2
inputs:
command: 'pack'
diff --git a/src/WTelegramClient.csproj b/src/WTelegramClient.csproj
index cd7b062..64a85e1 100644
--- a/src/WTelegramClient.csproj
+++ b/src/WTelegramClient.csproj
@@ -21,7 +21,7 @@
https://github.com/wiz0u/WTelegramClient
https://github.com/wiz0u/WTelegramClient.git
git
-
+ README.md
@@ -35,6 +35,7 @@
+