2017-02-11 04:24:17 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFrameworks>net451;netcoreapp1.1</TargetFrameworks>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<Content Include="ApacheModRewrite.txt;IISUrlRewrite.xml;testCert.pfx" CopyToPublishDirectory="PreserveNewest" CopyToOutputDirectory="PreserveNewest" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2017-03-15 02:23:12 +08:00
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Rewrite" Version="1.0.1" />
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="1.1.1" />
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Https" Version="1.1.1" />
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="1.1.1" />
|
2017-02-11 04:24:17 +08:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|