newsletter/newsletter.csproj
Adam R Grey 19be02798c caldav problems
how did this work back in the silver meddlists days?
2023-03-29 13:01:46 -04:00

21 lines
690 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CalDAV.NET" Version="0.1.0-alpha2" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.40" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="puppeteersharp" Version="5.0.0" />
<PackageReference Include="webDav.client" Version="2.8.0" />
<PackageReference Include="Ical.Net" Version="4.2.0" />
</ItemGroup>
</Project>