Skip to content

Commit e82f8c0

Browse files
committed
drop target framework netcoreapp3.1 and net5.0
1 parent 2c3593e commit e82f8c0

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

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 Core 3.')) ">
27-
<!-- .NET Core 3.x -->
28-
@(TaskFiles->WithMetadataValue('TargetFramework', 'netcoreapp3.1')->'%(ImportLine)', '%0D%0A ')
29-
</ImportGroup>
30-
<ImportGroup Condition=" '%24(MSBuildRuntimeType)' == 'Core' and %24([System.Runtime.InteropServices.RuntimeInformation]::FrameworkDescription.StartsWith('.NET 5.')) ">
31-
<!-- .NET 5.x -->
32-
@(TaskFiles->WithMetadataValue('TargetFramework', 'netcoreapp3.1')->'%(ImportLine)', '%0D%0A ')
33-
</ImportGroup>
3426
<ImportGroup Condition=" '%24(MSBuildRuntimeType)' == 'Core' and %24([System.Runtime.InteropServices.RuntimeInformation]::FrameworkDescription.StartsWith('.NET 6.')) ">
3527
<!-- .NET 6.x -->
3628
@(TaskFiles->WithMetadataValue('TargetFramework', 'net6.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;netcoreapp3.1</TargetFrameworks>
7+
<TargetFrameworks>net8.0;net6.0</TargetFrameworks>
88
<RootNamespace>Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks</RootNamespace>
99
<VersionPrefix>1.3.2</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;netcoreapp3.1</TargetFrameworks>
7+
<TargetFrameworks>net8.0;net6.0</TargetFrameworks>
88
</PropertyGroup>
99

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

0 commit comments

Comments
 (0)