Remove GLWidget exclusion from nuget packing.
This commit is contained in:
parent
047c2396ab
commit
bb5e4370ed
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