-
Notifications
You must be signed in to change notification settings - Fork 87
Expand file tree
/
Copy pathSignum.DiffLog.csproj
More file actions
28 lines (22 loc) · 843 Bytes
/
Signum.DiffLog.csproj
File metadata and controls
28 lines (22 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<WarningsAsErrors>nullable</WarningsAsErrors>
<OutputType>Library</OutputType>
<NoWarn>8618</NoWarn>
</PropertyGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Signum.Analyzer" Version="3.2.0" />
<PackageReference Include="Signum.MSBuildTask" Version="9.0.0" />
<PackageReference Include="Signum.TSGenerator" Version="10.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Signum.Utilities\Signum.Utilities.csproj" />
<ProjectReference Include="..\..\Signum\Signum.csproj" />
<ProjectReference Include="..\Signum.Authorization\Signum.Authorization.csproj" />
</ItemGroup>
</Project>