mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
18 lines
577 B
XML
18 lines
577 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Errata" Version="0.13.0" />
|
|
<PackageReference Include="Spectre.Console" Version="0.48.0" />
|
|
<ProjectReference Include="..\libs\MicrosoftIris\UIX\UIX.csproj" />
|
|
<ProjectReference Include="..\libs\UIX.Asm\UIX.Asm.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|