Skip to content

Commit 5061cc3

Browse files
committed
chore(example csproj): remove unnecessary members
1 parent 90656ac commit 5061cc3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

test/JsonApiDotNetCoreExampleTests/JsonApiDotNetCoreExampleTests.csproj

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@
22
<Import Project="..\..\build\dependencies.props" />
33
<PropertyGroup>
44
<TargetFramework>$(NetCoreAppVersion)</TargetFramework>
5-
<PreserveCompilationContext>true</PreserveCompilationContext>
6-
<AssemblyName>JsonApiDotNetCoreExampleTests</AssemblyName>
7-
<OutputType>Exe</OutputType>
8-
<PackageId>JsonApiDotNetCoreExampleTests</PackageId>
9-
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
10-
<ServerGarbageCollection>true</ServerGarbageCollection>
5+
<IsPackable>false</IsPackable>
116
</PropertyGroup>
127

138
<ItemGroup>

0 commit comments

Comments
 (0)