aboutsummaryrefslogtreecommitdiff
path: root/Timeline.Tests
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-03-14 23:01:19 +0800
committercrupest <crupest@outlook.com>2019-03-14 23:01:19 +0800
commit5158785a69a6305c4ed8ec9c3403e3e1bd6cf79d (patch)
treee33d3ae317623c3d457ba9bc07f7dbbb16c5a494 /Timeline.Tests
parent8c613260fdcccebaa6ba25d0fae237a5efd7a902 (diff)
downloadtimeline-5158785a69a6305c4ed8ec9c3403e3e1bd6cf79d.tar.gz
timeline-5158785a69a6305c4ed8ec9c3403e3e1bd6cf79d.tar.bz2
timeline-5158785a69a6305c4ed8ec9c3403e3e1bd6cf79d.zip
Optimize. Get rid of repeated yarn install.
Diffstat (limited to 'Timeline.Tests')
-rw-r--r--Timeline.Tests/Timeline.Test-CI.csproj27
1 files changed, 27 insertions, 0 deletions
diff --git a/Timeline.Tests/Timeline.Test-CI.csproj b/Timeline.Tests/Timeline.Test-CI.csproj
new file mode 100644
index 00000000..3639dbf8
--- /dev/null
+++ b/Timeline.Tests/Timeline.Test-CI.csproj
@@ -0,0 +1,27 @@
+<Project Sdk="Microsoft.NET.Sdk.Web">
+
+ <PropertyGroup>
+ <TargetFramework>netcoreapp2.2</TargetFramework>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <PackageReference Include="Microsoft.AspNetCore.App" />
+ <PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="2.2.0" />
+ <PackageReference Include="Microsoft.Extensions.Logging.Testing" Version="2.2.0-rtm-35646" />
+ <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
+ <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-CI.csproj" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <Folder Include="Properties\" />
+ </ItemGroup>
+
+</Project>