2022-04-09 16:16:32 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2021-10-10 17:30:31 +08:00
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2021-12-25 14:50:54 +08:00
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2021-10-10 17:30:31 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
2021-10-10 17:52:23 +08:00
|
|
|
|
<ItemGroup>
|
2021-12-25 14:50:54 +08:00
|
|
|
|
<PackageReference Include="NEST" Version="7.16.0" />
|
2022-04-22 23:56:51 +08:00
|
|
|
|
<PackageReference Include="SqlSugarCore" Version="5.0.7.5" />
|
2021-10-10 17:52:23 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\Yi.Framework.Common\Yi.Framework.Common.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2021-10-15 20:33:08 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Update="T4DaraContext.tt">
|
|
|
|
|
|
<Generator>TextTemplatingFileGenerator</Generator>
|
|
|
|
|
|
<LastGenOutput>T4DaraContext.cs</LastGenOutput>
|
|
|
|
|
|
</None>
|
2022-04-09 16:16:32 +08:00
|
|
|
|
<None Update="T4DataContext.tt">
|
|
|
|
|
|
<Generator>TextTemplatingFileGenerator</Generator>
|
|
|
|
|
|
<LastGenOutput>T4DataContext.cs</LastGenOutput>
|
|
|
|
|
|
</None>
|
2021-10-15 20:33:08 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2021-10-14 17:36:32 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2021-10-15 20:33:08 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Update="T4DaraContext.cs">
|
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
|
<DependentUpon>T4DaraContext.tt</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2022-04-09 16:16:32 +08:00
|
|
|
|
<Compile Update="T4DataContext.cs">
|
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
|
<DependentUpon>T4DataContext.tt</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2022-04-02 17:44:50 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2021-10-10 17:30:31 +08:00
|
|
|
|
</Project>
|