From 33fa555cf883fa204b6de044a8979bfea2845828 Mon Sep 17 00:00:00 2001 From: Fedor Shchudlo Date: Wed, 21 Feb 2018 14:39:45 +0700 Subject: [PATCH] (fix) generated xml documentation would be included into nuget package --- .../EventStore.ClientAPI.NetCore.csproj | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/EventStore.ClientAPI.NetCore/EventStore.ClientAPI.NetCore.csproj b/src/EventStore.ClientAPI.NetCore/EventStore.ClientAPI.NetCore.csproj index 51ca040..54df2ee 100755 --- a/src/EventStore.ClientAPI.NetCore/EventStore.ClientAPI.NetCore.csproj +++ b/src/EventStore.ClientAPI.NetCore/EventStore.ClientAPI.NetCore.csproj @@ -23,6 +23,12 @@ git https://github.com/EventStore/ClientAPI.NetCore + + bin\Debug\netstandard2.0\EventStore.ClientAPI.NetCore.xml + + + bin\Release\netstandard2.0\EventStore.ClientAPI.NetCore.xml +