ROIEditor/ROIEditor.csproj

18 lines
519 B
XML
Raw Permalink Normal View History

2024-04-11 06:51:12 -03:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2024-04-14 04:47:56 -03:00
<PackageReference Include="Ookii.Dialogs.Wpf" Version="5.0.1" />
2024-04-11 06:51:12 -03:00
</ItemGroup>
</Project>