Refactoring project.

This commit is contained in:
Steven Hildreth 2018-12-26 13:39:13 -06:00
parent b91a72e920
commit b08c53de54
329 changed files with 111 additions and 308 deletions

View file

@ -0,0 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.SignalR" Version="1.1.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Roadie.Api.Library\Roadie.Api.Library.csproj" />
</ItemGroup>
</Project>

View file

@ -29,7 +29,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\RoadieLibrary\Roadie.Library.csproj" />
<ProjectReference Include="..\Roadie.Api.Library\Roadie.Api.Library.csproj" />
</ItemGroup>
</Project>

Some files were not shown because too many files have changed in this diff Show more