Replace Project- with PackageReference on samples. (#2297)

* Init

* Resolve errors
This commit is contained in:
Armano den Boef
2022-05-18 09:49:21 +02:00
committed by GitHub
parent 725d2557dd
commit 6d21e42ddf
6 changed files with 13 additions and 27 deletions

View File

@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Discord.Net.WebSocket\Discord.Net.WebSocket.csproj" />
<PackageReference Include="Discord.Net.WebSocket" Version="3.6.1"/>
</ItemGroup>
</Project>