-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExtRS.csproj
25 lines (20 loc) · 855 Bytes
/
ExtRS.csproj
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">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="datatables.net-dt" Version="1.13.4" />
<PackageReference Include="datatables.net-keytable-dt" Version="2.9.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
<PackageReference Include="NLog.MailKit" Version="3.0.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ExtRSAuth\ExtRSAuth.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.ReportingServices.Interfaces">
<HintPath>..\..\..\Program Files\Microsoft SQL Server Reporting Services\SSRS\ReportServer\bin\Microsoft.ReportingServices.Interfaces.dll</HintPath>
</Reference>
</ItemGroup>
</Project>