Skip to content

Commit

Permalink
Fix title
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed May 29, 2024
1 parent dd8aae6 commit 3a9bdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Newtonsoft.Json.Schema/Newtonsoft.Json.Schema.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<DefineConstants>HAVE_ADO_NET;HAVE_BIG_INTEGER;HAVE_DATE_TIME_OFFSET;HAVE_FULL_REFLECTION;NETSTANDARD2_0;PORTABLE;$(AdditionalConstants)</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard2.1'">
<AssemblyTitle>Json.NET Schema .NET Standard 2.0</AssemblyTitle>
<AssemblyTitle>Json.NET Schema .NET Standard 2.1</AssemblyTitle>
<DefineConstants>HAVE_ADO_NET;HAVE_BIG_INTEGER;HAVE_DATE_TIME_OFFSET;HAVE_FULL_REFLECTION;NETSTANDARD2_1;PORTABLE;$(AdditionalConstants)</DefineConstants>
</PropertyGroup>
</Project>

0 comments on commit 3a9bdb8

Please sign in to comment.