Skip to content

Commit 91f78b0

Browse files
committed
chore: removed unnecessary properties from projects
1 parent 221c7d8 commit 91f78b0

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Unicorn.Web/ApprovalService.Tests/ApprovalService.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
6-
<OutputType>Library</OutputType>
76
<Nullable>enable</Nullable>
87
<AssemblyName>Unicorn.Web.ApprovalService.Tests</AssemblyName>
98
<RootNamespace>Unicorn.Web.ApprovalService.Tests</RootNamespace>

Unicorn.Web/ApprovalService/ApprovalService.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
<Nullable>enable</Nullable>
77
<AssemblyName>Unicorn.Web.ApprovalService</AssemblyName>
88
<RootNamespace>Unicorn.Web.ApprovalService</RootNamespace>
9-
<OutputType>Library</OutputType>
10-
<IsPackable>false</IsPackable>
119
</PropertyGroup>
1210

1311
<ItemGroup>

0 commit comments

Comments
 (0)