Skip to content

Commit 99197cf

Browse files
committed
drop target framework net6.0
1 parent d191449 commit 99197cf

File tree

6 files changed

+5
-13
lines changed

6 files changed

+5
-13
lines changed

src/Smdn.Reflection.ReverseGenerating.ListApi.Core/Smdn.Reflection.ReverseGenerating.ListApi.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SPDX-License-Identifier: MIT
44
-->
55
<Project Sdk="Microsoft.NET.Sdk">
66
<PropertyGroup>
7-
<TargetFrameworks>net8.0;net6.0</TargetFrameworks>
7+
<TargetFrameworks>net8.0</TargetFrameworks>
88
</PropertyGroup>
99

1010
<Import Project="Smdn.Reflection.ReverseGenerating.ListApi.Core.Common.props" />

src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/GenerateMSBuildTargetsFile.targets

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,6 @@ SPDX-License-Identifier: MIT
2323
<!-- TODO: MSBuildRuntimeType == Full, Mono and otherwise -->
2424
<GenerateMSBuildTargetsFileLines><![CDATA[
2525
<Project>
26-
<ImportGroup Condition=" '%24(MSBuildRuntimeType)' == 'Core' and %24([System.Runtime.InteropServices.RuntimeInformation]::FrameworkDescription.StartsWith('.NET 6.')) ">
27-
<!-- .NET 6.x -->
28-
@(TaskFiles->WithMetadataValue('TargetFramework', 'net6.0')->'%(ImportLine)', '%0D%0A ')
29-
</ImportGroup>
30-
<ImportGroup Condition=" '%24(MSBuildRuntimeType)' == 'Core' and %24([System.Runtime.InteropServices.RuntimeInformation]::FrameworkDescription.StartsWith('.NET 7.')) ">
31-
<!-- .NET 7.x -->
32-
@(TaskFiles->WithMetadataValue('TargetFramework', 'net6.0')->'%(ImportLine)', '%0D%0A ')
33-
</ImportGroup>
3426
<ImportGroup Condition=" '%24(MSBuildRuntimeType)' == 'Core' and %24([System.Runtime.InteropServices.RuntimeInformation]::FrameworkDescription.StartsWith('.NET 8.')) ">
3527
<!-- .NET 8.x -->
3628
@(TaskFiles->WithMetadataValue('TargetFramework', 'net8.0')->'%(ImportLine)', '%0D%0A ')

src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SPDX-License-Identifier: MIT
44
-->
55
<Project Sdk="Microsoft.NET.Sdk">
66
<PropertyGroup>
7-
<TargetFrameworks>net8.0;net6.0</TargetFrameworks>
7+
<TargetFrameworks>net8.0</TargetFrameworks>
88
<RootNamespace>Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks</RootNamespace>
99
<VersionPrefix>1.4.1</VersionPrefix>
1010
<VersionSuffix></VersionSuffix>

src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/private/Smdn.Reflection.ReverseGenerating.ListApi.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SPDX-License-Identifier: MIT
44
-->
55
<Project Sdk="Microsoft.NET.Sdk">
66
<PropertyGroup>
7-
<TargetFrameworks>net8.0;net6.0</TargetFrameworks>
7+
<TargetFrameworks>net8.0</TargetFrameworks>
88
</PropertyGroup>
99

1010
<Import Project="..\..\Smdn.Reflection.ReverseGenerating.ListApi.Core\Smdn.Reflection.ReverseGenerating.ListApi.Core.Common.props" />

src/Smdn.Reflection.ReverseGenerating.ListApi/Smdn.Reflection.ReverseGenerating.ListApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SPDX-License-Identifier: MIT
66
<PropertyGroup>
77
<OutputType>Exe</OutputType>
88
<PackAsTool>true</PackAsTool>
9-
<TargetFrameworks>net8.0;net6.0<!-- ;net472 --></TargetFrameworks>
9+
<TargetFrameworks>net8.0<!-- ;net472 --></TargetFrameworks>
1010
<AssemblyName>Smdn.Reflection.ReverseGenerating.ListApi</AssemblyName>
1111
<ToolCommandName>list-api</ToolCommandName>
1212
<VersionPrefix>1.3.0</VersionPrefix>

src/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SPDX-License-Identifier: MIT
44
-->
55
<Project Sdk="Microsoft.NET.Sdk">
66
<PropertyGroup>
7-
<TargetFrameworks>net8.0;net6.0;net47;net45;netstandard2.0</TargetFrameworks>
7+
<TargetFrameworks>net8.0;net47;net45;netstandard2.0</TargetFrameworks>
88
<RootNamespace>Smdn.Reflection.ReverseGenerating</RootNamespace>
99
<VersionPrefix>1.3.0</VersionPrefix>
1010
<VersionSuffix></VersionSuffix>

0 commit comments

Comments
 (0)