Skip to content

Commit

Permalink
Add net46 builds to ASP.NET Core libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Craver committed Mar 20, 2017
1 parent ad65afa commit e8d5dc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Description>Lightweight mini-profiler, designed for ASP.NET Core MVC (*not* System.Web) websites</Description>
<Authors>Nick Craver</Authors>
<PackageTags>ASP.NET Core;MVC;MVC Core;$(PackageBaseTags)</PackageTags>
<TargetFramework>netstandard1.6</TargetFramework>
<TargetFrameworks>net46;netstandard1.6</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="1.1.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/MiniProfiler.AspNetCore/MiniProfiler.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Description>Lightweight mini-profiler, designed for ASP.NET Core (not System.Web) websites</Description>
<Authors>Nick Craver</Authors>
<PackageTags>ASP.NET Core;$(PackageBaseTags)</PackageTags>
<TargetFramework>netstandard1.5</TargetFramework>
<TargetFrameworks>net46;netstandard1.5</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="1.1.0" />
Expand Down

0 comments on commit e8d5dc1

Please sign in to comment.