all:
	rm -f project.lock.json
	xbuild

dotnet:
	dotnet run
	# dotnet build
