File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 91
91
</PackageReference >
92
92
<PackageReference Include =" InputSimulator" Version =" 1.0.4" />
93
93
<!-- Do not upgrade Microsoft.Extensions.DependencyInjection and Microsoft.Extensions.Hosting since we are .Net7.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.1" />
94
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 7.0.0" />
95
+ <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 7.0.1" />
97
96
<PackageReference Include =" Microsoft.Toolkit.Uwp.Notifications" Version =" 7.1.3" />
98
97
<PackageReference Include =" Microsoft.Windows.CsWin32" Version =" 0.3.106" >
99
98
<PrivateAssets >all</PrivateAssets >
105
104
<PackageReference Include =" NHotkey.Wpf" Version =" 3.0.0" />
106
105
<PackageReference Include =" PropertyChanged.Fody" Version =" 3.4.0" />
107
106
<PackageReference Include =" SemanticVersioning" Version =" 3.0.0" />
108
- <PackageReference Include =" TaskScheduler" Version =" 2.11 .0" />
107
+ <PackageReference Include =" TaskScheduler" Version =" 2.12 .0" />
109
108
<PackageReference Include =" VirtualizingWrapPanel" Version =" 2.1.1" />
110
109
</ItemGroup >
111
110
You can’t perform that action at this time.
0 commit comments