Skip to content

Commit

Permalink
Поднял версию sdk в cake
Browse files Browse the repository at this point in the history
  • Loading branch information
Markeli committed May 14, 2024
1 parent 932b8e7 commit 0d33727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SCRIPT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
TOOLS_DIR=$SCRIPT_DIR/tools
TOOLS_PROJ=$TOOLS_DIR/tools.csproj
DEFAULT_CAKE_VERSION=1.0.0
NETCOREFRAMEWORKSDK3=netcoreapp3.1
NETCOREFRAMEWORKSDK3=net6.0

if [[ "$CAKE_VERSION" = "" ]]; then
CAKE_VERSION=${DEFAULT_CAKE_VERSION}
Expand Down

0 comments on commit 0d33727

Please sign in to comment.