PublishTimes/PublishTimes.csproj

15 lines
331 B
XML
Raw Permalink Normal View History

2025-03-11 16:01:46 -04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2025-03-11 23:30:11 -04:00
<ItemGroup>
<PackageReference Include="Tomlyn" Version="0.19.0" />
</ItemGroup>
2025-03-11 16:01:46 -04:00
</Project>