-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRowlingApp.csproj
More file actions
18 lines (18 loc) · 875 Bytes
/
RowlingApp.csproj
File metadata and controls
18 lines (18 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp6.0</TargetFramework>
<UserSecretsId>1de6a7c0-7e54-4827-9c27-fc36706ed074</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Kontent.Ai.Delivery" Version="17.7.0" />
<PackageReference Include="Kontent.Ai.Management" Version="4.7.0" />
<PackageReference Include="Microsoft.AspNetCore.Blazor.HttpClient" Version="3.1.0-preview4.19579.2" />
<PackageReference Include="Microsoft.Azure.AppConfiguration.AspNetCore" Version="3.0.2" />
<PackageReference Include="Microsoft.FeatureManagement.AspNetCore" Version="2.0.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="wwwroot\img\" />
</ItemGroup>
</Project>