DocSpace-client/common/ASC.FederatedLogin/ASC.FederatedLogin.csproj

35 lines
1.1 KiB
XML
Raw Normal View History

2019-06-06 13:34:46 +00:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
2019-12-06 09:12:51 +00:00
<TargetFramework>netcoreapp3.1</TargetFramework>
2019-06-06 13:34:46 +00:00
<ApplicationIcon />
<OutputType>Library</OutputType>
<StartupObject />
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
<NoWarn>1701;1702;NU1701</NoWarn>
</PropertyGroup>
2019-06-06 13:34:46 +00:00
<ItemGroup>
<PackageReference Include="DotNetOpenAuth.Ultimate" Version="4.3.4.13329" />
2020-06-28 13:55:21 +00:00
<PackageReference Include="Grpc.Tools" Version="2.30.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
2019-06-06 13:34:46 +00:00
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.2.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ASC.Common\ASC.Common.csproj" />
<ProjectReference Include="..\ASC.Core.Common\ASC.Core.Common.csproj" />
</ItemGroup>
<ItemGroup>
<Protobuf Include="protos\LinkerCacheItem.proto" />
</ItemGroup>
2019-06-06 13:34:46 +00:00
</Project>