add asp.net project

This commit is contained in:
Tim Wundenberg
2021-07-07 20:46:26 +02:00
parent ba17e43cbb
commit 8a21bb31ff
15 changed files with 290 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
</Project>