Skip to content

Commit

Permalink
Updated Smidge, Npoco and MailKit (#13310)
Browse files Browse the repository at this point in the history
* Updated Smidge, Npoco and MailKit

* Added missing command (after breaking interface in npoco)
  • Loading branch information
bergmania authored Oct 31, 2022
1 parent 6ff4d27 commit 746ab4b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NPoco.SqlServer" Version="5.4.0" />
<PackageReference Include="NPoco.SqlServer" Version="5.5.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Umbraco.Infrastructure/Umbraco.Infrastructure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="Examine.Core" Version="3.0.1" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.46" />
<PackageReference Include="IPNetwork2" Version="2.6.472" />
<PackageReference Include="MailKit" Version="3.4.1" />
<PackageReference Include="MailKit" Version="3.4.2" />
<PackageReference Include="Markdown" Version="2.2.1" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="7.0.0-rc.2.*" />
Expand All @@ -25,7 +25,7 @@
<PackageReference Include="MiniProfiler.Shared" Version="4.2.22" />
<PackageReference Include="ncrontab" Version="3.3.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="NPoco" Version="5.4.0" />
<PackageReference Include="NPoco" Version="5.5.0" />
<PackageReference Include="Serilog" Version="2.12.0" />
<PackageReference Include="Serilog.Enrichers.Process" Version="2.0.2" />
<PackageReference Include="Serilog.Enrichers.Thread" Version="3.1.0" />
Expand Down
4 changes: 2 additions & 2 deletions src/Umbraco.Web.Common/Umbraco.Web.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.0-rc.2.*" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="7.0.0-rc.2.*" />
<PackageReference Include="MiniProfiler.AspNetCore.Mvc" Version="4.2.22" />
<PackageReference Include="Smidge.InMemory" Version="4.1.1" />
<PackageReference Include="Smidge.Nuglify" Version="4.1.1" />
<PackageReference Include="Smidge.InMemory" Version="4.2.0" />
<PackageReference Include="Smidge.Nuglify" Version="4.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions tests/Umbraco.Tests.Common/TestHelpers/TestDatabase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public void CloseSharedConnection()
public DbTransaction Transaction { get; }

public IDictionary<string, object> Data { get; }
public int CommandTimeout { get; set; }

public ISqlContext SqlContext { get; }

Expand Down

0 comments on commit 746ab4b

Please sign in to comment.