File tree 6 files changed +8
-8
lines changed
src/Examples/OperationsExample
JsonApiDotNetCoreExampleTests
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 10
10
<PackageReference Include =" xunit" Version =" $(xUnitVersion)" />
11
11
</ItemGroup >
12
12
<ItemGroup >
13
- <ProjectReference Include =" ..\ src\ JsonApiDotNetCore\ JsonApiDotNetCore.csproj" />
13
+ <ProjectReference Include =" ../ src/ JsonApiDotNetCore/ JsonApiDotNetCore.csproj" />
14
14
</ItemGroup >
15
15
</Project >
Original file line number Diff line number Diff line change 8
8
9
9
<ItemGroup >
10
10
<ProjectReference Include =" ../../JsonApiDotNetCore/JsonApiDotNetCore.csproj" />
11
- <ProjectReference Include =" ..\ JsonApiDotNetCoreExample\ JsonApiDotNetCoreExample.csproj" />
11
+ <ProjectReference Include =" ../ JsonApiDotNetCoreExample/ JsonApiDotNetCoreExample.csproj" />
12
12
</ItemGroup >
13
13
14
14
<ItemGroup >
Original file line number Diff line number Diff line change 13
13
<ItemGroup >
14
14
<ProjectReference Include =" ../../src/Examples/JsonApiDotNetCoreExample/JsonApiDotNetCoreExample.csproj" />
15
15
<ProjectReference Include =" ../../src/Examples/NoEntityFrameworkExample/NoEntityFrameworkExample.csproj" />
16
- <ProjectReference Include =" ..\ UnitTests\ UnitTests.csproj" />
16
+ <ProjectReference Include =" ../ UnitTests/ UnitTests.csproj" />
17
17
</ItemGroup >
18
18
19
19
<ItemGroup >
Original file line number Diff line number Diff line change 17
17
<ProjectReference Include =" ../../src/Examples/JsonApiDotNetCoreExample/JsonApiDotNetCoreExample.csproj" />
18
18
<ProjectReference Include =" ../../test/JsonApiDotNetCoreExampleTests/JsonApiDotNetCoreExampleTests.csproj" />
19
19
<ProjectReference Include =" ../../src/Examples/NoEntityFrameworkExample/NoEntityFrameworkExample.csproj" />
20
- <ProjectReference Include =" ..\ UnitTests\ UnitTests.csproj" />
20
+ <ProjectReference Include =" ../ UnitTests/ UnitTests.csproj" />
21
21
</ItemGroup >
22
22
<ItemGroup >
23
23
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" $(TestSdkVersion)" />
Original file line number Diff line number Diff line change 13
13
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.2.0" />
14
14
</ItemGroup >
15
15
<ItemGroup >
16
- <ProjectReference Include =" ..\..\ src\ Examples\ OperationsExample\ OperationsExample.csproj" />
17
- <ProjectReference Include =" ..\ UnitTests\ UnitTests.csproj" />
16
+ <ProjectReference Include =" ../../ src/ Examples/ OperationsExample/ OperationsExample.csproj" />
17
+ <ProjectReference Include =" ../ UnitTests/ UnitTests.csproj" />
18
18
</ItemGroup >
19
19
<ItemGroup >
20
20
<None Update =" xunit.runner.json;appsettings.json" >
Original file line number Diff line number Diff line change 4
4
<IsPackable >false</IsPackable >
5
5
</PropertyGroup >
6
6
<ItemGroup >
7
- <ProjectReference Include =" ..\..\ src\ JsonApiDotNetCore\ JsonApiDotNetCore.csproj" />
8
- <ProjectReference Include =" ..\..\ src\ Examples\ JsonApiDotNetCoreExample\ JsonApiDotNetCoreExample.csproj" />
7
+ <ProjectReference Include =" ../../ src/ JsonApiDotNetCore/ JsonApiDotNetCore.csproj" />
8
+ <ProjectReference Include =" ../../ src/ Examples/ JsonApiDotNetCoreExample/ JsonApiDotNetCoreExample.csproj" />
9
9
</ItemGroup >
10
10
<ItemGroup >
11
11
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" $(TestSdkVersion)" />
You can’t perform that action at this time.
0 commit comments