ソースを参照

更新包版本

zhontai 2 年 前
コミット
3fcce74462
2 ファイル変更2 行追加2 行削除
  1. 1 1
      build/pkg.props
  2. 1 1
      src/hosts/ZhonTai.Host/Configs/appconfig.json

+ 1 - 1
build/pkg.props

@@ -1,6 +1,6 @@
 <Project>
   <PropertyGroup>
-    <Version>2.0.2</Version>
+    <Version>2.0.3</Version>
 	<TargetFramework>net6.0</TargetFramework>
 	<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
 	<GenerateDocumentationFile>true</GenerateDocumentationFile>

+ 1 - 1
src/hosts/ZhonTai.Host/Configs/appconfig.json

@@ -1,5 +1,5 @@
 {
-  //应用程序类型
+  //应用程序类型Controllers ControllersWithViews MVC
   "appType": "Controllers",
   //Api地址
   "urls": [ "http://*:8000" ],