mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
specify framework for publish
This commit is contained in:
parent
40ed9c4d65
commit
a6bc03892d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
dotnet restore && dotnet pack -c Release
|
||||
dotnet restore && dotnet -f netcoreapp1.1 -c Release
|
||||
Loading…
Reference in a new issue