mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-04-14 15:02:50 +08:00
21 lines
677 B
XML
21 lines
677 B
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<DocumentationFile>aspnetcore_transaction.xml</DocumentationFile>
|
|
<WarningLevel>3</WarningLevel>
|
|
<NoWarn>1701;1702;1591</NoWarn>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="FreeSql.DbContext" Version="3.2.802" />
|
|
<PackageReference Include="FreeSql.Provider.Sqlite" Version="3.2.802" />
|
|
<PackageReference Include="Rougamo.Fody" Version="1.1.1" />
|
|
<PackageReference Include="System.Text.Encoding.CodePages" Version="5.0.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|