Skip to content

Commit 9f7352d

Browse files
committed
Fix Linux build script targets
1 parent d4fa80a commit 9f7352d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ dotnet restore
77

88
echo "🤖 Attempting to build..."
99
for path in src/**/*.csproj; do
10-
dotnet build -f netstandard1.0 -c Release ${path}
1110
dotnet build -f netstandard1.3 -c Release ${path}
11+
dotnet build -f netstandard2.0 -c Release ${path}
1212
done
1313

1414
echo "🤖 Running tests..."

0 commit comments

Comments
 (0)