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

Commit 48f6c84

Browse files
cleanup
1 parent c1a22bf commit 48f6c84

File tree

3 files changed

+5
-24
lines changed

3 files changed

+5
-24
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
using System.Runtime.CompilerServices;
2+
3+
[assembly: InternalsVisibleTo("IdentityModel.OidcClient.Tests")]

src/IdentityModel.OidcClient/IdentityModel.OidcClient.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@
1313
<PackageLicenseUrl>https://github.com/IdentityModel/IdentityModel.OidcClient2/blob/dev/LICENSE</PackageLicenseUrl>
1414
<RepositoryType>git</RepositoryType>
1515
<RepositoryUrl>git://github.com/identitymodel/identitymodel.oidcclient2</RepositoryUrl>
16-
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
17-
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
18-
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
16+
<GenerateDocumentationFile Condition=" '$(Configuration)' == 'Release' ">true</GenerateDocumentationFile>
17+
1918
</PropertyGroup>
2019

2120
<ItemGroup>

src/IdentityModel.OidcClient/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)