File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 9191 </PackageReference >
9292 <PackageReference Include =" InputSimulator" Version =" 1.0.4" />
9393 <!-- Do not upgrade Microsoft.Extensions.DependencyInjection and Microsoft.Extensions.Hosting since we are .Net7.0 -->
94- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 7.0.0" />
95- <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 7.0.0" />
94+ <!-- TaskScheduler seems to be incompatible with 7.0.x version, so we use 6.0.x -->
95+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 6.0.2" />
96+ <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 6.0.2" />
9697 <PackageReference Include =" Microsoft.Toolkit.Uwp.Notifications" Version =" 7.1.3" />
9798 <PackageReference Include =" Microsoft.Windows.CsWin32" Version =" 0.3.106" >
9899 <PrivateAssets >all</PrivateAssets >
You can’t perform that action at this time.
0 commit comments