summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2023-02-14 23:33:29 +0100
committerJens Geyer <jensg@apache.org>2023-02-14 23:33:29 +0100
commitc30ee69ef671a9fd4b86f19b38e0b10964c0d4bc (patch)
treef5fc5f8ba7ac026f41a70aac74fc89fee1d2a862
parent2f2696bdf6aff18138e401b73436fc20023e88e2 (diff)
downloadthrift-0.18.0.tar.gz
Added reference to existing netstd README.md file to satisfy nuget package upload0.18.0
-rw-r--r--lib/netstd/Thrift/Thrift.csproj7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/netstd/Thrift/Thrift.csproj b/lib/netstd/Thrift/Thrift.csproj
index 902e3db9a..edc5d8f0a 100644
--- a/lib/netstd/Thrift/Thrift.csproj
+++ b/lib/netstd/Thrift/Thrift.csproj
@@ -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>
@@ -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>