Files
Lava.NET/Lava.NET.csproj
2024-03-07 18:11:59 +03:00

23 lines
502 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>v1.0.0</Version>
</PropertyGroup>
<ItemGroup>
<Compile Include=".github\workflows\dotnet.yml" />
</ItemGroup>
<ItemGroup>
<None Include=".github\workflows\nuget.yml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
</Project>