Add project files.
This commit is contained in:
		| @@ -0,0 +1,32 @@ | ||||
| <Project Sdk="Microsoft.NET.Sdk"> | ||||
|  | ||||
|   <PropertyGroup> | ||||
|     <TargetFramework>net8.0</TargetFramework> | ||||
|     <ImplicitUsings>enable</ImplicitUsings> | ||||
|     <Nullable>enable</Nullable> | ||||
|     <GeneratePackageOnBuild>True</GeneratePackageOnBuild> | ||||
| 	<IsPackable>true</IsPackable> | ||||
| 	<Title>Lib.Common.LoggingAPI.Service</Title> | ||||
| 	<Authors>Upstart</Authors> | ||||
| 	<Company>Heath</Company> | ||||
| 	<Description>Tracks incoming request and outgoing responses</Description> | ||||
| 	<Copyright>HeatUs.com</Copyright> | ||||
| 	<PackageOutputPath>C:\NugetPackages</PackageOutputPath> | ||||
|   </PropertyGroup> | ||||
|  | ||||
|   <ItemGroup> | ||||
|     <PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" /> | ||||
|     <PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" /> | ||||
|     <PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0"> | ||||
|       <PrivateAssets>all</PrivateAssets> | ||||
|       <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||||
|     </PackageReference> | ||||
|     <PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" /> | ||||
|     <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.0" /> | ||||
|     <PackageReference Include="Microsoft.IO.RecyclableMemoryStream" Version="3.0.1" /> | ||||
|     <PackageReference Include="Serilog" Version="4.1.0" /> | ||||
|     <PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" /> | ||||
|     <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.2.0" /> | ||||
|   </ItemGroup> | ||||
|  | ||||
| </Project> | ||||
		Reference in New Issue
	
	Block a user
	 Sergio Matias Urquin
					Sergio Matias Urquin