Skip to content

Commit

Permalink
Added project references for prototyping. The Flowdock poject referen…
Browse files Browse the repository at this point in the history
…ce is temporary for testing purposes
  • Loading branch information
helmsb committed Jul 3, 2017
1 parent 78bd2f4 commit 4c9d3c5
Showing 1 changed file with 23 additions and 17 deletions.
40 changes: 23 additions & 17 deletions CapCom.Orchestration/CapCom.Orchestration.csproj
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>netcoreapp1.1</TargetFramework>
</PropertyGroup>

<ItemGroup>
<Folder Include="wwwroot\" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore" Version="1.1.2" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="1.1.3" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="1.1.2" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>netcoreapp1.1</TargetFramework>
</PropertyGroup>

<ItemGroup>
<Folder Include="wwwroot\" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore" Version="1.1.2" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="1.1.3" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="1.1.2" />
<Project Include="CapComp.ChatFramework.Domain" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\CapCom.ChatFramwork.Domain\CapCom.ChatFramwork.Domain.csproj" />
<ProjectReference Include="..\Examples\ChatPlatform\CapCom.FlowDock\CapCom.FlowDock.csproj" />
</ItemGroup>

</Project>

0 comments on commit 4c9d3c5

Please sign in to comment.