forked from aurigma/CCHSample-DynamicImage-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDesignBrowserMVC.csproj
More file actions
25 lines (19 loc) · 947 Bytes
/
DesignBrowserMVC.csproj
File metadata and controls
25 lines (19 loc) · 947 Bytes
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
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UserSecretsId>a75ba112-06fe-4a97-a7ae-595d1b0f97d4</UserSecretsId>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<DockerfileContext>.</DockerfileContext>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Aurigma.AssetProcessor.ApiClient" Version="1.4.34.7968" />
<PackageReference Include="Aurigma.AssetStorage.ApiClient" Version="1.4.21.8010" />
<PackageReference Include="IdentityModel" Version="4.4.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.10.9" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.4" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\PublishProfiles\" />
</ItemGroup>
</Project>