Skip to content

Commit

Permalink
Target frameworks DI project
Browse files Browse the repository at this point in the history
  • Loading branch information
hbulens committed Feb 14, 2021
1 parent 0e06f7b commit 350b126
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFrameworks>net5.0;netcoreapp3.1;net461</TargetFrameworks>

<IsPackable>false</IsPackable>
<LangVersion>latest</LangVersion>
</PropertyGroup>

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

<PropertyGroup>
<TargetFrameworks>netstandard2.1;net5.0</TargetFrameworks>
<TargetFrameworks>netstandard2.1;netstandard2.0;net461;net5.0</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<NeutralLanguage>en</NeutralLanguage>
<RepositoryType>git</RepositoryType>
Expand Down

0 comments on commit 350b126

Please sign in to comment.