File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
Commmunity.AspNetCore.ExceptionHandling.Mvc Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <PropertyGroup >
4
+ <TargetFramework >netcoreapp2.1</TargetFramework >
5
+ <Description >Extension methods to configure exception handler which write MVC action result to responce body. Usefull for writing objects</Description >
6
+ <PackageProjectUrl >https://github.com/IharYakimush/AspNetCore</PackageProjectUrl >
7
+ <PackageLicenseUrl >https://github.com/IharYakimush/AspNetCore/blob/develop/LICENSE</PackageLicenseUrl >
8
+ <Copyright >IharYakimush</Copyright >
9
+ <PackageTags >AspNetCore exception handling policy mvc action result</PackageTags >
10
+ <AssemblyVersion >2.0.0.0</AssemblyVersion >
11
+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
12
+ <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
13
+ <FileVersion >2.0.0.0</FileVersion >
14
+ <Company />
15
+ <Authors >IharYakimush</Authors >
16
+ <Version >2.0.0</Version >
17
+ <SignAssembly >true</SignAssembly >
18
+ <AssemblyOriginatorKeyFile >..\sgn.snk</AssemblyOriginatorKeyFile >
19
+ <ApplicationIcon />
20
+ <OutputType >Library</OutputType >
21
+ <StartupObject />
22
+ </PropertyGroup >
23
+
24
+ <ItemGroup >
25
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Abstractions" Version =" 2.1.1" />
26
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Core" Version =" 2.1.1" />
27
+ <PackageReference Include =" Microsoft.AspNetCore.Routing.Abstractions" Version =" 2.1.1" />
28
+ </ItemGroup >
29
+
30
+ <ItemGroup >
31
+ <ProjectReference Include =" ..\Commmunity.AspNetCore.ExceptionHandling\Community.AspNetCore.ExceptionHandling.csproj" />
32
+ </ItemGroup >
33
+
34
+ </Project >
You can’t perform that action at this time.
0 commit comments