mirror of
https://github.com/CyberL1/MyMcRealms.git
synced 2025-04-18 13:57:01 -04:00
18 lines
559 B
XML
18 lines
559 B
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<InvariantGlobalization>true</InvariantGlobalization>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="DotNetEnv" Version="3.1.1" />
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|
<PackageReference Include="Semver" Version="2.3.0" />
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.3" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|