3 implementations of AddProjectReferenceAsync
aspire (1)
DotNet\DotNetCliRunner.cs (1)
1735public async Task<int> AddProjectReferenceAsync(FileInfo projectFile, FileInfo referencedProject, ProcessInvocationOptions options, CancellationToken cancellationToken)
Aspire.Cli.Tests (2)
Templating\DotNetTemplateFactoryTests.cs (1)
444public Task<int> AddProjectReferenceAsync(FileInfo projectFile, FileInfo referencedProjectFile, ProcessInvocationOptions options, CancellationToken cancellationToken)
TestServices\TestDotNetCliRunner.cs (1)
193public Task<int> AddProjectReferenceAsync(FileInfo projectFile, FileInfo referencedProject, ProcessInvocationOptions options, CancellationToken cancellationToken)