|
5 | 5 | <AssemblyTitle>JmesPath.Net.Parser</AssemblyTitle> |
6 | 6 | <Authors>Jeremie Devillard;Maxime Labelle;Atif Aziz</Authors> |
7 | 7 | <VersionPrefix>42.43.44</VersionPrefix> |
8 | | - <TargetFrameworks>netstandard2.1;netstandard1.3;net45</TargetFrameworks> |
| 8 | + <TargetFrameworks>netstandard2.1;netstandard2.0;netstandard1.3;net45</TargetFrameworks> |
9 | 9 | <AssemblyName>JmePath.Net.Parser</AssemblyName> |
10 | 10 | <AssemblyOriginatorKeyFile>../jmespath.net.snk</AssemblyOriginatorKeyFile> |
11 | 11 | <SignAssembly>true</SignAssembly> |
12 | 12 | <PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign> |
13 | 13 | <PackageId>JmesPath.Net.Parser</PackageId> |
14 | 14 | <PackageTags>jmespath;json</PackageTags> |
15 | | - <PackageProjectUrl>https://github.com/jdevillard/JmesPath.Net</PackageProjectUrl> |
| 15 | + <PackageProjectUrl>https://github.com/jmespath-community/csharp-jmespath</PackageProjectUrl> |
16 | 16 | <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> |
17 | 17 | <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
18 | 18 | <GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> |
19 | 19 | <GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> |
20 | 20 | <GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> |
21 | 21 | </PropertyGroup> |
| 22 | + |
22 | 23 | <ItemGroup> |
23 | 24 | <YaccFile Include="JmesPathParser.y"> |
24 | 25 | <OutputFile>JmesPathParser.g.cs</OutputFile> |
|
28 | 29 | </LexFile> |
29 | 30 | <Compile Include="JmesPathScanner.g.cs" Condition="!Exists( 'JmesPathScanner.g.cs' )" /> |
30 | 31 | <Compile Include="JmesPathParser.g.cs" Condition="!Exists( 'JmesPathParser.g.cs' )" /> |
31 | | - <Compile Include="GplexBuffers.cs" Condition="!Exists( 'GplexBuffers.cs' )" /> |
32 | | - <Compile Include="ShiftReduceParserCode.cs" Condition="!Exists( 'ShiftReduceParserCode.cs' )" /> |
| 32 | + <Compile Include="GplexBuffers.cs" Condition="!Exists( 'GplexBuffers.cs' )" /> |
| 33 | + <Compile Include="ShiftReduceParserCode.cs" Condition="!Exists( 'ShiftReduceParserCode.cs' )" /> |
33 | 34 | </ItemGroup> |
| 35 | + |
34 | 36 | <ItemGroup> |
35 | 37 | <ProjectReference Include="..\jmespath.net.interop\jmespath.net.interop.csproj" /> |
36 | 38 | </ItemGroup> |
37 | 39 |
|
38 | 40 | <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' "> |
39 | | - <!-- Use GplexBuffers and ShiftReduceParserCode from the net13 folder instead, which are modified for use of netstandard 1.3 --> |
40 | | - <Compile Remove="ShiftReduceParserCode.cs" /> |
41 | | - <Compile Remove="GplexBuffers.cs" /> |
42 | | - <PackageReference Include="System.Reflection.TypeExtensions" Version="4.7.0" /> |
| 41 | + <!-- Use GplexBuffers and ShiftReduceParserCode from the net13 folder instead, which are modified for use of netstandard 1.3 --> |
| 42 | + <Compile Remove="ShiftReduceParserCode.cs" /> |
| 43 | + <Compile Remove="GplexBuffers.cs" /> |
| 44 | + <PackageReference Include="System.Reflection.TypeExtensions" Version="4.7.0" /> |
43 | 45 | <PackageReference Include="System.Runtime.Serialization.Formatters" Version="4.3.0" /> |
44 | 46 | </ItemGroup> |
45 | | - |
| 47 | + |
46 | 48 | <ItemGroup> |
47 | 49 | <PackageReference Include="YaccLexTools" Version="1.2.2" PrivateAssets="All" /> |
48 | 50 | </ItemGroup> |
|
0 commit comments