Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Commit a1977ca

Browse files
committed
Migration
1 parent 1c5e417 commit a1977ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.AspNetCore.Mvc.Abstractions/Microsoft.AspNetCore.Mvc.Abstractions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Description>ASP.NET Core MVC abstractions and interfaces for action invocation and dispatching, authorization, action filters, formatters, model binding, routing, validation, and more.
77
Commonly used types:
88
Microsoft.AspNetCore.Mvc.IActionResult</Description>
9-
<TargetFramework>netstandard1.3</TargetFramework>
9+
<TargetFramework>netcoreapp2.0</TargetFramework>
1010
<NoWarn>$(NoWarn);CS1591</NoWarn>
1111
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1212
<PackageTags>aspnetcore;aspnetcoremvc</PackageTags>

0 commit comments

Comments
 (0)