-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrobert-brands-com.csproj
More file actions
30 lines (30 loc) · 1.66 KB
/
robert-brands-com.csproj
File metadata and controls
30 lines (30 loc) · 1.66 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
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<UserSecretsId>aspnet-robert_brands_com-585D8E87-11AF-4F82-8CE2-96BFF78B0AFB</UserSecretsId>
<WebProject_DirectoryAccessLevelKey>0</WebProject_DirectoryAccessLevelKey>
<RootNamespace>robert_brands_com</RootNamespace>
<ApplicationInsightsResourceId>/subscriptions/8112f8e4-1adf-4e4f-ad90-aa7010a26cf4/resourceGroups/RB-PD-RGP-001/providers/microsoft.insights/components/robert-brands-com</ApplicationInsightsResourceId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.Storage.Queues" Version="12.25.0" />
<PackageReference Include="Flurl" Version="4.0.0" />
<PackageReference Include="Flurl.Http" Version="4.0.2" />
<PackageReference Include="Ical.Net" Version="5.2.1" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="3.0.0" />
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.58.0" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="10.0.2" />
<PackageReference Include="NetEscapades.AspNetCore.SecurityHeaders" Version="1.3.1" />
<PackageReference Include="reCAPTCHA.AspNetCore" Version="3.0.10" />
<PackageReference Include="Microsoft.Identity.Web" Version="4.7.0" />
<PackageReference Include="Microsoft.Identity.Web.UI" Version="4.7.0" />
</ItemGroup>
<ItemGroup>
<Folder Include=".github\workflows\" />
<Folder Include="docs\" />
</ItemGroup>
<ItemGroup>
<None Include=".github\dependabot.yml" />
<None Include=".github\upgrades\scenarios\new-dotnet-version_922234\plan.md" />
</ItemGroup>
</Project>