Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename service assembly to work around macos problem
with reserved ".service" file extension. When running "dotnet run" in macos, the service would crash with error code 137, because the file "Microsoft.KernelMemory.Service" is not a macos service. This commit changes the assembly name to "Microsoft.KernelMemory.ServiceAssembly".
- Loading branch information