Skip to content

Commit

Permalink
Added reference to existing netstd README.md file to satisfy nuget pa…
Browse files Browse the repository at this point in the history
…ckage upload
  • Loading branch information
Jens-G committed Feb 14, 2023
1 parent 2f2696b commit c30ee69
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lib/netstd/Thrift/Thrift.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
<PackageReleaseNotes></PackageReleaseNotes>
<PackageTags>Apache Thrift RPC</PackageTags>
<PackageReleaseNotes>https://github.com/apache/thrift/blob/0.18.0/CHANGES.md</PackageReleaseNotes>
<Copyright>Copyright 2022 The Apache Software Foundation</Copyright>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Copyright>Copyright 2023 The Apache Software Foundation</Copyright>
</PropertyGroup>

<ItemGroup>
Expand All @@ -72,6 +73,10 @@
<PackageReference Update="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" />
</ItemGroup>

<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

<Target Name="SetTFMAssemblyAttributesPath" BeforeTargets="GenerateTargetFrameworkMonikerAttribute">
<PropertyGroup>
<TargetFrameworkMonikerAssemblyAttributesPath>$(IntermediateOutputPath)$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)</TargetFrameworkMonikerAssemblyAttributesPath>
Expand Down

0 comments on commit c30ee69

Please sign in to comment.