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 80758af commit fcba7d1Copy full SHA for fcba7d1
.travis.yml
@@ -4,8 +4,8 @@ mono: 5.18.0
4
dotnet: 2.1.401
5
6
install:
7
- # workaround for missing .net 4.5 targing pack
8
- - export FrameworkPathOverride=$(dirname $(which mono))/../lib/mono/4.5/
+ # workaround for missing .net 4.6.1 targing pack
+ - export FrameworkPathOverride=$(dirname $(which mono))/../lib/mono/4.6.1-api/
9
10
script:
11
- dotnet pack -v n
0 commit comments