|
1 |
| -<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0"> |
2 |
| - |
3 |
| - <Import Project="..\..\build\common.props" /> |
4 |
| - |
5 |
| - <PropertyGroup> |
6 |
| - <TargetFrameworks>netcoreapp1.1;net451</TargetFrameworks> |
7 |
| - <RuntimeIdentifier Condition="'$(TargetFramework)'!='netcoreapp1.1'">win7-x64</RuntimeIdentifier> |
8 |
| - </PropertyGroup> |
9 |
| - |
10 |
| - <ItemGroup> |
11 |
| - <Compile Include="..\shared\*.cs" /> |
12 |
| - <Content Include="TestDocument1MB.txt"> |
13 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
14 |
| - </Content> |
15 |
| - <Content Include="SubFolder\**\*;TestDocument.txt"> |
16 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
17 |
| - <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
18 |
| - </Content> |
19 |
| - </ItemGroup> |
20 |
| - |
21 |
| - <ItemGroup> |
22 |
| - <ProjectReference Include="..\..\src\Microsoft.AspNetCore.StaticFiles\Microsoft.AspNetCore.StaticFiles.csproj" /> |
23 |
| - </ItemGroup> |
24 |
| - |
25 |
| - <ItemGroup> |
26 |
| - <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0-*" /> |
27 |
| - <PackageReference Include="xunit.runner.visualstudio" Version="2.2.0-*" /> |
28 |
| - <PackageReference Include="Microsoft.AspNetCore.Server.IntegrationTesting" Version="0.3.0-*" /> |
29 |
| - <PackageReference Include="Microsoft.AspNetCore.Server.HttpSys" Version="1.2.0-*" /> |
30 |
| - <PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="1.2.0-*" /> |
31 |
| - <PackageReference Include="Microsoft.AspNetCore.Testing" Version="1.2.0-*" /> |
32 |
| - <PackageReference Include="Microsoft.Extensions.Logging.Testing" Version="1.2.0-*" /> |
33 |
| - <PackageReference Include="xunit" Version="2.2.0-*" /> |
34 |
| - </ItemGroup> |
35 |
| - |
36 |
| -</Project> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0"> |
| 2 | + |
| 3 | + <Import Project="..\..\build\common.props" /> |
| 4 | + |
| 5 | + <PropertyGroup> |
| 6 | + <TargetFrameworks>netcoreapp1.1;net451</TargetFrameworks> |
| 7 | + <RuntimeIdentifier Condition="'$(TargetFramework)'!='netcoreapp1.1'">win7-x64</RuntimeIdentifier> |
| 8 | + </PropertyGroup> |
| 9 | + |
| 10 | + <ItemGroup> |
| 11 | + <Compile Include="..\shared\*.cs" /> |
| 12 | + <Content Include="TestDocument1MB.txt"> |
| 13 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 14 | + </Content> |
| 15 | + <Content Include="SubFolder\**\*;TestDocument.txt"> |
| 16 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 17 | + <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
| 18 | + </Content> |
| 19 | + </ItemGroup> |
| 20 | + |
| 21 | + <ItemGroup> |
| 22 | + <ProjectReference Include="..\..\src\Microsoft.AspNetCore.StaticFiles\Microsoft.AspNetCore.StaticFiles.csproj" /> |
| 23 | + </ItemGroup> |
| 24 | + |
| 25 | + <ItemGroup> |
| 26 | + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0-*" /> |
| 27 | + <PackageReference Include="xunit.runner.visualstudio" Version="2.2.0-*" /> |
| 28 | + <PackageReference Include="Microsoft.AspNetCore.Server.IntegrationTesting" Version="0.3.0-*" /> |
| 29 | + <PackageReference Include="Microsoft.AspNetCore.Server.HttpSys" Version="1.2.0-*" /> |
| 30 | + <PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="1.2.0-*" /> |
| 31 | + <PackageReference Include="Microsoft.AspNetCore.Testing" Version="1.2.0-*" /> |
| 32 | + <PackageReference Include="Microsoft.Extensions.Logging.Testing" Version="1.2.0-*" /> |
| 33 | + <PackageReference Include="xunit" Version="2.2.0-*" /> |
| 34 | + </ItemGroup> |
| 35 | + |
| 36 | +</Project> |
0 commit comments