File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
JsonApiDotNetCoreExampleTests Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<TargetFramework >$(NetCoreAppVersion)</TargetFramework >
4
4
</PropertyGroup >
11
11
12
12
<ItemGroup >
13
13
<ProjectReference Include =" ..\..\src\Examples\JsonApiDotNetCoreExample\JsonApiDotNetCoreExample.csproj" />
14
- <ProjectReference Include =" ..\..\src\JsonApiDotNetCore\JsonApiDotNetCore.csproj" />
15
14
</ItemGroup >
16
15
17
16
<ItemGroup >
Original file line number Diff line number Diff line change 11
11
12
12
<ItemGroup >
13
13
<ProjectReference Include =" ..\..\src\Examples\JsonApiDotNetCoreExample\JsonApiDotNetCoreExample.csproj" />
14
- <ProjectReference Include =" ..\UnitTests\UnitTests.csproj" />
15
14
</ItemGroup >
16
15
17
16
<ItemGroup >
17
+ <PackageReference Include =" Bogus" Version =" $(BogusVersion)" />
18
18
<PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" $(AspNetCoreVersion)" />
19
19
<PackageReference Include =" xunit" Version =" $(XUnitVersion)" />
20
20
<PackageReference Include =" xunit.runner.visualstudio" Version =" $(XUnitVersion)" />
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<TargetFramework >$(NetCoreAppVersion)</TargetFramework >
4
4
</PropertyGroup >
10
10
</ItemGroup >
11
11
12
12
<ItemGroup >
13
- <ProjectReference Include =" ..\..\src\JsonApiDotNetCore\JsonApiDotNetCore.csproj" />
14
13
<ProjectReference Include =" ..\..\src\Examples\JsonApiDotNetCoreExample\JsonApiDotNetCoreExample.csproj" />
15
14
</ItemGroup >
16
15
You can’t perform that action at this time.
0 commit comments