From a0102f34450345eaf7fc217da9d0f288d0088b00 Mon Sep 17 00:00:00 2001 From: nilaoda Date: Mon, 1 Aug 2022 14:05:40 +0800 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 222b571..0f74d50 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,19 @@ # WVCore.Server Tiny Server. Example of [WVCore](https://github.com/nilaoda/WVCore) Api. +# Complie + +* Native AOT +``` +dotnet publish -r win-x64 -c Release +``` + +* Normal +``` +del Directory.Build.props +dotnet publish -r win-x64 -c Release +``` + # Api ## `/wvapi`