Skip to content
Snippets Groups Projects
Select Git revision
  • b645d74b8fa42508e81554208f7b8abc3bf48147
  • 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>