autoteams/autoteams.csproj

23 lines
694 B
XML
Raw Permalink Normal View History

2021-04-26 17:43:21 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.5"/>
<PackageReference Include="Selenium.Chrome.WebDriver" Version="85.0.0"/>
<PackageReference Include="Selenium.WebDriver" Version="3.141.0"/>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="config.json"/>
<EmbeddedResource Include="credentials.json"/>
<EmbeddedResource Include="fields.json"/>
<EmbeddedResource Include="README.md"/>
</ItemGroup>
</Project>