diff options
author | 杨宇千 <crupest@outlook.com> | 2019-08-17 17:56:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-17 17:56:01 +0800 |
commit | 7bbd66270597c7f6f07f1ab5ec6c45b3dcfa388e (patch) | |
tree | fb8a9ed7520287a6aad50d22cc64c75b3f687a2b /Timeline/Timeline.csproj | |
parent | f0754f0d5feca407d5a327e634a84a3380507bc2 (diff) | |
parent | 0038741bae4f0c42262db96ab81bd14c6f6a0993 (diff) | |
download | timeline-7bbd66270597c7f6f07f1ab5ec6c45b3dcfa388e.tar.gz timeline-7bbd66270597c7f6f07f1ab5ec6c45b3dcfa388e.tar.bz2 timeline-7bbd66270597c7f6f07f1ab5ec6c45b3dcfa388e.zip |
Merge pull request #41 from crupest/database
Enhance database.
Diffstat (limited to 'Timeline/Timeline.csproj')
-rw-r--r-- | Timeline/Timeline.csproj | 8 |
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" />
|