🐛 修复测试项目中引用包问题

This commit is contained in:
luoyunchong
2021-12-29 19:03:45 +08:00
parent 60f876db92
commit 65efd6471b
6 changed files with 4 additions and 11 deletions

View File

@ -3,7 +3,6 @@ using Microsoft.Data.Sqlite;
using System;
using System.Collections.Generic;
using System.IO;
using System.Security.Principal;
using Xunit;
[Table(Name = "TestTypeInfoT1")]