-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLava.NET.csproj
More file actions
29 lines (23 loc) · 758 Bytes
/
Copy pathLava.NET.csproj
File metadata and controls
29 lines (23 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.0.1</Version>
<GenerateDocumentationFile>False</GenerateDocumentationFile>
<Authors>yawaflua</Authors>
<Company>yawaflua</Company>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/yawaflua/Lava.NET</RepositoryUrl>
<NeutralLanguage>ru</NeutralLanguage>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
<None Update="README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
</Project>