mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-05-04 23:22:50 +08:00
21 lines
934 B
XML
21 lines
934 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<Description>Stateless Service Application</Description>
|
|
<Authors> </Authors>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
<AssemblyName>OcelotApplicationService</AssemblyName>
|
|
<PackageId>OcelotApplicationService</PackageId>
|
|
<PackageTargetFallback>$(PackageTargetFallback)</PackageTargetFallback>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|

|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.ServiceFabric" Version="6.1.456"/>
|
|
<PackageReference Include="Microsoft.ServiceFabric.Services" Version="3.0.456"/>
|
|
<PackageReference Include="Microsoft.AspNetCore" Version="2.0.1"/>
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.0.2"/>
|
|
<PackageReference Include="Microsoft.ServiceFabric.AspNetCore.Kestrel" Version="3.0.456"/>
|
|
</ItemGroup>
|
|
</Project> |