1
0
mirror of https://github.com/TsakiDev/gitea-comment.git synced 2024-09-14 08:20:35 +02:00
gitea-comment/IT.GiteaComment.csproj

14 lines
403 B
XML
Raw Normal View History

2022-06-28 21:41:55 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.8" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="3.1.8" />
</ItemGroup>
</Project>