-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVSTS-Mail-LogicApp.csproj
More file actions
25 lines (23 loc) · 1.22 KB
/
VSTS-Mail-LogicApp.csproj
File metadata and controls
25 lines (23 loc) · 1.22 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
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp1.1</TargetFramework>
<DebugType>portable</DebugType>
<PreserveCompilationContext>true</PreserveCompilationContext>
<AssemblyName>VSTS-Mail-LogicApp</AssemblyName>
<OutputType>Exe</OutputType>
<PackageId>VSTS-Mail-LogicApp</PackageId>
<PackageTargetFallback>$(PackageTargetFallback);dnxcore50</PackageTargetFallback>
<RuntimeFrameworkVersion>1.1.1</RuntimeFrameworkVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore" Version="1.0.0-rc3" />
<PackageReference Include="Microsoft.AspNetCore" Version="1.1.1" />
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="1.1.1" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="1.1.2" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="1.1.1" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.1-beta1" />
<PackageReference Include="Microsoft.AspNetCore.Razor" Version="1.1.1" />
<PackageReference Include="RazorLight" Version="1.0.0-rc2" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.0.6.13" />
</ItemGroup>
</Project>