pechka-fullstack-setup/Keroosha.Pechka.Web/Keroosha.Pechka.Web.csproj

11 lines
259 B
XML
Raw Normal View History

2023-07-02 18:06:26 +03:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>