Skip to content

Commit 8ccd28c

Browse files
committed
update to netstandard2.0
1 parent 4bf535c commit 8ccd28c

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
@@ -5,7 +5,7 @@ dotnet --info
55
dotnet restore
66

77
for path in src/**/*.csproj; do
8-
dotnet build -f netstandard1.6 -c Release ${path}
8+
dotnet build -f netstandard2.0 -c Release ${path}
99
done
1010

1111
for path in test/*.Tests/*.csproj; do

0 commit comments

Comments
 (0)