You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
852 B
19 lines
852 B
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="AspNet.Security.OAuth.GitHub" Version="3.0.0" />
|
|
<PackageReference Include="AspNet.Security.OAuth.QQ" Version="3.0.0" />
|
|
<PackageReference Include="IdentityServer4" Version="3.1.2" />
|
|
<PackageReference Include="IdentityServer4.EntityFramework" Version="3.1.2" />
|
|
<PackageReference Include="RavenDB.Embedded" Version="4.2.101" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Infrastructure\Infrastructure.csproj" />
|
|
</ItemGroup>
|
|
</Project> |