diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml
index fba7ebf..7120553 100644
--- a/.github/workflows/Deploy.yml
+++ b/.github/workflows/Deploy.yml
@@ -60,6 +60,6 @@ jobs:
- name: Push NuGet
run: |
$tagVersion = "${{ github.ref }}".substring(11)
- echo "::set-output name=TAG_VERSION::$tagVersion"
+ echo "TAG_VERSION=$tagVersion" >> $env:GITHUB_OUTPUT
dotnet nuget push IntelliTect.Analyzers.$tagVersion.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate
id: tag-version
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 75c601e..8208138 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -1,25 +1,25 @@
-
-
- true
- false
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ true
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+