forked from aspnet-contrib/AspNet.Security.OAuth.Providers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDirectory.Packages.props
19 lines (17 loc) · 1.05 KB
/
Directory.Packages.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Project>
<ItemGroup>
<PackageVersion Include="JetBrains.Annotations" Version="2020.1.0" />
<PackageVersion Include="JustEat.HttpClientInterception" Version="3.0.0" />
<PackageVersion Include="MartinCostello.Logging.XUnit" Version="0.1.0" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.Google" Version="3.1.7" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.Twitter" Version="3.1.7" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="3.1.7" />
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="3.1.7" />
<PackageVersion Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.3.0" />
<PackageVersion Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="5.5.0" />
<PackageVersion Include="Moq" Version="4.14.5" />
<PackageVersion Include="Shouldly" Version="3.0.2" />
<PackageVersion Include="StyleCop.Analyzers" Version="1.1.118" />
<PackageVersion Include="System.IdentityModel.Tokens.Jwt" Version="5.5.0" />
</ItemGroup>
</Project>