diff --git a/scripts/build.sh b/scripts/build.sh index 0d3607275..c9274be68 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,2 +1,2 @@ #!/usr/bin/env bash -dotnet restore && dotnet pack -c Release \ No newline at end of file +dotnet restore && dotnet -f netcoreapp1.1 -c Release \ No newline at end of file