Files
Blazor-Examples/src/Microser/Microser.API.Weather/Microser.API.Weather.csproj
M. Akif Tokatlioglu 7ae76afee4 added Microser
2024-03-13 23:25:54 +03:00

19 lines
497 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.2" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Microser.Core\Microser.Core.csproj" />
</ItemGroup>
</Project>