summaryrefslogtreecommitdiff
path: root/ApacheThrift.nuspec
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2019-06-30 15:32:00 +0200
committerJens Geyer <jensg@apache.org>2019-07-01 19:22:42 +0200
commita304b7c3a00a3c7a8547d3f66bbe6d128f344415 (patch)
tree79c5d8053a0aaac3fbd963961d7ddf27afe56e38 /ApacheThrift.nuspec
parentc2c1e1d709e65d37359cefeb5dc068913f83021b (diff)
downloadthrift-a304b7c3a00a3c7a8547d3f66bbe6d128f344415.tar.gz
THRIFT-4769 Change NuGet package to use netstd artifact
Patch: Jens Geyer This closes #1825 Although netcore is superseded by netstd and thus omitted from the package, it still contains "regular" C# binaries. These are deprecated and will be removed with the next regular release after 0.13
Diffstat (limited to 'ApacheThrift.nuspec')
-rw-r--r--ApacheThrift.nuspec6
1 files changed, 3 insertions, 3 deletions
diff --git a/ApacheThrift.nuspec b/ApacheThrift.nuspec
index 8ed92361f..7bbfb0dc9 100644
--- a/ApacheThrift.nuspec
+++ b/ApacheThrift.nuspec
@@ -17,7 +17,7 @@
1. Open Thrift.sln in lib\csharp\src and build the release version
of the "Thrift" and "Thrift.45" projects.
- 2. Open Thrift.sln in lib\netcore and build the release version of
+ 2. Open Thrift.sln in lib\netstd and build the release version of
the "Thrift" project.
3. nuget setApiKey <your-api-key>
3. nuget pack ApacheThrift.nuspec -Symbols -SymbolPackageFormat snupkg
@@ -37,7 +37,7 @@
<summary>Apache Thrift .NET Library</summary>
<description>
Contains runtime libraries from lib/csharp for net35 and net45 frameworks,
- and from lib/netcore for netstandard2.0 framework development.
+ and from lib/netstd for netstandard2.0 framework development.
</description>
<repository type="GitHub" url="https://github.com/apache/thrift" branch="release/0.13.0" />
<tags>Apache Thrift RPC</tags>
@@ -45,6 +45,6 @@
<files>
<file src="lib\csharp\src\bin\Release\Thrift.*" target="lib\net35" />
<file src="lib\csharp\src\bin\Release\Thrift45.*" target="lib\net45" />
- <file src="lib\netcore\Thrift\bin\Release\netstandard2.0\*.*" target="lib\netstandard2.0" />
+ <file src="lib\netstd\Thrift\bin\Release\netstandard2.0\*.*" target="lib\netstandard2.0" />
</files>
</package> \ No newline at end of file