Skip to content
This repository was archived by the owner on Nov 22, 2018. It is now read-only.

Commit fec3cab

Browse files
committed
Fix line endings
1 parent 88abfa4 commit fec3cab

File tree

2 files changed

+53
-53
lines changed

2 files changed

+53
-53
lines changed
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
<Project Sdk="Microsoft.NET.Sdk.Web" ToolsVersion="15.0">
2-
3-
<PropertyGroup>
4-
<TargetFrameworks>net451;netcoreapp1.1</TargetFrameworks>
5-
<OutputType>Exe</OutputType>
6-
<RuntimeIdentifier Condition="'$(TargetFramework)'!='netcoreapp1.1'">win7-x64</RuntimeIdentifier>
7-
<NetCoreAppImplicitPackageVersion>1.2.0-*</NetCoreAppImplicitPackageVersion>
8-
</PropertyGroup>
9-
10-
<ItemGroup>
11-
<ProjectReference Include="..\..\src\Microsoft.AspNetCore.StaticFiles\Microsoft.AspNetCore.StaticFiles.csproj" />
12-
<PackageReference Include="Microsoft.AspNetCore.Server.IISIntegration" Version="1.2.0-*" />
13-
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="1.2.0-*" />
14-
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="1.2.0-*" />
15-
</ItemGroup>
16-
17-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk.Web" ToolsVersion="15.0">
2+
3+
<PropertyGroup>
4+
<TargetFrameworks>net451;netcoreapp1.1</TargetFrameworks>
5+
<OutputType>Exe</OutputType>
6+
<RuntimeIdentifier Condition="'$(TargetFramework)'!='netcoreapp1.1'">win7-x64</RuntimeIdentifier>
7+
<NetCoreAppImplicitPackageVersion>1.2.0-*</NetCoreAppImplicitPackageVersion>
8+
</PropertyGroup>
9+
10+
<ItemGroup>
11+
<ProjectReference Include="..\..\src\Microsoft.AspNetCore.StaticFiles\Microsoft.AspNetCore.StaticFiles.csproj" />
12+
<PackageReference Include="Microsoft.AspNetCore.Server.IISIntegration" Version="1.2.0-*" />
13+
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="1.2.0-*" />
14+
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="1.2.0-*" />
15+
</ItemGroup>
16+
17+
</Project>
Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
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

Comments
 (0)