Skip to content

Commit 4c06f7c

Browse files
committed
remove target framework netcoreapp3.1
1 parent aab11de commit 4c06f7c

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>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.Common.props" />

0 commit comments

Comments
 (0)