-
Notifications
You must be signed in to change notification settings - Fork 4
/
Kaenx.DataContext.csproj
27 lines (23 loc) · 1.02 KB
/
Kaenx.DataContext.csproj
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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AssemblyName>Kaenx.DataContext</AssemblyName>
<RootNamespace>Kaenx.DataContext</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.6">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="6.0.1" />
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.116" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Uno.UI" Version="4.3.8" />
</ItemGroup>
<ItemGroup>
<None Update="Import\Images\KNX\0083.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>