summaryrefslogtreecommitdiff
path: root/DSACore/DSACore.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'DSACore/DSACore.csproj')
-rw-r--r--DSACore/DSACore.csproj6
1 files changed, 5 insertions, 1 deletions
diff --git a/DSACore/DSACore.csproj b/DSACore/DSACore.csproj
index ad760c2..3d928e1 100644
--- a/DSACore/DSACore.csproj
+++ b/DSACore/DSACore.csproj
@@ -1,4 +1,4 @@
-<Project Sdk="Microsoft.NET.Sdk.Web">
+<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
@@ -18,4 +18,8 @@
<ProjectReference Include="..\FireBase\FireBase.csproj" />
</ItemGroup>
+ <ItemGroup>
+ <Compile Remove="Controllers\ValuesController.cs" />
+ </ItemGroup>
+
</Project>