Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 5523caf

Browse files
committed
Minor formatting of proj file
1 parent ef52d0c commit 5523caf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/DPoP/DPoP.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
99
<LangVersion>latest</LangVersion>
10-
<Nullable>enable</Nullable>
10+
<Nullable>enable</Nullable>
1111

1212
<PackageTags>OAuth2;OAuth 2.0;OpenID Connect;Security;Identity;IdentityServer;DPoP</PackageTags>
1313
<Description>DPoP extensions for IdentityModel.OidcClient</Description>
@@ -39,7 +39,7 @@
3939

4040
<ItemGroup>
4141
<None Include="../../icon.jpg" Pack="true" Visible="false" PackagePath="" />
42-
<None Include="README.md" Pack="true" PackagePath=""/>
42+
<None Include="README.md" Pack="true" PackagePath="" />
4343
</ItemGroup>
4444

4545
<ItemGroup>
@@ -52,7 +52,7 @@
5252
</ItemGroup>
5353

5454
<ItemGroup>
55-
<ProjectReference Include="..\OidcClient\OidcClient.csproj" />
55+
<ProjectReference Include="..\OidcClient\OidcClient.csproj" />
5656
</ItemGroup>
5757

5858
</Project>

0 commit comments

Comments
 (0)