Files
WebScrapeApp/MailGunTest/MailGunTest.csproj
2021-08-02 12:41:02 +02:00

17 lines
323 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Program.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="RestSharp" Version="106.12.0" />
</ItemGroup>
</Project>