Skip to content
This repository was archived by the owner on Dec 24, 2020. It is now read-only.

Commit 4d96f55

Browse files
committed
Remove System.IdentityModel from Owin.Security.OAuth.Validation.csproj
1 parent 2f7af16 commit 4d96f55

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/Owin.Security.OAuth.Introspection/Owin.Security.OAuth.Introspection.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PackageReference Include="Newtonsoft.Json" Version="$(JsonNetVersion)" />
2222
</ItemGroup>
2323

24-
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
24+
<ItemGroup>
2525
<Reference Include="System.Net.Http" />
2626
</ItemGroup>
2727

src/Owin.Security.OAuth.Validation/Owin.Security.OAuth.Validation.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,4 @@
1919
<PackageReference Include="Newtonsoft.Json" Version="$(JsonNetVersion)" />
2020
</ItemGroup>
2121

22-
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
23-
<Reference Include="System.IdentityModel" />
24-
</ItemGroup>
25-
2622
</Project>

0 commit comments

Comments
 (0)