CodeLiturgy.Dashboard/CodeLiturgy.SiteManager/CodeLiturgy.SiteManager.csproj

14 lines
350 B
XML
Raw Normal View History

2022-11-13 19:59:38 +03:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\include\Sharp.Augeas\Sharp.Augeas\Sharp.Augeas.csproj" />
</ItemGroup>
</Project>