Fixed references

This commit is contained in:
RogueException
2015-11-08 17:02:31 -04:00
parent 63e70468e1
commit ee3677fde0
2 changed files with 6 additions and 1 deletions

View File

@@ -55,6 +55,10 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Discord.Net.Commands.Net45\Discord.Net.Commands.csproj">
<Project>{1b5603b4-6f8f-4289-b945-7baae523d740}</Project>
<Name>Discord.Net.Commands</Name>
</ProjectReference>
<ProjectReference Include="..\Discord.Net.Net45\Discord.Net.csproj">
<Project>{8d71a857-879a-4a10-859e-5ff824ed6688}</Project>
<Name>Discord.Net</Name>

View File

@@ -13,7 +13,8 @@
"warningsAsErrors": true
},
"dependencies": {
"Discord.Net": "0.8.1-beta1"
"Discord.Net": "0.8.1-beta1",
"Discord.Net.Commands": "0.8.1-beta1"
},
"frameworks": {
"net45": { },