Skip to content

Commit

Permalink
Change target frameworks
Browse files Browse the repository at this point in the history
- SampleAspNetCore2ApplicationNetFramework should of course be net47 and not
  netcoreapp. Will create a separate later.
  • Loading branch information
AndersAbel committed Sep 25, 2018
1 parent 95a6514 commit c25d48f
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
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<TargetFramework>net47</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<PackageLicenseUrl>https://github.com/Sustainsys/Saml2/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/Sustainsys/Saml2</PackageProjectUrl>
Expand Down

0 comments on commit c25d48f

Please sign in to comment.