Fixes deps and copying (#72)

This commit is contained in:
Kamron Batman 2020-01-09 01:20:58 -08:00 committed by 3HMonkey
parent 21511b1c60
commit d6bba58b59
3 changed files with 18 additions and 17 deletions

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="Current">
<PropertyGroup>
<RootNamespace>Server</RootNamespace>
@ -36,6 +36,6 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Connections.Abstractions" Version="3.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Connections.Abstractions" Version="3.1.0" />
</ItemGroup>
</Project>