Files
ctf/2026/cscg/misc/CS_Sript_Time/cs-script-time/cs-script-time.csproj
2026-03-09 21:44:25 +01:00

16 lines
399 B
XML
Executable File

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<RootNamespace>cs_script_time</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CS-Script" Version="4.8.27" />
</ItemGroup>
</Project>