File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
src/EAVFW.Extensions.CommandLine Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >netcoreapp3.1;net6.0</TargetFrameworks >
4
+ <TargetFrameworks >netcoreapp3.1;net6.0;net8.0 </TargetFrameworks >
5
5
<Title >EAVFW.Extensions.CommandLine</Title >
6
6
<Authors >Poul Kjeldager</Authors >
7
7
<Description >System.CommandLine Extensions for building better CLIs</Description >
27
27
<PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 6.0.0" />
28
28
<PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 6.0.0" />
29
29
</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 >
30
35
</Project >
You can’t perform that action at this time.
0 commit comments