diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..d3d7c4b --- /dev/null +++ b/build.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +echo "Building..." +exec dotnet build diff --git a/run.sh b/run.sh new file mode 100755 index 0000000..ef64ddd --- /dev/null +++ b/run.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +echo "Running..." +exec dotnet run --no-build --project src/ diff --git a/src/tunnet.csproj b/src/tunnet.csproj index 9209ee9..06680d2 100644 --- a/src/tunnet.csproj +++ b/src/tunnet.csproj @@ -1,7 +1,7 @@ WinExe - net8.0 + net9.0 Major false false