Skip to content

Commit 6f0e858

Browse files
committed
Upgrade to net9.0-windows10.0.26100.0
1 parent fee50c0 commit 6f0e858

File tree

19 files changed

+30
-48
lines changed

19 files changed

+30
-48
lines changed

Flow.Launcher.Core/Flow.Launcher.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net7.0-windows</TargetFramework>
4+
<TargetFramework>net9.0-windows10.0.26100.0</TargetFramework>
55
<UseWpf>true</UseWpf>
66
<UseWindowsForms>true</UseWindowsForms>
77
<OutputType>Library</OutputType>
@@ -53,7 +53,7 @@
5353
</ItemGroup>
5454

5555
<ItemGroup>
56-
<PackageReference Include="Meziantou.Framework.Win32.Jobs" Version="3.4.0" />
56+
<PackageReference Include="Meziantou.Framework.Win32.Jobs" Version="3.4.3" />
5757
<PackageReference Include="Microsoft.IO.RecyclableMemoryStream" Version="3.0.1" />
5858
<PackageReference Include="StreamJsonRpc" Version="2.22.11" />
5959
<PackageReference Include="YamlDotNet" Version="16.3.0" />

Flow.Launcher.Infrastructure/Flow.Launcher.Infrastructure.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net7.0-windows</TargetFramework>
4+
<TargetFramework>net9.0-windows10.0.26100.0</TargetFramework>
55
<ProjectGuid>{4FD29318-A8AB-4D8F-AA47-60BC241B8DA3}</ProjectGuid>
66
<OutputType>Library</OutputType>
77
<UseWpf>true</UseWpf>
@@ -53,7 +53,7 @@
5353

5454
<ItemGroup>
5555
<PackageReference Include="Ben.Demystifier" Version="0.4.1" />
56-
<PackageReference Include="BitFaster.Caching" Version="2.5.3" />
56+
<PackageReference Include="BitFaster.Caching" Version="2.5.4" />
5757
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
5858
<PackageReference Include="Fody" Version="6.9.2">
5959
<PrivateAssets>all</PrivateAssets>

Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net7.0-windows</TargetFramework>
4+
<TargetFramework>net9.0-windows10.0.26100.0</TargetFramework>
55
<ProjectGuid>{8451ECDD-2EA4-4966-BB0A-7BBC40138E80}</ProjectGuid>
66
<UseWPF>true</UseWPF>
77
<OutputType>Library</OutputType>
@@ -66,7 +66,7 @@
6666
</ItemGroup>
6767

6868
<ItemGroup>
69-
<PackageReference Include="Fody" Version="6.5.5">
69+
<PackageReference Include="Fody" Version="6.9.2">
7070
<PrivateAssets>all</PrivateAssets>
7171
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
7272
</PackageReference>
@@ -75,7 +75,7 @@
7575
<PrivateAssets>all</PrivateAssets>
7676
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
7777
</PackageReference>
78-
<PackageReference Include="PropertyChanged.Fody" Version="3.4.0">
78+
<PackageReference Include="PropertyChanged.Fody" Version="4.1.0">
7979
<PrivateAssets>all</PrivateAssets>
8080
</PackageReference>
8181
</ItemGroup>

Flow.Launcher.Test/Flow.Launcher.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
4+
<TargetFramework>net9.0-windows10.0.26100.0</TargetFramework>
55
<ProjectGuid>{FF742965-9A80-41A5-B042-D6C7D3A21708}</ProjectGuid>
66
<OutputType>Library</OutputType>
77
<AppDesignerFolder>Properties</AppDesignerFolder>

Flow.Launcher/Flow.Launcher.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
5-
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
5+
<TargetFramework>net9.0-windows10.0.26100.0</TargetFramework>
66
<UseWPF>true</UseWPF>
77
<UseWindowsForms>false</UseWindowsForms>
88
<StartupObject>Flow.Launcher.App</StartupObject>
@@ -77,7 +77,7 @@
7777
<SubType>Designer</SubType>
7878
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
7979
</Content>
80-
<Content Include="Resources\Segoe Fluent Icons.ttf">
80+
<Content Include="Resources\SegoeFluentIcons.ttf">
8181
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
8282
</Content>
8383
</ItemGroup>
@@ -89,9 +89,9 @@
8989
<PrivateAssets>all</PrivateAssets>
9090
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
9191
</PackageReference>
92-
<!-- Do not upgrade Microsoft.Extensions.DependencyInjection and Microsoft.Extensions.Hosting since we are .Net7.0 -->
93-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
94-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
92+
<!-- Do not upgrade Microsoft.Extensions.DependencyInjection and Microsoft.Extensions.Hosting since we are .Net9.0 -->
93+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.7" />
94+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.7" />
9595
<PackageReference Include="Microsoft.Toolkit.Uwp.Notifications" Version="7.1.3" />
9696
<!-- ModernWpfUI v0.9.5 introduced WinRT changes that causes Notification platform unavailable error on some machines -->
9797
<!-- https://github.com/Flow-Launcher/Flow.Launcher/issues/1772#issuecomment-1502440801 -->

Flow.Launcher/Properties/PublishProfiles/Net7.0-SelfContained.pubxml

Lines changed: 0 additions & 18 deletions
This file was deleted.
File renamed without changes.

Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Library</OutputType>
5-
<TargetFramework>net7.0-windows</TargetFramework>
5+
<TargetFramework>net9.0-windows10.0.26100.0</TargetFramework>
66
<UseWPF>true</UseWPF>
77
<ProjectGuid>{9B130CC5-14FB-41FF-B310-0A95B6894C37}</ProjectGuid>
88
<AppDesignerFolder>Properties</AppDesignerFolder>
@@ -66,7 +66,7 @@
6666

6767
<ItemGroup>
6868
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
69-
<PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.6" />
69+
<PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.7" />
7070
</ItemGroup>
7171

7272
</Project>

Plugins/Flow.Launcher.Plugin.Calculator/Flow.Launcher.Plugin.Calculator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Library</OutputType>
5-
<TargetFramework>net7.0-windows</TargetFramework>
5+
<TargetFramework>net9.0-windows10.0.26100.0</TargetFramework>
66
<ProjectGuid>{59BD9891-3837-438A-958D-ADC7F91F6F7E}</ProjectGuid>
77
<AppDesignerFolder>Properties</AppDesignerFolder>
88
<RootNamespace>Flow.Launcher.Plugin.Calculator</RootNamespace>

Plugins/Flow.Launcher.Plugin.Explorer/Flow.Launcher.Plugin.Explorer.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Library</OutputType>
5-
<TargetFramework>net7.0-windows</TargetFramework>
5+
<TargetFramework>net9.0-windows10.0.26100.0</TargetFramework>
66
<UseWPF>true</UseWPF>
77
<UseWindowsForms>true</UseWindowsForms>
88
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
@@ -47,9 +47,9 @@
4747
<ItemGroup>
4848
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
4949
<PackageReference Include="Droplex" Version="1.7.0" />
50-
<!-- Do not upgrade System.Data.OleDb since we are .Net7.0 -->
51-
<PackageReference Include="System.Data.OleDb" Version="8.0.1" />
52-
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
50+
<!-- Do not upgrade System.Data.OleDb since we are .Net9.0 -->
51+
<PackageReference Include="System.Data.OleDb" Version="9.0.7" />
52+
<PackageReference Include="System.Linq.Async" Version="6.0.3" />
5353
<PackageReference Include="tlbimp-Microsoft.Search.Interop" Version="1.0.0" />
5454
</ItemGroup>
5555

0 commit comments

Comments
 (0)