We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90656ac commit 5061cc3Copy full SHA for 5061cc3
test/JsonApiDotNetCoreExampleTests/JsonApiDotNetCoreExampleTests.csproj
@@ -2,12 +2,7 @@
2
<Import Project="..\..\build\dependencies.props" />
3
<PropertyGroup>
4
<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>
+ <IsPackable>false</IsPackable>
11
</PropertyGroup>
12
13
<ItemGroup>
0 commit comments