Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
add props file
Browse files Browse the repository at this point in the history
  • Loading branch information
leastprivilege committed Oct 19, 2022
1 parent 51a2746 commit e75222d
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 39 deletions.
28 changes: 28 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<Project>
<PropertyGroup>
<PackageTags>OAuth 2.0;OpenID Connect;Security;BFF;IdentityServer;ASP.NET Core;SPA;Blazor;Token Management</PackageTags>
<Authors>Duende Software</Authors>
<Company>Duende Software</Company>
<Copyright>Duende Software</Copyright>
<Product>Duende Access Token Management</Product>

<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>

<PackageIcon>icon.png</PackageIcon>
<PackageProjectUrl>https://github.com/DuendeSoftware/Duende.AccessTokenManagement</PackageProjectUrl>
<PackageReleaseNotes>https://github.com/DuendeSoftware/Duende.AccessTokenManagement/releases</PackageReleaseNotes>

<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<DebugType>embedded</DebugType>
<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">True</ContinuousIntegrationBuild>
</PropertyGroup>

<ItemGroup>
<None Include="../../icon.png" Pack="true" Visible="false" PackagePath="" />
</ItemGroup>

<PropertyGroup>
<MinVerAutoIncrement>minor</MinVerAutoIncrement>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,10 @@
<Nullable>enable</Nullable>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<Authors>Duende Software</Authors>
<Company>Duende Software</Company>
<Copyright>Duende Software</Copyright>
<Product>Duende Access Token Management</Product>
<PackageId>Duende.AccessTokenManagement.OpenIdConnect</PackageId>
<Description>Automatic access token management for interactive OpenIdConnect-based ASP.NET Core applications</Description>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>

<PackageIcon>icon.png</PackageIcon>
<PackageProjectUrl>https://github.com/DuendeSoftware/Duende.AccessTokenManagement</PackageProjectUrl>
<PackageReleaseNotes>https://github.com/DuendeSoftware/Duende.AccessTokenManagement/releases</PackageReleaseNotes>

<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<DebugType>embedded</DebugType>
<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">True</ContinuousIntegrationBuild>
</PropertyGroup>

<ItemGroup>
<None Include="../../icon.png" Pack="true" Visible="false" PackagePath="" />
</ItemGroup>


<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="6.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,10 @@
<Nullable>enable</Nullable>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<Authors>Duende Software</Authors>
<Company>Duende Software</Company>
<Copyright>Duende Software</Copyright>
<Product>Duende Access Token Management</Product>
<PackageId>Duende.AccessTokenManagement</PackageId>
<Description>Automatic access token management for OAuth client credential flows</Description>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>

<PackageIcon>icon.png</PackageIcon>
<PackageProjectUrl>https://github.com/DuendeSoftware/Duende.AccessTokenManagement</PackageProjectUrl>
<PackageReleaseNotes>https://github.com/DuendeSoftware/Duende.AccessTokenManagement/releases</PackageReleaseNotes>

<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<DebugType>embedded</DebugType>
<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">True</ContinuousIntegrationBuild>
</PropertyGroup>

<ItemGroup>
<None Include="../../icon.png" Pack="true" Visible="false" PackagePath="" />
</ItemGroup>


<ItemGroup>
<PackageReference Include="IdentityModel" Version="6.0.0" />
Expand Down
2 changes: 0 additions & 2 deletions test/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
<Nullable>enable</Nullable>

<IsPackable>false</IsPackable>

<RootNamespace>ClientCredentialTests</RootNamespace>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit e75222d

Please sign in to comment.