Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmskywalker committed Nov 23, 2020
1 parent 7571e8a commit 20e24fc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="MailKit" Version="2.9.0" />
<PackageReference Include="MailKit" Version="2.10.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/core/Elsa.Core/Elsa.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.9" />
<PackageReference Include="NodaTime.Serialization.JsonNet" Version="3.0.0" />
<PackageReference Include="Elsa.Scrutor" Version="3.0.2.27" />
<PackageReference Include="YamlDotNet" Version="8.1.2" />
<PackageReference Include="YamlDotNet" Version="9.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<ItemGroup>
<PackageReference Include="MongoDb.Bson.NodaTime" Version="2.1.0" />
<PackageReference Include="MongoDB.Driver" Version="2.11.3" />
<PackageReference Include="MongoDB.Driver" Version="2.11.4" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Jint" Version="3.0.0-beta-1629" />
<PackageReference Include="Jint" Version="3.0.0-beta-1914" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Fluid.Core" Version="1.0.0-beta-9605" />
<PackageReference Include="Fluid.Core" Version="1.0.0-beta-9693" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 20e24fc

Please sign in to comment.