File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1111 </PropertyGroup >
1212
1313 <ItemGroup >
14- <PackageReference Include =" Hangfire.AspNetCore" Version =" 1.8.23 " />
14+ <PackageReference Include =" Hangfire.AspNetCore" Version =" 1.8.22 " />
1515 <PackageReference Include =" Hangfire.Dashboard.BasicAuthorization" Version =" 1.0.2" />
1616 <PackageReference Include =" Hangfire.Redis.StackExchange" Version =" 1.12.0" />
17- <PackageReference Include =" InfluxDB.Client" Version =" 5.0 .0" />
18- <PackageReference Include =" Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version =" 10 .0.3 " />
19- <PackageReference Include =" Microsoft.Data.SqlClient" Version =" 6 .1.4 " />
17+ <PackageReference Include =" InfluxDB.Client" Version =" 4.18 .0" />
18+ <PackageReference Include =" Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version =" 9 .0.11 " />
19+ <PackageReference Include =" Microsoft.Data.SqlClient" Version =" 5 .1.5 " />
2020 <PackageReference Include =" Highsoft.Highcharts" Version =" 11.4.6.5" />
2121 <PackageReference Include =" Highsoft.Highstock" Version =" 11.4.6.5" />
2222 <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.4" />
23- <PackageReference Include =" Npgsql" Version =" 10 .0.1 " />
23+ <PackageReference Include =" Npgsql" Version =" 9 .0.4 " />
2424 <PackageReference Include =" NSec.Cryptography" Version =" 25.4.0" />
2525 <PackageReference Include =" CurseForge.APIClient" Version =" 5.0.0" />
26- <PackageReference Include =" StackExchange.Redis" Version =" 2.11.8 " />
26+ <PackageReference Include =" StackExchange.Redis" Version =" 2.9.32 " />
2727 </ItemGroup >
2828
2929 <ProjectExtensions ><VisualStudio ><UserProperties wwwroot_4manifest_1json__JsonSchema =" https://json.schemastore.org/web-manifest-combined.json" /></VisualStudio ></ProjectExtensions >
Original file line number Diff line number Diff line change @@ -125,8 +125,8 @@ private static async Task Main(string[] args)
125125
126126 builder . Services . AddSingleton ( redis ) ;
127127
128- /* builder.Services.AddDataProtection()
129- .PersistKeysToStackExchangeRedis(redis, "CFLookup-DataProtection-Keys");*/
128+ builder . Services . AddDataProtection ( )
129+ . PersistKeysToStackExchangeRedis ( redis , "CFLookup-DataProtection-Keys" ) ;
130130
131131 builder . Services . AddScoped ( x => new InfluxDBClient ( influxDBConnString , influxToken ) ) ;
132132 builder . Services . AddScoped < InfluxDBWriter > ( ) ;
You can’t perform that action at this time.
0 commit comments