diff options
Diffstat (limited to 'WebApplication1/WebApplication1.csproj')
-rw-r--r-- | WebApplication1/WebApplication1.csproj | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/WebApplication1/WebApplication1.csproj b/WebApplication1/WebApplication1.csproj deleted file mode 100644 index 710a1eb..0000000 --- a/WebApplication1/WebApplication1.csproj +++ /dev/null @@ -1,15 +0,0 @@ -<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> |