Skip to content

Commit

Permalink
Avoid build errors caused by outdated frameworks, because our package…
Browse files Browse the repository at this point in the history
… should still support them. (#16)
  • Loading branch information
Timovzl authored Mar 23, 2023
1 parent 36953f5 commit 80e3888
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DomainModeling/DomainModeling.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net7.0;net6.0;net5.0</TargetFrameworks>
<CheckEolTargetFramework>False</CheckEolTargetFramework>
<AssemblyName>Architect.DomainModeling</AssemblyName>
<RootNamespace>Architect.DomainModeling</RootNamespace>
<Nullable>Enable</Nullable>
Expand Down

0 comments on commit 80e3888

Please sign in to comment.