newsletter/newsletter.csproj
Adam R Grey 0b7bca27f7 initial
for the new era. we'll have to actually design this, this time
2023-03-22 09:32:33 -04:00

20 lines
619 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<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="1.1.2" />
<PackageReference Include="Ical.Net" Version="4.2.0" />
</ItemGroup>
</Project>