aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Timeline.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/Timeline.csproj')
-rw-r--r--Timeline/Timeline.csproj8
1 files changed, 7 insertions, 1 deletions
diff --git a/Timeline/Timeline.csproj b/Timeline/Timeline.csproj
index 5f07cabc..1f70c634 100644
--- a/Timeline/Timeline.csproj
+++ b/Timeline/Timeline.csproj
@@ -1,10 +1,16 @@
-<Project Sdk="Microsoft.NET.Sdk.Web">
+<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<IsPackable>false</IsPackable>
<UserSecretsId>1f6fb74d-4277-4bc0-aeea-b1fc5ffb0b43</UserSecretsId>
<Authors>crupest</Authors>
</PropertyGroup>
+ <ItemGroup>
+ <Compile Remove="Migrations\20190817094126_Enhance.cs" />
+ <Compile Remove="Migrations\20190817094126_Enhance.Designer.cs" />
+ <Compile Remove="Migrations\20190817094254_Enhance.cs" />
+ <Compile Remove="Migrations\20190817094254_Enhance.Designer.cs" />
+ </ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" />