mirror of
https://github.com/sphildreth/roadie
synced 2024-11-10 06:44:12 +00:00
Refactoring project.
This commit is contained in:
parent
b91a72e920
commit
b08c53de54
329 changed files with 111 additions and 308 deletions
16
Roadie.Api.Hubs/Roadie.Api.Hubs.csproj
Normal file
16
Roadie.Api.Hubs/Roadie.Api.Hubs.csproj
Normal 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>
|
|
@ -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
Loading…
Reference in a new issue