Use implicit package references (#626)

This commit is contained in:
RogueException
2017-04-26 10:03:23 -03:00
committed by GitHub
parent 582b8f9637
commit f8b9acc4a1
7 changed files with 1 additions and 26 deletions

View File

@@ -9,7 +9,4 @@
<ItemGroup>
<ProjectReference Include="..\Discord.Net.Core\Discord.Net.Core.csproj" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' ">
<PackageReference Include="System.IO.FileSystem" Version="4.3.0" />
</ItemGroup>
</Project>