We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4fa80a commit 9f7352dCopy full SHA for 9f7352d
build.sh
@@ -7,8 +7,8 @@ dotnet restore
7
8
echo "🤖 Attempting to build..."
9
for path in src/**/*.csproj; do
10
- dotnet build -f netstandard1.0 -c Release ${path}
11
dotnet build -f netstandard1.3 -c Release ${path}
+ dotnet build -f netstandard2.0 -c Release ${path}
12
done
13
14
echo "🤖 Running tests..."
0 commit comments