Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 148be58

Browse files
Removing references to GitHub.Unity from unit & integration test projects
1 parent 9c28121 commit 148be58

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

src/tests/IntegrationTests/IntegrationTests.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,6 @@
9898
<Project>{66a1d219-f61d-4ae4-9bd7-aaeb97276fff}</Project>
9999
<Name>TestUtils</Name>
100100
</ProjectReference>
101-
<ProjectReference Include="$(SolutionDir)src\UnityExtension\Assets\Editor\GitHub.Unity\GitHub.Unity.csproj">
102-
<Project>{add7a18b-dd2a-4c22-a2c1-488964eff30a}</Project>
103-
<Name>GitHub.Unity</Name>
104-
</ProjectReference>
105101
<Reference Include="sfw.net">
106102
<HintPath>$(SolutionDir)\lib\sfw.net\$(Configuration)\sfw.net.dll</HintPath>
107103
<Private>True</Private>

src/tests/TestUtils/TestUtils.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@
7676
<Project>{bb6a8eda-15d8-471b-a6ed-ee551e0b3ba0}</Project>
7777
<Name>GitHub.Logging</Name>
7878
</ProjectReference>
79-
<ProjectReference Include="..\..\UnityExtension\Assets\Editor\GitHub.Unity\GitHub.Unity.csproj">
80-
<Project>{add7a18b-dd2a-4c22-a2c1-488964eff30a}</Project>
81-
<Name>GitHub.Unity</Name>
82-
</ProjectReference>
8379
</ItemGroup>
8480
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
8581
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

src/tests/UnitTests/UnitTests.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,6 @@
117117
<Project>{66a1d219-f61d-4ae4-9bd7-aaeb97276fff}</Project>
118118
<Name>TestUtils</Name>
119119
</ProjectReference>
120-
<ProjectReference Include="$(SolutionDir)\src\UnityExtension\Assets\Editor\GitHub.Unity\GitHub.Unity.csproj">
121-
<Project>{add7a18b-dd2a-4c22-a2c1-488964eff30a}</Project>
122-
<Name>GitHub.Unity</Name>
123-
</ProjectReference>
124120
<Reference Include="sfw.net">
125121
<HintPath>$(SolutionDir)\lib\sfw.net\$(Configuration)\sfw.net.dll</HintPath>
126122
<Private>True</Private>

0 commit comments

Comments
 (0)