Browse Source

Add notification of potential difference in sample csproj

pull/988/head
Hsu Still 7 years ago
parent
commit
8a4c06acb6
No known key found for this signature in database GPG Key ID: 8601A145FDA95209
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      docs/guides/getting_started/samples/project.csproj

+ 3
- 0
docs/guides/getting_started/samples/project.csproj View File

@@ -1,5 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

// The following may differ depending on the latest version of
// .NET Core Framework or Discord.NET.
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp1.1</TargetFramework>


Loading…
Cancel
Save