We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d910eb commit 9c5bb3dCopy full SHA for 9c5bb3d
SchemaGenerator/AvroSchemaGenerator.csproj
@@ -9,12 +9,12 @@
9
<NeutralLanguage>en-US</NeutralLanguage>
10
<PackageTags>Apache Avro, Avro Schema</PackageTags>
11
<PackageIcon>avro-schema.png</PackageIcon>
12
- <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
+ <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
13
<PackageIconUrl />
14
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
15
</PropertyGroup>
16
17
- <ItemGroup>
+ <ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
18
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
19
<PackageReference Include="System.Text.Json" Version="8.0.0" />
20
</ItemGroup>
@@ -29,5 +29,5 @@
29
<PackagePath></PackagePath>
30
</None>
31
32
-
+
33
</Project>
0 commit comments