File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,25 +37,3 @@ public static CakeTaskBuilder Default(this CakeTaskBuilder cakeTaskBuilder)
3737 }
3838
3939}
40-
41- public class FilePathJsonConverter : PathJsonConverter < FilePath >
42- {
43- protected override FilePath ConvertFromString ( string value ) => FilePath . FromString ( value ) ;
44- }
45-
46- public abstract class PathJsonConverter < TPath > : System . Text . Json . Serialization . JsonConverter < TPath > where TPath : Cake . Core . IO . Path
47- {
48- public override TPath Read ( ref System . Text . Json . Utf8JsonReader reader , Type typeToConvert , System . Text . Json . JsonSerializerOptions options )
49- {
50- var value = reader . GetString ( ) ;
51-
52- return value is null ? null : ConvertFromString ( value ) ;
53- }
54-
55- public override void Write ( System . Text . Json . Utf8JsonWriter writer , TPath value , System . Text . Json . JsonSerializerOptions options )
56- {
57- writer . WriteStringValue ( value . FullPath ) ;
58- }
59-
60- protected abstract TPath ConvertFromString ( string value ) ;
61- }
Original file line number Diff line number Diff line change 1212 <ItemGroup >
1313 <PackageReference Include =" Devlead.Statiq" Version =" 2025.9.10.150" />
1414 <PackageReference Include =" Statiq.Web" Version =" 1.0.0-beta.60" />
15- <PackageReference Include =" System.Security.Cryptography.Xml" Version =" 10.0.1 " />
15+ <PackageReference Include =" System.Security.Cryptography.Xml" Version =" 10.0.2 " />
1616 <PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" 8.15.0" />
17- <PackageReference Include =" System.Drawing.Common" Version =" 10.0.1 " />
17+ <PackageReference Include =" System.Drawing.Common" Version =" 10.0.2 " />
1818 <PackageReference Include =" System.Data.SqlClient" Version =" 4.9.0" />
1919 <PackageReference Include =" Azure.Identity" Version =" 1.17.1" />
2020 <PackageReference Include =" Microsoft.Data.SqlClient" Version =" 6.1.3" />
2121 <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.4" />
22- <PackageReference Include =" System.Formats.Asn1" Version =" 10.0.1 " />
23- <PackageReference Include =" System.DirectoryServices.Protocols" Version =" 10.0.1 " />
22+ <PackageReference Include =" System.Formats.Asn1" Version =" 10.0.2 " />
23+ <PackageReference Include =" System.DirectoryServices.Protocols" Version =" 10.0.2 " />
2424 <PackageReference Include =" Microsoft.Rest.ClientRuntime" Version =" 2.3.24" />
25- <PackageReference Include =" System.Text.Json" Version =" 10.0.1 " />
25+ <PackageReference Include =" System.Text.Json" Version =" 10.0.2 " />
2626 </ItemGroup >
2727
2828 <ItemGroup >
Original file line number Diff line number Diff line change 7070 <PrivateAssets >all</PrivateAssets >
7171 </PackageReference >
7272 <PackageReference Include =" Verify.NUnit" Version =" 31.9.4" />
73- <PackageReference Include =" Devlead.Testing.MockHttp" Version =" 2025.12.16.528 " />
73+ <PackageReference Include =" Devlead.Testing.MockHttp" Version =" 2026.1.14.568 " />
7474 <PackageReference Include =" Cake.Testing" Version =" 6.0.0" />
7575 <PackageReference Include =" NSubstitute" Version =" 5.3.0" />
7676 </ItemGroup >
Original file line number Diff line number Diff line change 4141 <PackageReference Include =" Azure.Identity" Version =" 1.17.1" />
4242 <PackageReference Include =" Microsoft.AspNet.WebApi.Client" Version =" 6.0.0" />
4343 <PackageReference Include =" Microsoft.Extensions.Http" Version =" 8.0.1 " Condition =" '$(TargetFramework)' == 'net8.0'" />
44- <PackageReference Include =" Microsoft.Extensions.Http" Version =" 9.0.11 " Condition =" '$(TargetFramework)' == 'net9.0'" />
45- <PackageReference Include =" Microsoft.Extensions.Http" Version =" 10.0.1 " Condition =" '$(TargetFramework)' == 'net10.0'" />
44+ <PackageReference Include =" Microsoft.Extensions.Http" Version =" 9.0.12 " Condition =" '$(TargetFramework)' == 'net9.0'" />
45+ <PackageReference Include =" Microsoft.Extensions.Http" Version =" 10.0.2 " Condition =" '$(TargetFramework)' == 'net10.0'" />
4646 <PackageReference Include =" System.Linq.Async" Version =" 7.0.0" Condition =" '$(TargetFramework)' != 'net10.0'" />
47- <PackageReference Include =" Cake.Bridge.DependencyInjection" Version =" 2025.12.17.441 " />
47+ <PackageReference Include =" Cake.Bridge.DependencyInjection" Version =" 2026.1.14.460 " />
4848 <PackageReference Include =" Cake.Common" Version =" 6.0.0" />
49- <PackageReference Include =" Devlead.Console" Version =" 2025.12.17.530 " />
49+ <PackageReference Include =" Devlead.Console" Version =" 2026.1.14.558 " />
5050 </ItemGroup >
5151
5252 <ItemGroup >
You can’t perform that action at this time.
0 commit comments