mukunku / ParquetViewer

Simple Windows desktop application for viewing & querying Apache Parquet files
GNU General Public License v3.0
754 stars 91 forks source link

.NET 6 #52

Closed NN--- closed 2 years ago

NN--- commented 2 years ago

Preliminary .NET 6 support.

.NET doesn't have ContextMenu class. It needs a replacement. .NET requires number in AssemblyVersionAttribute.

mukunku commented 2 years ago

Thanks so much. I got this change into #58 . I also got rid of Fody as it turns out .net 5+ has its own built in app bundler.