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 90
90
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
91
91
</PackageReference >
92
92
<PackageReference Include =" InputSimulator" Version =" 1.0.4" />
93
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 8.0.1" />
94
- <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 8.0.1" />
93
+ <!-- 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" />
95
96
<PackageReference Include =" Microsoft.Toolkit.Uwp.Notifications" Version =" 7.1.3" />
96
97
<PackageReference Include =" Microsoft.Windows.CsWin32" Version =" 0.3.106" >
97
98
<PrivateAssets >all</PrivateAssets >
You can’t perform that action at this time.
0 commit comments