Skip to content

Commit

Permalink
documentation updated
Browse files Browse the repository at this point in the history
  • Loading branch information
anilsnl committed Mar 12, 2023
1 parent db63096 commit 3a1847a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 17 deletions.
29 changes: 15 additions & 14 deletions samples/AdsInfoAccessorSampleApi/AdsInfoAccessorSampleApi.csproj
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>disable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>disable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>

<ItemGroup>
<Content Include="..\..\.dockerignore">
<Link>.dockerignore</Link>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="..\..\.dockerignore">
<Link>.dockerignore</Link>
</Content>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\AdsInfoAccessor\AdsInfoAccessor.csproj" />
</ItemGroup>
<ItemGroup>

<ProjectReference Include="..\..\src\AdsInfoAccessor\AdsInfoAccessor.csproj"/>
</ItemGroup>

</Project>
8 changes: 5 additions & 3 deletions src/AdsInfoAccessor/AdsInfoAccessor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Authors>Anil Dursun SENEL</Authors>
<PackageTags>info,configuration,info-accessor,ads-info-accessor</PackageTags>
<Description>
-
AdsInfoAccessor is a library that provides single point to get common info in your application pipeline.
</Description>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageIcon>logo.png</PackageIcon>
Expand All @@ -20,8 +20,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2"/>
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0"/>
<None Include="..\..\README-NUGET.md" Pack="true" PackagePath="\"/>
<None Include="..\..\LICENSE" Pack="true" PackagePath="\"/>
<None Include="..\..\logo.png" Pack="true" PackagePath="\"/>
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.0"/>
<PackageReference Include="Microsoft.AspNetCore.Http.Extensions" Version="2.2.0"/>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0"/>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0"/>
Expand Down

0 comments on commit 3a1847a

Please sign in to comment.