Update project and run configurations
Removed unused folder references from the API project file to clean up the structure. Updated the run configuration to correctly reference the Mithrandir API instead of the Bridgekeeper API.
This commit is contained in:
parent
cfe3ce76c8
commit
ba54eb7ec5
@ -1,6 +1,6 @@
|
|||||||
<component name="ProjectRunConfigurationManager">
|
<component name="ProjectRunConfigurationManager">
|
||||||
<configuration default="false" name="Gandalf" type="CompoundRunConfigurationType">
|
<configuration default="false" name="Gandalf" type="CompoundRunConfigurationType">
|
||||||
<toRun name="Suspectus.Gandalf.Bridgekeeper.Api: https" type="LaunchSettings" />
|
<toRun name="Suspectus.Gandalf.Mithrandir.Api: https" type="LaunchSettings" />
|
||||||
<toRun name="Suspectus.Gandalf.Palantir.Api: https" type="LaunchSettings" />
|
<toRun name="Suspectus.Gandalf.Palantir.Api: https" type="LaunchSettings" />
|
||||||
<method v="2" />
|
<method v="2" />
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|||||||
@ -12,11 +12,6 @@
|
|||||||
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="9.0.5" />
|
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="9.0.5" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<Folder Include="Contracts\Auth\Commands\" />
|
|
||||||
<Folder Include="Contracts\Auth\Queries\" />
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\Suspectus.Gandalf.Mithrandir.Contracts\Suspectus.Gandalf.Mithrandir.Contracts.csproj" />
|
<ProjectReference Include="..\Suspectus.Gandalf.Mithrandir.Contracts\Suspectus.Gandalf.Mithrandir.Contracts.csproj" />
|
||||||
<ProjectReference Include="..\Suspectus.Gandalf.Palantir.Client\Suspectus.Gandalf.Palantir.Client.csproj" />
|
<ProjectReference Include="..\Suspectus.Gandalf.Palantir.Client\Suspectus.Gandalf.Palantir.Client.csproj" />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user