From aec1b7f72793ee0e524f276a9d890971f3fe36c8 Mon Sep 17 00:00:00 2001 From: Peter van den Hout Date: Thu, 13 Jan 2022 20:48:04 +0100 Subject: [PATCH] Create symbol packages (#103) --- .../Opw.HttpExceptions.AspNetCore.csproj | 2 ++ src/Opw.HttpExceptions/Opw.HttpExceptions.csproj | 16 +++++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/src/Opw.HttpExceptions.AspNetCore/Opw.HttpExceptions.AspNetCore.csproj b/src/Opw.HttpExceptions.AspNetCore/Opw.HttpExceptions.AspNetCore.csproj index 1ffa9a7..4c4171b 100644 --- a/src/Opw.HttpExceptions.AspNetCore/Opw.HttpExceptions.AspNetCore.csproj +++ b/src/Opw.HttpExceptions.AspNetCore/Opw.HttpExceptions.AspNetCore.csproj @@ -7,6 +7,8 @@ true Opw.HttpExceptions.AspNetCore aspnetcore http exceptions RFC7807 problemdetails problem details + true + snupkg diff --git a/src/Opw.HttpExceptions/Opw.HttpExceptions.csproj b/src/Opw.HttpExceptions/Opw.HttpExceptions.csproj index 5d272f6..5c2929f 100644 --- a/src/Opw.HttpExceptions/Opw.HttpExceptions.csproj +++ b/src/Opw.HttpExceptions/Opw.HttpExceptions.csproj @@ -1,11 +1,13 @@ - - netstandard2.0 - HTTP-specific exception classes that enable ASP.NET to generate exception information. - true - Opw.HttpExceptions - http exceptions - + + netstandard2.0 + HTTP-specific exception classes that enable ASP.NET to generate exception information. + true + Opw.HttpExceptions + http exceptions + true + snupkg +