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 1212 https://github.com/ServiceStack/ServiceStack.Text
1313 </PackageDescription >
1414 <PackageTags >JSON;Text;Serializer;CSV;JSV;HTTP;Auto Mapping;Dump;Reflection;JS;Utils;Fast</PackageTags >
15+ <NoWarn >1591</NoWarn >
1516 </PropertyGroup >
1617 <PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.1' " >
1718 <DefineConstants >$(DefineConstants);NETCORE;NETCORE2_1</DefineConstants >
Original file line number Diff line number Diff line change 1010 https://github.com/ServiceStack/ServiceStack.Text
1111 </PackageDescription >
1212 <PackageTags >JSON;Text;Serializer;CSV;JSV;HTTP;Auto Mapping;Dump;Reflection;JS;Utils;Fast</PackageTags >
13+ <NoWarn >1591</NoWarn >
1314 </PropertyGroup >
1415 <PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.1' " >
1516 <DefineConstants >$(DefineConstants);NETCORE;NETCORE2_1</DefineConstants >
Original file line number Diff line number Diff line change 1414 <GenerateAssemblyVersionAttribute >false</GenerateAssemblyVersionAttribute >
1515 <GenerateAssemblyFileVersionAttribute >false</GenerateAssemblyFileVersionAttribute >
1616 <LangVersion >latest</LangVersion >
17+ <NoWarn >1591</NoWarn >
1718 </PropertyGroup >
1819 <PropertyGroup >
1920 <DebugType Condition =" '$(TargetFramework)' != '' AND '$(TargetFramework)' != 'net6.0'" >Full</DebugType >
You can’t perform that action at this time.
0 commit comments