Steam .z file extraction utility. Useful for those who download workshop files for servers using the steamcmd CLI.
See Releases for the CLI.
Or Packages for the NuGet package. (Also available at NuGet.org)
dotnet add package ZExtract
Or build your own from source.
dotnet ZExtractCLI myFile.asset.z outputDirectory\
Will extract the .z file to outputDirectory\myFile.asset
Checkout and run...
dotnet publish -c Release -o publish
then execute publish/ZExtractCLI