Skip to content

Commit 2af559c

Browse files
Copilotdavidfowl
andcommitted
Fix test project builds - add InternalsVisibleTo and remove duplicate compile links
- Add Aspire.Hosting.Azure.Tests to InternalsVisibleTo - Remove duplicate shared file compile links from Azure.Tests project Co-authored-by: davidfowl <[email protected]>
1 parent 85a3e07 commit 2af559c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Aspire.Hosting/Aspire.Hosting.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
<InternalsVisibleTo Include="Aspire.TestUtilities" />
113113
<InternalsVisibleTo Include="Aspire.Cli.Tests" />
114114
<InternalsVisibleTo Include="Aspire.Hosting.Azure" />
115+
<InternalsVisibleTo Include="Aspire.Hosting.Azure.Tests" />
115116
<InternalsVisibleTo Include="Aspire.Hosting.Azure.AppContainers" />
116117
<InternalsVisibleTo Include="Aspire.Hosting.Azure.AppService" />
117118
</ItemGroup>

tests/Aspire.Hosting.Azure.Tests/Aspire.Hosting.Azure.Tests.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@
4747

4848
<Compile Include="$(TestsSharedDir)\TestInteractionService.cs" />
4949
<Compile Include="$(TestsSharedDir)\TestModuleInitializer.cs" />
50-
<Compile Include="..\..\src\Shared\Model\KnownProperties.cs" Link="KnownProperties.cs" />
51-
<Compile Include="..\..\src\Shared\StringComparers.cs" Link="StringComparers.cs" />
5250
</ItemGroup>
5351

5452
<ItemGroup>

0 commit comments

Comments
 (0)