19 lines
915 B
XML
19 lines
915 B
XML
<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> |