Bump package

This commit is contained in:
milleniumbug 2021-12-27 18:36:54 +01:00
parent 2478cbb336
commit 9287b26bdc
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<LangVersion>10</LangVersion> <LangVersion>10</LangVersion>
<PackageVersion>0.2.3</PackageVersion> <PackageVersion>0.2.4</PackageVersion>
<TargetFramework>net6.0</TargetFramework> <TargetFramework>net6.0</TargetFramework>
<Nullable>disable</Nullable> <Nullable>disable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>

View File

@ -8,7 +8,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="NativeFileDialogSharp" Version="0.2.3" /> <PackageReference Include="NativeFileDialogSharp" Version="0.2.4" />
</ItemGroup> </ItemGroup>
</Project> </Project>