This repository has been archived on 2024-12-22. You can view files and clone it, but cannot push or open issues or pull requests.
elliebot/src/Ellie.Econ/Ellie.Econ.csproj

14 lines
309 B
XML
Raw Normal View History

2023-07-11 12:17:25 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Ellise.Common\Ellise.Common.csproj" />
</ItemGroup>
</Project>