Lectureplan/UWScraper/UWScraper.csproj
Robin Weichselbraun 824df98750 Add project files.
2024-10-12 14:04:23 +02:00

20 lines
499 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="HtmlAgilityPack" Version="1.11.67" />
<PackageReference Include="Selenium.WebDriver" Version="4.25.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\UWLib\UWLib.csproj" />
</ItemGroup>
</Project>