- Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathAPI-UploadFiles.csproj
More file actions
Latest commit
17 lines (14 loc) · 643 Bytes
/
Copy pathAPI-UploadFiles.csproj
File metadata and controls
17 lines (14 loc) · 643 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<ProjectSdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<RootNamespace>API_UploadFiles</RootNamespace>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
</PropertyGroup>
<ItemGroup>
<PackageReferenceInclude="Microsoft.AspNetCore.OpenApi"Version="9.0.9" />
<PackageReferenceInclude="Serilog.AspNetCore"Version="9.0.0" />
<PackageReferenceInclude="Serilog.Sinks.File"Version="7.0.0" />
<PackageReferenceInclude="Swashbuckle.AspNetCore"Version="9.0.6" />
</ItemGroup>
</Project>