From 92f72b9032917b0040f986f00be8e80f1885dd68 Mon Sep 17 00:00:00 2001 From: fanwensheng Date: Tue, 11 Jan 2022 22:14:30 +0800 Subject: [PATCH] Update project files --- .../App/Controllers/SystemManagementController.cs | 6 ------ 04.系统编码/DAL/DAL.csproj | 7 +++++-- 04.系统编码/Model/Model.csproj | 9 ++++++--- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/04.系统编码/App/Controllers/SystemManagementController.cs b/04.系统编码/App/Controllers/SystemManagementController.cs index 3b03a66..c07283b 100644 --- a/04.系统编码/App/Controllers/SystemManagementController.cs +++ b/04.系统编码/App/Controllers/SystemManagementController.cs @@ -1,12 +1,6 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System; using System.Web.Mvc; -using Pingchuan.BeijingSafeguard.BLL; -using Pingchuan.BeijingSafeguard.Model; - namespace Pingchuan.BeijingSafeguard.App.Controllers { public class SystemManagementController : BaseController diff --git a/04.系统编码/DAL/DAL.csproj b/04.系统编码/DAL/DAL.csproj index 5c002f5..be4919d 100644 --- a/04.系统编码/DAL/DAL.csproj +++ b/04.系统编码/DAL/DAL.csproj @@ -35,8 +35,8 @@ ..\packages\MySql.Data.6.9.12\lib\net40\MySql.Data.dll - - ..\packages\PetaPoco.Compiled.6.0.441\lib\net45\PetaPoco.dll + + ..\packages\PetaPoco.Compiled.6.0.480\lib\net45\PetaPoco.dll @@ -66,5 +66,8 @@ Utility + + + \ No newline at end of file diff --git a/04.系统编码/Model/Model.csproj b/04.系统编码/Model/Model.csproj index e29fb0a..7cb859a 100644 --- a/04.系统编码/Model/Model.csproj +++ b/04.系统编码/Model/Model.csproj @@ -32,10 +32,11 @@ 4 - - ..\packages\PetaPoco.Compiled.6.0.441\lib\net45\PetaPoco.dll + + ..\packages\PetaPoco.Compiled.6.0.480\lib\net45\PetaPoco.dll + @@ -58,6 +59,8 @@ Utility - + + + \ No newline at end of file