Update version
This commit is contained in:
parent
9287b26bdc
commit
a1ee705fa7
@ -6,6 +6,10 @@
|
|||||||
<TargetFramework>net6.0</TargetFramework>
|
<TargetFramework>net6.0</TargetFramework>
|
||||||
<Nullable>disable</Nullable>
|
<Nullable>disable</Nullable>
|
||||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||||
|
<PackageLicenseExpression>Zlib</PackageLicenseExpression>
|
||||||
|
<Authors>milleniumbug</Authors>
|
||||||
|
<PackageProjectUrl>https://github.com/milleniumbug/NativeFileDialogSharp</PackageProjectUrl>
|
||||||
|
<RepositoryUrl>https://github.com/milleniumbug/NativeFileDialogSharp</RepositoryUrl>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
@ -4,8 +4,7 @@ C# library bindings for [nativefiledialog](https://github.com/mlabbe/nativefiled
|
|||||||
|
|
||||||
The library currently implements
|
The library currently implements
|
||||||
|
|
||||||
- Windows 32-bit
|
- Windows x86
|
||||||
- Windows 64-bit
|
- Windows x86-64
|
||||||
- Linux 64-bit
|
- Linux x86-64
|
||||||
|
- macOS x86-64
|
||||||
I have no means of building the library for macOS, contributions welcome.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user