specify framework for publish

This commit is contained in:
Collin M. Barrett 2017-04-15 16:07:30 -05:00
parent 40ed9c4d65
commit a6bc03892d

View file

@ -1,2 +1,2 @@
#!/usr/bin/env bash
dotnet restore && dotnet pack -c Release
dotnet restore && dotnet -f netcoreapp1.1 -c Release