Skip to content

Commit

Permalink
更新依赖包版本
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxuuu committed Sep 24, 2019
1 parent 801d10d commit ed66cab
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions maildisk/maildisk/maildisk.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand All @@ -8,11 +8,12 @@
<Description>make your e-mail become a netdisk!</Description>
<PublishTrimmed>true</PublishTrimmed>
<PublishSingleFile>true</PublishSingleFile>
<Version>1.0.2.2</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MailKit" Version="2.1.2" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
<PackageReference Include="MailKit" Version="2.3.1.6" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
</ItemGroup>

</Project>

0 comments on commit ed66cab

Please sign in to comment.