-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathWebAppMvc.csproj
More file actions
18 lines (14 loc) · 862 Bytes
/
WebAppMvc.csproj
File metadata and controls
18 lines (14 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\cloudscribe.Logging.EFCore.MSSQL\cloudscribe.Logging.EFCore.MSSQL.csproj" />
<ProjectReference Include="..\cloudscribe.Logging.EFCore.MySql\cloudscribe.Logging.EFCore.MySql.csproj" />
<ProjectReference Include="..\cloudscribe.Logging.EFCore.PostgreSql\cloudscribe.Logging.EFCore.PostgreSql.csproj" />
<ProjectReference Include="..\cloudscribe.Logging.EFCore.SQLite\cloudscribe.Logging.EFCore.SQLite.csproj" />
<ProjectReference Include="..\cloudscribe.Logging.NoDb\cloudscribe.Logging.NoDb.csproj" />
<ProjectReference Include="..\cloudscribe.Logging.Web\cloudscribe.Logging.Web.csproj" />
</ItemGroup>
</Project>