microsoft/healthcare-shared-components

Public

mirrored from https://github.com/microsoft/healthcare-shared-componentsAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
1.0.0-1.0.79

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

src/Microsoft.Health.Development.IdentityProvider/Microsoft.Health.Development.IdentityProvider.csproj

12lines · modecode

1<Project Sdk="Microsoft.NET.Sdk">
2
3 <PropertyGroup>
4 <TargetFramework>netcoreapp3.1</TargetFramework>
5 </PropertyGroup>
6
7 <ItemGroup>
8 <PackageReference Include="Ensure.That" Version="9.2.0" />
9 <PackageReference Include="IdentityServer4" Version="3.1.2" />
10 </ItemGroup>
11
12</Project>
13