aboutsummaryrefslogtreecommitdiff
path: root/Timeline.Tests/Timeline.Tests.csproj
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-11-18 19:56:58 +0800
committercrupest <crupest@outlook.com>2019-11-18 19:56:58 +0800
commit0ff55237330279e5df6cd2838e4b90507d3542a6 (patch)
tree43423a4e68730ab177078bbb2ac7d080aaf20fe5 /Timeline.Tests/Timeline.Tests.csproj
parent0b77c676b81d7340560b22fc6609740df98e9141 (diff)
downloadtimeline-0ff55237330279e5df6cd2838e4b90507d3542a6.tar.gz
timeline-0ff55237330279e5df6cd2838e4b90507d3542a6.tar.bz2
timeline-0ff55237330279e5df6cd2838e4b90507d3542a6.zip
Clean project files.
Diffstat (limited to 'Timeline.Tests/Timeline.Tests.csproj')
-rw-r--r--Timeline.Tests/Timeline.Tests.csproj8
1 files changed, 2 insertions, 6 deletions
diff --git a/Timeline.Tests/Timeline.Tests.csproj b/Timeline.Tests/Timeline.Tests.csproj
index 21e887eb..bf7a4fb4 100644
--- a/Timeline.Tests/Timeline.Tests.csproj
+++ b/Timeline.Tests/Timeline.Tests.csproj
@@ -15,8 +15,8 @@
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.7" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="3.0.0" />
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.6">
- <PrivateAssets>all</PrivateAssets>
- <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
+ <PrivateAssets>all</PrivateAssets>
+ <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.3.0" />
@@ -31,8 +31,4 @@
<ItemGroup>
<ProjectReference Include="..\Timeline\Timeline.csproj" />
</ItemGroup>
-
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
</Project>