git
/
blog.git
/
Blog
/
Blog.csproj
log
tree
refs
Blog/Blog.csproj
227 B · 9 lines ·
raw
·
history
1
<Project
Sdk=
"Microsoft.NET.Sdk.Web"
>
2
3
<PropertyGroup
>
4
<TargetFramework
>
net10.0
</TargetFramework
>
5
<Nullable
>
enable
</Nullable
>
6
<ImplicitUsings
>
enable
</ImplicitUsings
>
7
</PropertyGroup
>
8
9
</Project
>