-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathUnity.Flex.Application.Tests.csproj
More file actions
31 lines (26 loc) · 1.31 KB
/
Unity.Flex.Application.Tests.csproj
File metadata and controls
31 lines (26 loc) · 1.31 KB
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
29
30
31
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\common.props" />
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<RootNamespace>Unity.Flex</RootNamespace>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Unity.Flex.Application\Unity.Flex.Application.csproj" />
<ProjectReference Include="..\Unity.Flex.TestBase\Unity.Flex.TestBase.csproj" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="9.0.5" />
<PackageReference Include="Microsoft.Extensions.Options" Version="9.0.5" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.0" />
<PackageReference Include="System.Text.Json" Version="9.0.5" />
<PackageReference Include="Volo.Abp.EntityFrameworkCore.Sqlite" Version="9.1.3" />
<PackageReference Include="Volo.Abp.SettingManagement.Application" Version="9.1.3" />
<PackageReference Include="Volo.Abp.SettingManagement.Domain" Version="9.1.3" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="ConfigureAwait.Fody" Version="3.3.2" />
<PackageReference Update="Fody" Version="6.9.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</ItemGroup>
</Project>