This repository was archived by the owner on Dec 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
tests/ServiceStack.Text.Tests Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 12
12
https://github.com/ServiceStack/ServiceStack.Text
13
13
</PackageDescription >
14
14
<PackageTags >JSON;Text;Serializer;CSV;JSV;HTTP;Auto Mapping;Dump;Reflection;JS;Utils;Fast</PackageTags >
15
+ <NoWarn >1591</NoWarn >
15
16
</PropertyGroup >
16
17
<PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.1' " >
17
18
<DefineConstants >$(DefineConstants);NETCORE;NETCORE2_1</DefineConstants >
Original file line number Diff line number Diff line change 10
10
https://github.com/ServiceStack/ServiceStack.Text
11
11
</PackageDescription >
12
12
<PackageTags >JSON;Text;Serializer;CSV;JSV;HTTP;Auto Mapping;Dump;Reflection;JS;Utils;Fast</PackageTags >
13
+ <NoWarn >1591</NoWarn >
13
14
</PropertyGroup >
14
15
<PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.1' " >
15
16
<DefineConstants >$(DefineConstants);NETCORE;NETCORE2_1</DefineConstants >
Original file line number Diff line number Diff line change 14
14
<GenerateAssemblyVersionAttribute >false</GenerateAssemblyVersionAttribute >
15
15
<GenerateAssemblyFileVersionAttribute >false</GenerateAssemblyFileVersionAttribute >
16
16
<LangVersion >latest</LangVersion >
17
+ <NoWarn >1591</NoWarn >
17
18
</PropertyGroup >
18
19
<PropertyGroup >
19
20
<DebugType Condition =" '$(TargetFramework)' != '' AND '$(TargetFramework)' != 'net6.0'" >Full</DebugType >
You can’t perform that action at this time.
0 commit comments