diff options
Diffstat (limited to 'PersonalApi/PersonalApi.csproj')
-rw-r--r-- | PersonalApi/PersonalApi.csproj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/PersonalApi/PersonalApi.csproj b/PersonalApi/PersonalApi.csproj new file mode 100644 index 0000000..dbedb64 --- /dev/null +++ b/PersonalApi/PersonalApi.csproj | |||
@@ -0,0 +1,13 @@ | |||
1 | <Project Sdk="Microsoft.NET.Sdk.Web"> | ||
2 | |||
3 | <PropertyGroup> | ||
4 | <TargetFramework>net8.0</TargetFramework> | ||
5 | <Nullable>enable</Nullable> | ||
6 | <ImplicitUsings>enable</ImplicitUsings> | ||
7 | </PropertyGroup> | ||
8 | |||
9 | <ItemGroup> | ||
10 | <PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" /> | ||
11 | </ItemGroup> | ||
12 | |||
13 | </Project> | ||