-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathViennaNET.Orm.csproj
More file actions
23 lines (19 loc) · 916 Bytes
/
ViennaNET.Orm.csproj
File metadata and controls
23 lines (19 loc) · 916 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FluentNHibernate" Version="3.3.0" />
<PackageReference Include="NHibernate" Version="5.5.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\ViennaNET.Diagnostic\ViennaNET.Diagnostic.csproj" />
<ProjectReference Include="..\..\src\ViennaNET.Mediator.Seedwork\ViennaNET.Mediator.Seedwork.csproj" />
<ProjectReference Include="..\..\src\ViennaNET.Orm.Seedwork\ViennaNET.Orm.Seedwork.csproj" />
<ProjectReference Include="..\..\src\ViennaNET.Utils\ViennaNET.Utils.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Conventions\" />
</ItemGroup>
</Project>