Skip to content

Commit

Permalink
Build with multiple .net versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Woods committed Dec 18, 2017
1 parent badf99d commit b5866d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/X.PagedList.Mvc/X.PagedList.Mvc.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net452</TargetFramework>
<TargetFrameworks>net452;net461</TargetFrameworks>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>7.2.2</Version>
<Authors>Copyright Troy Goode, Ernado © 2017</Authors>
Expand Down
2 changes: 1 addition & 1 deletion src/X.PagedList/X.PagedList.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard1.2</TargetFramework>
<TargetFrameworks>netstandard1.2;net452;net461</TargetFrameworks>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Authors>Copyright Troy Goode, Ernado © 2017</Authors>
<Company>.NET Core Ukrainian User Group</Company>
Expand Down

0 comments on commit b5866d2

Please sign in to comment.