cskmeans/cskmeans.csproj

14 lines
345 B
XML
Raw Permalink Normal View History

2024-02-12 17:22:50 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
2024-02-16 04:50:22 +00:00
<Nullable>enable</Nullable>
2024-02-12 17:22:50 +00:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.1" />
</ItemGroup>
</Project>