mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 12:28:15 +08:00
初始化webSite
This commit is contained in:
8
Examples/website/FreeSql.Site.DAL/Class1.cs
Normal file
8
Examples/website/FreeSql.Site.DAL/Class1.cs
Normal file
@ -0,0 +1,8 @@
|
||||
using System;
|
||||
|
||||
namespace FreeSql.Site.DAL
|
||||
{
|
||||
public class Class1
|
||||
{
|
||||
}
|
||||
}
|
11
Examples/website/FreeSql.Site.DAL/FreeSql.Site.DAL.csproj
Normal file
11
Examples/website/FreeSql.Site.DAL/FreeSql.Site.DAL.csproj
Normal file
@ -0,0 +1,11 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\..\FreeSql\FreeSql.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
Reference in New Issue
Block a user