-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMythicNights.csproj
27 lines (23 loc) · 1.09 KB
/
MythicNights.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.Web">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<RootNamespace>MythicNights</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="blazor-dragdrop" Version="2.3.0" />
<PackageReference Include="Blazorise.Bootstrap" Version="0.9.4.2" />
<PackageReference Include="Blazorise.DataGrid" Version="0.9.4.2" />
<PackageReference Include="Blazorise.Icons.FontAwesome" Version="0.9.4.2" />
<PackageReference Include="discord.net" Version="2.4.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.8">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Scrutor" Version="3.3.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="Migrations\" />
</ItemGroup>
</Project>