Files
ASP.NET-MVC-Study/AdvancedC#Grammer/MySolution/MyConsoleApp/MyConsoleApp.csproj

11 lines
239 B
XML
Raw Normal View History

2023-08-22 10:52:21 +09:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>