main
csproj 13 lines 414 Bytes
Raw
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project Sdk="Microsoft.NET.Sdk">
3 <PropertyGroup>
4 <OutputType>Exe</OutputType>
5 <TargetFrameworks>net6.0;net472</TargetFrameworks>
6 <RuntimeIdentifiers>win-x86;win-x64</RuntimeIdentifiers>
7 <SelfContained>false</SelfContained>
8 </PropertyGroup>
9
10 <ItemGroup>
11 <PackageReference Include="Microsoft.Data.Sqlite" Version="6.0.0" />
12 </ItemGroup>
13 </Project>