Skip to content

Commit 45486c3

Browse files
author
Bart Koelman
committed
Cleanup of some strange project dependencies
1 parent 54553ad commit 45486c3

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

test/IntegrationTests/IntegrationTests.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>$(NetCoreAppVersion)</TargetFramework>
44
</PropertyGroup>
@@ -11,7 +11,6 @@
1111

1212
<ItemGroup>
1313
<ProjectReference Include="..\..\src\Examples\JsonApiDotNetCoreExample\JsonApiDotNetCoreExample.csproj" />
14-
<ProjectReference Include="..\..\src\JsonApiDotNetCore\JsonApiDotNetCore.csproj" />
1514
</ItemGroup>
1615

1716
<ItemGroup>

test/JsonApiDotNetCoreExampleTests/JsonApiDotNetCoreExampleTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111

1212
<ItemGroup>
1313
<ProjectReference Include="..\..\src\Examples\JsonApiDotNetCoreExample\JsonApiDotNetCoreExample.csproj" />
14-
<ProjectReference Include="..\UnitTests\UnitTests.csproj" />
1514
</ItemGroup>
1615

1716
<ItemGroup>
17+
<PackageReference Include="Bogus" Version="$(BogusVersion)" />
1818
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="$(AspNetCoreVersion)" />
1919
<PackageReference Include="xunit" Version="$(XUnitVersion)" />
2020
<PackageReference Include="xunit.runner.visualstudio" Version="$(XUnitVersion)" />

test/UnitTests/UnitTests.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>$(NetCoreAppVersion)</TargetFramework>
44
</PropertyGroup>
@@ -10,7 +10,6 @@
1010
</ItemGroup>
1111

1212
<ItemGroup>
13-
<ProjectReference Include="..\..\src\JsonApiDotNetCore\JsonApiDotNetCore.csproj" />
1413
<ProjectReference Include="..\..\src\Examples\JsonApiDotNetCoreExample\JsonApiDotNetCoreExample.csproj" />
1514
</ItemGroup>
1615

0 commit comments

Comments
 (0)