Blog.Core/Directory.Build.props

6 lines
162 B
Plaintext
Raw Normal View History

<Project>
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>