Skip to content

Commit 4f602f8

Browse files
author
Kalyan Krishna
committed
Merge branch 'kkrishna/updates2019' of https://github.com/Azure-Samples/active-directory-dotnet-webapi-manual-jwt-validation into kkrishna/updates2019
2 parents c2aafad + a9ea4a1 commit 4f602f8

File tree

3 files changed

+403
-425
lines changed

3 files changed

+403
-425
lines changed

NuGet.Config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<packageSources>
4+
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
5+
</packageSources>
6+
</configuration>

0 commit comments

Comments
 (0)