Skip to content

Commit d48b4df

Browse files
committed
Downgrade dependency injection version
1 parent b61199a commit d48b4df

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Flow.Launcher/Flow.Launcher.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,9 @@
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>

0 commit comments

Comments
 (0)