summaryrefslogtreecommitdiff
path: root/WebApplication1/WebApplication1.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'WebApplication1/WebApplication1.csproj')
-rw-r--r--WebApplication1/WebApplication1.csproj15
1 files changed, 15 insertions, 0 deletions
diff --git a/WebApplication1/WebApplication1.csproj b/WebApplication1/WebApplication1.csproj
new file mode 100644
index 0000000..710a1eb
--- /dev/null
+++ b/WebApplication1/WebApplication1.csproj
@@ -0,0 +1,15 @@
+<Project Sdk="Microsoft.NET.Sdk.Web">
+
+ <PropertyGroup>
+ <TargetFramework>netcoreapp2.1</TargetFramework>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <Folder Include="wwwroot\" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <PackageReference Include="Microsoft.AspNetCore.App" />
+ </ItemGroup>
+
+</Project>