This repository has been archived on 2023-02-13. You can view files and clone it, but cannot push or open issues or pull requests.
gswi-server/gswi.Service/gswi.Service.csproj

19 lines
915 B
XML
Raw Normal View History

2022-02-20 19:04:11 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\gswi.Interface\gswi.Interface.csproj"/>
<ProjectReference Include="..\gswi.Model\gswi.Model.csproj"/>
<ProjectReference Include="..\gswi.Data\gswi.Data.csproj"/>
<ProjectReference Include="..\gswi.Configuration\gswi.Configuration.csproj"/>
<ProjectReference Include="..\gswi.SMTP.Interface\gswi.SMTP.Interface.csproj"/>
<ProjectReference Include="..\gswi.SMTP.Model\gswi.SMTP.Model.csproj"/>
<ProjectReference Include="..\gswi.Share.Common\gswi.Share.Common.csproj"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.2"/>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.2"/>
<PackageReference Include="NLog" Version="4.7.13"/>
</ItemGroup>
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
</Project>