summaryrefslogtreecommitdiff
path: root/Blog/Blog.csproj
diff options
context:
space:
mode:
authorMarijn Besseling <njirambem@gmail.com>2025-09-07 20:56:09 +0200
committerMarijn Besseling <njirambem@gmail.com>2025-09-07 20:56:09 +0200
commit9ab322751a732d8cbc1ddf4f2ecf5022d7242baa (patch)
tree49abc49c7d148b2f575aa5daef32875d44729561 /Blog/Blog.csproj
WIP migration
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>