diff options
author | 杨宇千 <crupest@outlook.com> | 2019-08-18 18:07:50 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-08-18 18:07:50 +0800 |
commit | 36a5a7c81569bbc4fa76b77e9823767d951944b4 (patch) | |
tree | 21b4c77e48f34e1a72858209e4d4d6d7978b663a /Timeline/Timeline.csproj | |
parent | 0630fd020ec11e343b787a18d70f1f13fdb350b3 (diff) | |
download | timeline-36a5a7c81569bbc4fa76b77e9823767d951944b4.tar.gz timeline-36a5a7c81569bbc4fa76b77e9823767d951944b4.tar.bz2 timeline-36a5a7c81569bbc4fa76b77e9823767d951944b4.zip |
Add avatar service.
Diffstat (limited to 'Timeline/Timeline.csproj')
-rw-r--r-- | Timeline/Timeline.csproj | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Timeline/Timeline.csproj b/Timeline/Timeline.csproj index 1f70c634..29ff3354 100644 --- a/Timeline/Timeline.csproj +++ b/Timeline/Timeline.csproj @@ -5,12 +5,6 @@ <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" />
|