This commit is contained in:
2018-05-04 17:56:35 +02:00
parent 4e3845755b
commit ae74d02c35
4 changed files with 40 additions and 3 deletions

1
dnx.mk
View File

@ -9,6 +9,7 @@ ASPNET_LOG_LEVEL=Debug
HOSTING=localhost
HOSTADMIN=root
FRAMEWORKALIAS=dnx451
# nuget package destination, at generation time
BINTARGET=$(PRJNAME).dll
BINTARGETPATH=bin/$(CONFIGURATION)/$(FRAMEWORKALIAS)/$(BINTARGET)