From 6d9b868763d1786ccbb79090390237c7c4738dc4 Mon Sep 17 00:00:00 2001 From: 王 垚 <1402714037@qq.com> Date: 星期一, 15 三月 2021 08:53:52 +0800 Subject: [PATCH] 编译版本更改为 NET Frarmerwork 4.5.2 --- src/BLL/Demo.BillView/app.config | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/BLL/Demo.BillView/app.config b/src/BLL/Demo.BillView/app.config index 6bf9a4c..1d99b30 100644 --- a/src/BLL/Demo.BillView/app.config +++ b/src/BLL/Demo.BillView/app.config @@ -12,4 +12,4 @@ </dependentAssembly> </assemblyBinding> </runtime> -<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/></startup></configuration> +<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/></startup></configuration> -- Gitblit v1.9.1