Skip to content

Commit e905173

Browse files
committed
Update TFM to net8.0
Microsoft.Extensions.DependencyInjection.7.0.0 -> Microsoft.Extensions.DependencyInjection.8.0.0 Microsoft.Extensions.DependencyInjection.Abstractions.7.0.0 -> Microsoft.Extensions.DependencyInjection.Abstractions.8.0.0 System.CodeDom.7.0.0 -> System.CodeDom.8.0.0 System.Management.7.0.2 -> System.Management.8.0.0
1 parent e182fb7 commit e905173

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

IPConfig/IPConfig.csproj

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

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
5-
<TargetFramework>net7.0-windows</TargetFramework>
5+
<TargetFramework>net8.0-windows7.0</TargetFramework>
66
<Nullable>enable</Nullable>
77
<UseWPF>true</UseWPF>
88
<ApplicationManifest>app.manifest</ApplicationManifest>
@@ -21,9 +21,9 @@
2121
<PackageReference Include="HandyControl.Lang.en" Version="3.4.0" />
2222
<PackageReference Include="LightImage.DragDrop.Wpf" Version="0.5.5" />
2323
<PackageReference Include="LiteDB" Version="5.0.17" />
24-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
24+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
2525
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.77" />
26-
<PackageReference Include="System.Management" Version="7.0.2" />
26+
<PackageReference Include="System.Management" Version="8.0.0" />
2727
<PackageReference Include="WpfObservableRangeCollection" Version="2.2.0" />
2828
</ItemGroup>
2929

0 commit comments

Comments
 (0)