Skip to content
Snippets Groups Projects
Select Git revision
  • 5c0f0f444b8fa16dddd092040eb36caab3766303
  • master default
2 results

i3csstatus.csproj

Blame
  • 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>