Skip to content

Commit 9a06246

Browse files
feat: Upgrade to net8.0
1 parent 0350081 commit 9a06246

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/EAVFW.Extensions.CommandLine/EAVFW.Extensions.CommandLine.csproj

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

33
<PropertyGroup>
4-
<TargetFrameworks>netcoreapp3.1;net6.0</TargetFrameworks>
4+
<TargetFrameworks>netcoreapp3.1;net6.0;net8.0</TargetFrameworks>
55
<Title>EAVFW.Extensions.CommandLine</Title>
66
<Authors>Poul Kjeldager</Authors>
77
<Description>System.CommandLine Extensions for building better CLIs</Description>
@@ -27,4 +27,9 @@
2727
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="6.0.0" />
2828
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
2929
</ItemGroup>
30+
31+
<ItemGroup Condition="'$(TargetFramework)'=='net8.0'">
32+
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" />
33+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
34+
</ItemGroup>
3035
</Project>

0 commit comments

Comments
 (0)