Configure CLI project to output nix.exe directly

This commit is contained in:
Marek Novák
2026-07-01 02:05:46 +02:00
parent 01308e2b5e
commit 74f7a1ae06
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\NixWslWrapper.Infrastructure\NixWslWrapper.Infrastructure.csproj" />
@@ -14,6 +14,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyName>nix</AssemblyName>
</PropertyGroup>
</Project>