Add .NET7 Test

This commit is contained in:
sunkaixuan
2022-12-22 17:29:44 +08:00
parent 6afc6180e2
commit 10df47cdef
3 changed files with 110 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\SqlSugar\SqlSugar.csproj" />
</ItemGroup>
</Project>