diff options
author | crupest <crupest@outlook.com> | 2019-03-14 23:01:19 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-03-14 23:01:19 +0800 |
commit | ff8a3ceca3c4bfe5b858957e66ed7e8f1719c97e (patch) | |
tree | 05d93a561ef35c53d1343131907e6fbaf2fe30ee /Timeline.Tests/Timeline.Test-CI.csproj | |
parent | 1fc9f877760fa78da57ec22c08c5d6e9e194fafe (diff) | |
download | timeline-ff8a3ceca3c4bfe5b858957e66ed7e8f1719c97e.tar.gz timeline-ff8a3ceca3c4bfe5b858957e66ed7e8f1719c97e.tar.bz2 timeline-ff8a3ceca3c4bfe5b858957e66ed7e8f1719c97e.zip |
Optimize. Get rid of repeated yarn install.
Diffstat (limited to 'Timeline.Tests/Timeline.Test-CI.csproj')
-rw-r--r-- | Timeline.Tests/Timeline.Test-CI.csproj | 27 |
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> |