forked from ServiceStack/ServiceStack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNetCoreWeb.Tests.csproj
More file actions
18 lines (18 loc) · 955 Bytes
/
Copy pathNetCoreWeb.Tests.csproj
File metadata and controls
18 lines (18 loc) · 955 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Folder Include="wwwroot\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0" />
<ProjectReference Include="..\..\..\ServiceStack.Text\src\ServiceStack.Text\ServiceStack.Text.csproj" />
<ProjectReference Include="..\..\src\ServiceStack.Interfaces\ServiceStack.Interfaces.csproj" />
<ProjectReference Include="..\..\src\ServiceStack\ServiceStack.csproj" />
<ProjectReference Include="..\..\src\ServiceStack.Client\ServiceStack.Client.csproj" />
<ProjectReference Include="..\..\src\ServiceStack.Common\ServiceStack.Common.csproj" />
<ProjectReference Include="..\..\src\ServiceStack.Mvc\ServiceStack.Mvc.csproj" />
<ProjectReference Include="..\..\src\ServiceStack.Server\ServiceStack.Server.csproj" />
</ItemGroup>
</Project>