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

@@ -2,12 +2,12 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>WebHookClient</RootNamespace>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Discord.Net.Webhook\Discord.Net.Webhook.csproj" />
<PackageReference Include="Discord.Net.Webhook" Version="3.6.1" />
</ItemGroup>
</Project>