Skip to content

Commit e6617c5

Browse files
committed
remove net5.0 from target frameworks
1 parent cb07ab6 commit e6617c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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>net6.0;net5.0;netcoreapp3.1</TargetFrameworks>
7+
<TargetFrameworks>net6.0;netcoreapp3.1</TargetFrameworks>
88
<RootNamespace>Smdn.Reflection.ReverseGenerating.ListApi.Core</RootNamespace>
99
<VersionPrefix>1.1.0</VersionPrefix>
1010
<VersionSuffix></VersionSuffix>

0 commit comments

Comments
 (0)