Merge pull request #604 from Nihlus/enable-glwidget-nupack
Remove GLWidget exclusion from nuget packing
This commit is contained in:
commit
ea374e8cd0
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ Target "NuGet" (fun _ ->
|
|||
Paket.Pack(fun p ->
|
||||
{ p with
|
||||
OutputPath = "bin"
|
||||
ExcludedTemplates = "OpenTK.GLWidget" :: xamExcludes
|
||||
ExcludedTemplates = xamExcludes
|
||||
Version = release.NugetVersion
|
||||
ReleaseNotes = toLines release.Notes})
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue