Files
Aaru.Server/Aaru.Server.New/Aaru.Server.New.csproj

23 lines
901 B
XML
Raw Normal View History

2024-05-02 07:43:47 +01:00
<Project Sdk="Microsoft.NET.Sdk.Web">
2024-05-03 03:24:40 +01:00
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>aspnet-Aaru.Server.New-79282495-4F67-4766-871D-448D1338E8BC</UserSecretsId>
</PropertyGroup>
2024-05-02 07:43:47 +01:00
2024-05-03 03:24:40 +01:00
<ItemGroup>
<None Update="Data\app.db" CopyToOutputDirectory="PreserveNewest" ExcludeFromSingleFile="true"/>
</ItemGroup>
2024-05-02 07:43:47 +01:00
2024-05-03 03:24:40 +01:00
<ItemGroup>
2024-05-03 14:19:43 +01:00
<PackageReference Include="Markdig" Version="0.37.0"/>
2024-05-03 03:24:40 +01:00
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.4"/>
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.4"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.4"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.4"/>
</ItemGroup>
2024-05-02 07:43:47 +01:00
</Project>