-
Notifications
You must be signed in to change notification settings - Fork 0
/
FCS.Lib.Virk.csproj
36 lines (36 loc) · 1.28 KB
/
FCS.Lib.Virk.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
26
27
28
29
30
31
32
33
34
35
36
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<LangVersion>10.0</LangVersion>
<ProjectGuid>{6E552538-DC05-4C27-8F2E-530A7927AA04}</ProjectGuid>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<ProduceReferenceAssembly>False</ProduceReferenceAssembly>
<AssemblyVersion>1.0</AssemblyVersion>
<FileVersion>1.0.2.100</FileVersion>
<IsPublishable>False</IsPublishable>
<PackageLicenseExpression> AGPL-3.0-or-later</PackageLicenseExpression>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<None Remove="AssemblyInfo.tt" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NewtonSoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\fcs-common\FCS.Lib.Common.csproj">
<Project>{3E5FA1AB-44D2-4CBC-B6D7-80B74CA9B265}</Project>
<Name>FCS.Lib.Common</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Reference Include="System.Net.Http" />
</ItemGroup>
<ItemGroup>
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
</ItemGroup>
</Project>