mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-20 16:44:31 +01:00
Updated MimeKit and MimeKitLite (markdown)
@@ -11,14 +11,14 @@ The only solution for this is to apply the following changes to your project:
|
||||
|
||||
``` xml
|
||||
<PackageReference Include="MailKit" Version="4.1.0" />
|
||||
<PackageReference Include="MimeKit" Version="4.1.0"> ⭐
|
||||
|
||||
<!-- ⭐ Add an Alias for the MimeKit NuGet -->
|
||||
<PackageReference Include="MimeKit" Version="4.1.0">
|
||||
<Aliases>MimeKitAlias</Aliases>
|
||||
</PackageReference>
|
||||
<PackageReference Include="WireMock.Net" Version="1.5.35" />
|
||||
```
|
||||
|
||||
⭐ add an Alias for the MimeKit NuGet
|
||||
|
||||
In your C# code change this:
|
||||
|
||||
``` csharp
|
||||
|
||||
Reference in New Issue
Block a user