diff options
author | crupest <crupest@outlook.com> | 2020-03-10 03:04:23 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-03-10 03:04:23 +0800 |
commit | e7ca87f25dae2f806469043ee556d4790d9ebcae (patch) | |
tree | 17d64590d81fc02a2b8e3df88963288b0ca85bb7 /Timeline.Tests/Timeline.Tests.csproj | |
parent | 893ed4eee63997f2d91d6715d4355d9f767b2c40 (diff) | |
download | timeline-e7ca87f25dae2f806469043ee556d4790d9ebcae.tar.gz timeline-e7ca87f25dae2f806469043ee556d4790d9ebcae.tar.bz2 timeline-e7ca87f25dae2f806469043ee556d4790d9ebcae.zip |
...
Diffstat (limited to 'Timeline.Tests/Timeline.Tests.csproj')
-rw-r--r-- | Timeline.Tests/Timeline.Tests.csproj | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/Timeline.Tests/Timeline.Tests.csproj b/Timeline.Tests/Timeline.Tests.csproj deleted file mode 100644 index 00c1e103..00000000 --- a/Timeline.Tests/Timeline.Tests.csproj +++ /dev/null @@ -1,33 +0,0 @@ -<Project Sdk="Microsoft.NET.Sdk.Web">
-
- <PropertyGroup>
- <TargetFramework>netcoreapp3.1</TargetFramework>
-
- <LangVersion>8.0</LangVersion>
- </PropertyGroup>
-
- <ItemGroup>
- <PackageReference Include="coverlet.collector" Version="1.2.0">
- <PrivateAssets>all</PrivateAssets>
- <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
- </PackageReference>
- <PackageReference Include="FluentAssertions" Version="5.10.2" />
- <PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.7" />
- <PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="3.1.2" />
- <PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.8">
- <PrivateAssets>all</PrivateAssets>
- <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
- </PackageReference>
- <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
- <PackageReference Include="Moq" Version="4.13.1" />
- <PackageReference Include="xunit" Version="2.4.1" />
- <PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
- <PrivateAssets>all</PrivateAssets>
- <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
- </PackageReference>
- </ItemGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\Timeline\Timeline.csproj" />
- </ItemGroup>
-</Project>
|