-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscriptBot.csproj
More file actions
23 lines (19 loc) · 854 Bytes
/
scriptBot.csproj
File metadata and controls
23 lines (19 loc) · 854 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DSharpPlus" Version="4.2.0-nightly-01018" />
<PackageReference Include="DSharpPlus.SlashCommands" Version="4.2.0-nightly-01018" />
<PackageReference Include="System.Security.Permissions" Version="6.0.0-rc.1.21451.13" />
</ItemGroup>
<ItemGroup>
<Reference Include="Deltin.CustomGameAutomation">
<HintPath>..\Overwatch-Custom-Game-Automation\Deltin.CustomGameAutomation bin\Deltin.CustomGameAutomation.dll</HintPath>
</Reference>
<Reference Include="System.Windows.Forms">
<HintPath>..\..\..\..\..\Windows\Microsoft.NET\Framework\v4.0.30319\System.Windows.Forms.dll</HintPath>
</Reference>
</ItemGroup>
</Project>