Skip to content

Commit

Permalink
Sharp-Pulsar#97 Make dependencies conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson-tomo committed Apr 6, 2024
1 parent 5d910eb commit 9c5bb3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SchemaGenerator/AvroSchemaGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<NeutralLanguage>en-US</NeutralLanguage>
<PackageTags>Apache Avro, Avro Schema</PackageTags>
<PackageIcon>avro-schema.png</PackageIcon>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageIconUrl />
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Text.Json" Version="8.0.0" />
</ItemGroup>
Expand All @@ -29,5 +29,5 @@
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>

0 comments on commit 9c5bb3d

Please sign in to comment.