Fix MimeKitLite NuGet include (#989)

* Fix 500

* MimeKiteLite : fix NuGet include

* .
This commit is contained in:
Stef Heyenrath
2023-08-04 10:44:53 +02:00
committed by GitHub
parent 6aa7aac151
commit b986633eca
6 changed files with 58 additions and 4 deletions

View File

@@ -0,0 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.11.0" />
<PackageReference Include="WireMock.Net" Version="1.5.32" />
</ItemGroup>
</Project>