Select Git revision
i3csstatus.csproj
-
Jiří Kalvoda authoredJiří Kalvoda authored
i3csstatus.csproj 391 B
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<EnablePreviewFeatures>true</EnablePreviewFeatures>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Pastel" Version="3.0.1" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
</ItemGroup>
</Project>