We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54796a commit 0301698Copy full SHA for 0301698
1 file changed
Topten.RichTextKit/Topten.RichTextKit.csproj
@@ -6,20 +6,6 @@
6
<TargetFrameworks>netstandard2.0;netcoreapp2.1;net462;net5.0</TargetFrameworks>
7
</PropertyGroup>
8
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
19
- <PropertyGroup Condition=" $(Nullable) != 'enable' ">
20
- <NoWarn>$(NoWarn);CS8632</NoWarn>
21
22
23
<PropertyGroup Condition="'$(Configuration)'=='Release'">
24
<TtsCodeSign>True</TtsCodeSign>
25
<GenerateDocumentationFile>True</GenerateDocumentationFile>
0 commit comments