summaryrefslogtreecommitdiff
path: root/tests/projects/csharp/nuget_package/xmake.lua
blob: 6ec4748222c41206c2596d528a7a1cb6bd7fcb5e (plain)
1
2
3
4
5
6
7
8
add_rules("mode.debug", "mode.release")
add_requires("nuget::Humanizer.Core 2.14.1")

target("app")
    set_kind("binary")
    add_rules("csharp")
    add_files("src/Program.cs")
    add_packages("nuget::Humanizer.Core")