summaryrefslogtreecommitdiff
path: root/Blog/Blog.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Blog/Blog.csproj')
-rw-r--r--Blog/Blog.csproj9
1 files changed, 9 insertions, 0 deletions
diff --git a/Blog/Blog.csproj b/Blog/Blog.csproj
new file mode 100644
index 0000000..3cb3a89
--- /dev/null
+++ b/Blog/Blog.csproj
@@ -0,0 +1,9 @@
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>