Skip to content

Commit

Permalink
Fixed dotnet version
Browse files Browse the repository at this point in the history
  • Loading branch information
hmlendea committed Dec 16, 2021
1 parent b4c52cd commit 1a97b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
DOTNET_VERSION="5.0"
DOTNET_VERSION="6.0"
RELEASE_SCRIPT_URL="https://raw.githubusercontent.com/hmlendea/deployment-scripts/master/release/dotnet/${DOTNET_VERSION}.sh"
wget --quiet -O - "${RELEASE_SCRIPT_URL}" | bash /dev/stdin ${@}

0 comments on commit 1a97b5d

Please sign in to comment.