diff options
author | crupest <crupest@outlook.com> | 2019-11-18 19:56:58 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-11-18 19:56:58 +0800 |
commit | 2238568fdfc891d69e8174060e54845c7a3d5e95 (patch) | |
tree | 43423a4e68730ab177078bbb2ac7d080aaf20fe5 /Timeline.Tests/Timeline.Tests.csproj | |
parent | f927dcf674094857ba9729789ed0a5b272495332 (diff) | |
download | timeline-2238568fdfc891d69e8174060e54845c7a3d5e95.tar.gz timeline-2238568fdfc891d69e8174060e54845c7a3d5e95.tar.bz2 timeline-2238568fdfc891d69e8174060e54845c7a3d5e95.zip |
Clean project files.
Diffstat (limited to 'Timeline.Tests/Timeline.Tests.csproj')
-rw-r--r-- | Timeline.Tests/Timeline.Tests.csproj | 8 |
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>
|