NativeFileDialogSharp/NativeFileDialogSharpSandbox/NativeFileDialogSharpSandbox.csproj

15 lines
368 B
XML
Raw Normal View History

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>
<PackageReference Include="NativeFileDialogSharp" Version="0.5.0" />
2021-12-26 20:04:24 +00:00
</ItemGroup>
</Project>