-
Notifications
You must be signed in to change notification settings - Fork 0
/
glaa-trips.csproj
21 lines (19 loc) · 1.22 KB
/
glaa-trips.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<MvcRazorCompileOnPublish>true</MvcRazorCompileOnPublish>
<ApplicationInsightsResourceId>/subscriptions/f09b7373-9dee-4515-87c9-e847d498e990/resourceGroups/rg-glaa-trips/providers/microsoft.insights/components/glaa-trips</ApplicationInsightsResourceId>
<UserSecretsId>5966cb71-2501-4cab-a0aa-77b24d37f516</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.ImageOptimizer" Version="1.1.0.39" />
<PackageReference Include="LigerShark.WebOptimizer.Core" Version="1.0.236" />
<PackageReference Include="LigerShark.WebOptimizer.Sass" Version="1.0.34-beta" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.15.0" />
<PackageReference Include="Microsoft.AspNetCore.All" />
<PackageReference Include="SkiaSharp" Version="1.68.3" />
<PackageReference Include="WebEssentials.AspNetCore.CdnTagHelpers" Version="1.0.21" />
<PackageReference Include="System.Text.Json" Version="5.0.2" />
<PackageReference Include="Slugify.Core" Version="3.0.0" />
</ItemGroup>
</Project>