Skip to content

Commit 6938c6a

Browse files
committed
remove net5.0 from target frameworks
1 parent e58fd93 commit 6938c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Smdn.Reflection.ReverseGenerating.ListApi/Smdn.Reflection.ReverseGenerating.ListApi.Tests.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<!-- ;net472 --></TargetFrameworks>
7+
<TargetFrameworks>net6.0<!-- ;net472 --></TargetFrameworks>
88
<RootNamespace>Smdn.Reflection.ReverseGenerating.ListApi</RootNamespace>
99
<NoWarn>CS2002;$(NoWarn)</NoWarn>
1010

0 commit comments

Comments
 (0)