Skip to content

Commit 8872ce0

Browse files
authored
Allow building EOL TFMs for .NET 7.0 (dotnet#2658)
1 parent ed43822 commit 8872ce0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<StrongNameKeyId>Microsoft</StrongNameKeyId>
1313
<EmbedUntrackedSources>true</EmbedUntrackedSources>
1414
<IncludeSymbols>true</IncludeSymbols>
15+
<CheckEolTargetFramework>false</CheckEolTargetFramework>
1516
</PropertyGroup>
1617

1718
<PropertyGroup>

0 commit comments

Comments
 (0)