Skip to content

Commit

Permalink
[Joker.OData] - linked files moved to EFCore version of self hosted s…
Browse files Browse the repository at this point in the history
…ervice
  • Loading branch information
tomasfabian committed Feb 7, 2024
1 parent 70cdd47 commit f39b1ae
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
<DockerComposeProjectPath>..\..\..\docker-compose.dcproj</DockerComposeProjectPath>
</PropertyGroup>

<ItemGroup>
<Compile Include="..\SelfHostedODataService.EFCore\HostedServices\ProductChangesHostedService.cs" Link="HostedServices\ProductChangesHostedService.cs" />
<Compile Include="..\SelfHostedODataService.EFCore\SignalR\Hubs\DataChangesHub.cs" Link="SignalR\Hubs\DataChangesHub.cs" />
<Compile Include="..\SelfHostedODataService.EFCore\SignalR\Hubs\IDataChangesHub.cs" Link="SignalR\Hubs\IDataChangesHub.cs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.1" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.5" />
Expand Down

0 comments on commit f39b1ae

Please sign in to comment.