|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 | 2 |
|
3 | 3 | <PropertyGroup>
|
4 |
| - <TargetFramework>netcoreapp2.1</TargetFramework> |
| 4 | + <TargetFramework>netstandard2.0</TargetFramework> |
5 | 5 | <Description>Extension methods to configure exception handler which write MVC action result to responce body. Userfull for writing objects</Description>
|
6 | 6 | <PackageProjectUrl>https://github.com/IharYakimush/asp-net-core-exception-handling</PackageProjectUrl>
|
7 | 7 | <PackageLicenseUrl>https://github.com/IharYakimush/asp-net-core-exception-handling/blob/develop/LICENSE</PackageLicenseUrl>
|
8 | 8 | <Copyright>IharYakimush</Copyright>
|
9 | 9 | <PackageTags>aspnetcore exception handling policy mvc action result</PackageTags>
|
10 |
| - <AssemblyVersion>2.0.2.0</AssemblyVersion> |
| 10 | + <AssemblyVersion>2.0.3.0</AssemblyVersion> |
11 | 11 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
12 | 12 | <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
13 |
| - <FileVersion>2.0.2.0</FileVersion> |
| 13 | + <FileVersion>2.0.3.0</FileVersion> |
14 | 14 | <Company />
|
15 | 15 | <Authors>IharYakimush</Authors>
|
16 |
| - <Version>2.0.2</Version> |
| 16 | + <Version>2.0.3</Version> |
17 | 17 | <SignAssembly>true</SignAssembly>
|
18 | 18 | <AssemblyOriginatorKeyFile>..\sgn.snk</AssemblyOriginatorKeyFile>
|
19 | 19 | <ApplicationIcon />
|
20 | 20 | <OutputType>Library</OutputType>
|
21 | 21 | <StartupObject />
|
| 22 | + <PackageReleaseNotes>target netstandard2.0 only</PackageReleaseNotes> |
22 | 23 | </PropertyGroup>
|
23 | 24 |
|
24 | 25 | <ItemGroup>
|
| 26 | + <PackageReference Include="Microsoft.AspNetCore" Version="2.1.2" /> |
25 | 27 | <PackageReference Include="Microsoft.AspNetCore.Mvc.Abstractions" Version="2.1.1" />
|
26 | 28 | <PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.1.1" />
|
27 | 29 | <PackageReference Include="Microsoft.AspNetCore.Routing.Abstractions" Version="2.1.1" />
|
|
0 commit comments