Skip to content

Commit

Permalink
Update nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Kees van Spelde committed Feb 11, 2023
1 parent 3f148f7 commit 1750a17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MsgKit/MsgKit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- Upgraded some code
- Remove unused method
- Updated nuget packages to latest versions
- Dropped support for C#4.5, minimal needed C# Framework version is not 4.6.2</PackageReleaseNotes>
- Dropped support for C#4.5, minimal needed C# Framework version is now 4.6.2</PackageReleaseNotes>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>MsgKit.snk</AssemblyOriginatorKeyFile>
<AssemblyVersion>2.5.2.0</AssemblyVersion>
Expand Down Expand Up @@ -56,7 +56,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="MimeKit" Version="3.4.3" />
<PackageReference Include="MimeKit" Version="3.5.0" />
<PackageReference Include="OpenMcdf" Version="2.2.1.12" />
</ItemGroup>

Expand Down

0 comments on commit 1750a17

Please sign in to comment.