-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathVampireWebhook.csproj
More file actions
22 lines (22 loc) · 1.08 KB
/
VampireWebhook.csproj
File metadata and controls
22 lines (22 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AssemblyName>VampireWebhook</AssemblyName>
<Description>Simple webhook integration</Description>
<Version>0.1.10</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<RootNamespace>VampireWebhook</RootNamespace>
<BepInExPluginGuid>phlebotomist.morphine.VampireWebhook</BepInExPluginGuid>
<AssemblyVersion>0.1.10.0</AssemblyVersion>
<FileVersion>0.1.10.0</FileVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BepInEx.Unity.IL2CPP" Version="6.0.0-be.733" IncludeAssets="compile" />
<PackageReference Include="BepInEx.Core" Version="6.0.0-be.733" IncludeAssets="compile" />
<PackageReference Include="BepInEx.PluginInfoProps" Version="2.*" />
<PackageReference Include="VRising.Unhollowed.Client" Version="1.1.*" />
<PackageReference Include="VRising.VampireCommandFramework" Version="0.10.*" />
<!-- <PackageReference Include="VRising.Bloodstone" Version="0.2.*" /> -->
</ItemGroup>
</Project>