aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Timeline.csproj
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-08-17 17:56:01 +0800
committerGitHub <noreply@github.com>2019-08-17 17:56:01 +0800
commit2d33ed8dc93a99fd5f24a9d4b2c609ddf078d367 (patch)
treefb8a9ed7520287a6aad50d22cc64c75b3f687a2b /Timeline/Timeline.csproj
parentff7a7bdb8807f4b7faaaaf56677a99b23ac3c6ba (diff)
parente19f567dd61cecdd738a6eacdd073a097f66e36b (diff)
downloadtimeline-2d33ed8dc93a99fd5f24a9d4b2c609ddf078d367.tar.gz
timeline-2d33ed8dc93a99fd5f24a9d4b2c609ddf078d367.tar.bz2
timeline-2d33ed8dc93a99fd5f24a9d4b2c609ddf078d367.zip
Merge pull request #41 from crupest/database
Enhance database.
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" />