mirror of
https://github.com/hargata/lubelog.git
synced 2025-12-10 00:46:08 -06:00
19 lines
454 B
XML
19 lines
454 B
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<None Remove="Views\Vehicle\Index.cshtml~RF54a0536.TMP" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="CsvHelper" Version="30.0.1" />
|
|
<PackageReference Include="LiteDB" Version="5.0.17" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|