Skip to content

Commit 80e3888

Browse files
authored
Avoid build errors caused by outdated frameworks, because our package should still support them. (#16)
1 parent 36953f5 commit 80e3888

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DomainModeling/DomainModeling.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>net7.0;net6.0;net5.0</TargetFrameworks>
5+
<CheckEolTargetFramework>False</CheckEolTargetFramework>
56
<AssemblyName>Architect.DomainModeling</AssemblyName>
67
<RootNamespace>Architect.DomainModeling</RootNamespace>
78
<Nullable>Enable</Nullable>

0 commit comments

Comments
 (0)