Skip to content

Commit cb3a840

Browse files
Stop targeting .NET 6 and .NET 7
1 parent 6cdd69f commit cb3a840

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

src/ServiceComposer.AspNetCore.Testing/ServiceComposer.AspNetCore.Testing.csproj

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

33
<PropertyGroup>
4-
<TargetFrameworks>net6.0;net7.0;net8.0;net9.0;net10.0</TargetFrameworks>
4+
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
55
</PropertyGroup>
66

77
<PropertyGroup>
@@ -28,16 +28,6 @@
2828
<FrameworkReference Include="Microsoft.AspNetCore.App" />
2929
</ItemGroup>
3030

31-
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
32-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="[6.0.12, 7.0.0)" />
33-
<PackageReference Include="System.Text.Json" Version="[6.0.11, 7.0.0)" Label="Dependencies not directly used but required to address security vulnerabilities" />
34-
</ItemGroup>
35-
36-
<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
37-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="[7.0.1, 8.0.0)" />
38-
<PackageReference Include="System.Text.Json" Version="[8.0.5, 9.0.0)" Label="Dependencies not directly used but required to address security vulnerabilities" />
39-
</ItemGroup>
40-
4131
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
4232
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="[8.0.0, 9.0.0)" />
4333
<PackageReference Include="System.Text.Json" Version="[8.0.5, 9.0.0)" Label="Dependencies not directly used but required to address security vulnerabilities" />

0 commit comments

Comments
 (0)