添加项目文件。
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
12
Chenfeng.MES.MysqlArchiver/DbContext.cs
Normal file
12
Chenfeng.MES.MysqlArchiver/DbContext.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Chenfeng.MES.MysqlArchiver
|
||||
{
|
||||
internal class DbContext
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user