2022-11-02 11:31:23 -05:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Remove="Trash\**" />
|
|
|
|
|
<Content Remove="Trash\**" />
|
|
|
|
|
<EmbeddedResource Remove="Trash\**" />
|
|
|
|
|
<None Remove="Trash\**" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Remove="Routes\ocelot.apitest.json" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2023-01-31 18:47:22 -05:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<_ContentIncludedByDefault Remove="Routes\ocelot.historiaclinica.json" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2022-11-02 11:31:23 -05:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="6.0.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Filter" Version="1.1.2" />
|
|
|
|
|
<PackageReference Include="MMLib.SwaggerForOcelot" Version="5.2.0" />
|
|
|
|
|
<PackageReference Include="Ocelot" Version="18.0.0" />
|
|
|
|
|
<PackageReference Include="Ocelot.Provider.Polly" Version="18.0.0" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Auth\Auth.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2023-01-31 18:47:22 -05:00
|
|
|
|
<ItemGroup>
|
2023-02-02 18:55:40 -05:00
|
|
|
|
<Content Update="Routes\ocelot.autorizacioneshc.json">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
|
|
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
|
|
|
</Content>
|
2023-01-31 18:47:22 -05:00
|
|
|
|
<Content Update="Routes\ocelot.refcontraref.json">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
|
|
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Update="Routes\ocelot.cajafacturacion.json">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
|
|
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Update="Routes\ocelot.cuentascobrarpost.json">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
|
|
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2022-11-02 11:31:23 -05:00
|
|
|
|
<ProjectExtensions><VisualStudio><UserProperties routes_4ocelot_1contratos_1json__JsonSchema="https://json.schemastore.org/ocelot.json" routes_4ocelot_1global_1json__JsonSchema="https://json.schemastore.org/ocelot.json" routes_4ocelot_1swaggerendpoints_1json__JsonSchema="https://json.schemastore.org/ocelot.json" /></VisualStudio></ProjectExtensions>
|
|
|
|
|
|
|
|
|
|
</Project>
|