diff options
author | 杨宇千 <crupest@outlook.com> | 2019-08-08 17:41:59 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-08-08 17:41:59 +0800 |
commit | d3e8485bcd1070108299995d6335318dea6a1c22 (patch) | |
tree | 99f13fac6846a3eb299bbdfa4ff6b193e4873019 /Timeline.Tests/Timeline.Tests.csproj | |
parent | 517d8023c348893221b150a8bdf04a91ee513b6b (diff) | |
download | timeline-d3e8485bcd1070108299995d6335318dea6a1c22.tar.gz timeline-d3e8485bcd1070108299995d6335318dea6a1c22.tar.bz2 timeline-d3e8485bcd1070108299995d6335318dea6a1c22.zip |
Reorganize unit tests.
Diffstat (limited to 'Timeline.Tests/Timeline.Tests.csproj')
-rw-r--r-- | Timeline.Tests/Timeline.Tests.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline.Tests/Timeline.Tests.csproj b/Timeline.Tests/Timeline.Tests.csproj index 8cc304f4..854c63ac 100644 --- a/Timeline.Tests/Timeline.Tests.csproj +++ b/Timeline.Tests/Timeline.Tests.csproj @@ -1,4 +1,4 @@ -<Project Sdk="Microsoft.NET.Sdk.Web">
+<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
|