Skip to content

Commit cf05384

Browse files
committed
Modify the reference and location of the unit test project
1 parent 6e62053 commit cf05384

35 files changed

Lines changed: 63 additions & 17 deletions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</ItemGroup>
2121

2222
<ItemGroup>
23-
<ProjectReference Include="..\..\src\c#\GeneralUpdate.Bowl\GeneralUpdate.Bowl.csproj" />
23+
<ProjectReference Include="..\GeneralUpdate.Bowl\GeneralUpdate.Bowl.csproj" />
2424
</ItemGroup>
2525

2626
</Project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

tests/ClientCoreTest/Bootstrap/GeneralClientBootstrapTests.cs renamed to src/c#/ClientCoreTest/Bootstrap/GeneralClientBootstrapTests.cs

File renamed without changes.

tests/ClientCoreTest/ClientCoreTest.csproj renamed to src/c#/ClientCoreTest/ClientCoreTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</ItemGroup>
2121

2222
<ItemGroup>
23-
<ProjectReference Include="..\..\src\c#\GeneralUpdate.ClientCore\GeneralUpdate.ClientCore.csproj" />
23+
<ProjectReference Include="..\GeneralUpdate.ClientCore\GeneralUpdate.ClientCore.csproj" />
2424
</ItemGroup>
2525

2626
</Project>
File renamed without changes.

0 commit comments

Comments
 (0)