1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-07-06 22:19:50 +00:00
fcast/clients/terminal-dotnet/FCastClient.Cli/FCastClient.Cli.csproj

19 lines
448 B
XML
Raw Permalink Normal View History

2024-01-06 13:20:01 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\FCastClient\FCastClient.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NestedArgs" Version="1.0.0" />
</ItemGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
2024-02-22 11:37:52 +01:00
<TargetFramework>net8.0</TargetFramework>
2024-01-06 13:20:01 +01:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>