2021-12-26 20:04:24 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2021-12-27 17:36:54 +00:00
|
|
|
<PackageReference Include="NativeFileDialogSharp" Version="0.2.4" />
|
2021-12-26 20:04:24 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|