Skip to content

Commit 0301698

Browse files
author
Brad Robinson
committed
Project file tweaks
1 parent a54796a commit 0301698

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

Topten.RichTextKit/Topten.RichTextKit.csproj

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,6 @@
66
<TargetFrameworks>netstandard2.0;netcoreapp2.1;net462;net5.0</TargetFrameworks>
77
</PropertyGroup>
88

9-
<!-- Set the LangVersion = 8 -->
10-
<PropertyGroup>
11-
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
12-
<LangVersion>8.0</LangVersion>
13-
</PropertyGroup>
14-
15-
<!-- Only enable nullable feature for the supported frameworks -->
16-
<PropertyGroup Condition=" '$(TargetFramework)' != 'netstandard2.0' ">
17-
<Nullable>enable</Nullable>
18-
</PropertyGroup>
19-
<PropertyGroup Condition=" $(Nullable) != 'enable' ">
20-
<NoWarn>$(NoWarn);CS8632</NoWarn>
21-
</PropertyGroup>
22-
239
<PropertyGroup Condition="'$(Configuration)'=='Release'">
2410
<TtsCodeSign>True</TtsCodeSign>
2511
<GenerateDocumentationFile>True</GenerateDocumentationFile>

0 commit comments

Comments
 (0)