Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
Merge pull request #150 from DuendeSoftware/dom/add-props-file
Browse files Browse the repository at this point in the history
Add .props file
  • Loading branch information
brockallen authored Oct 18, 2022
2 parents aaddbfb + 115369e commit 1ca3bff
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 85 deletions.
31 changes: 31 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<Project>
<PropertyGroup>
<PackageTags>OAuth 2.0;OpenID Connect;Security;BFF;IdentityServer;ASP.NET Core;SPA;Blazor</PackageTags>
<Authors>Duende Software</Authors>
<Company>Duende Software</Company>
<Copyright>Duende Software</Copyright>
<Product>Duende BFF</Product>

<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseFile>LICENSE</PackageLicenseFile>

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

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

<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">True</ContinuousIntegrationBuild>
</PropertyGroup>

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

<PropertyGroup>
<MinVerAutoIncrement>minor</MinVerAutoIncrement>
</PropertyGroup>
</Project>
38 changes: 3 additions & 35 deletions src/Duende.Bff.EntityFramework/Duende.Bff.EntityFramework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,46 +6,14 @@
<LangVersion>latest</LangVersion>

<AssemblyName>Duende.BFF.EntityFramework</AssemblyName>

<PackageTags>OAuth 2.0;OpenID Connect;Security;BFF;IdentityServer;ASP.NET Core;SPA;Blazor</PackageTags>
<Description>Entity Framework Core support for backend for frontend (BFF) host for ASP.NET Core</Description>

<Authors>Duende Software</Authors>
<Company>Duende Software</Company>
<Copyright>Duende Software</Copyright>
<Product>Duende BFF</Product>

<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseFile>LICENSE</PackageLicenseFile>

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

<!-- source link -->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<DebugType>embedded</DebugType>

<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">True</ContinuousIntegrationBuild>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Duende.Bff\Duende.Bff.csproj" />
</ItemGroup>

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

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.0" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="MinVer" Version="4.2.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>

</Project>
<ProjectReference Include="..\Duende.Bff\Duende.Bff.csproj" />
</ItemGroup>
</Project>
24 changes: 0 additions & 24 deletions src/Duende.Bff.Yarp/Duende.Bff.Yarp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,7 @@
<Nullable>enable</Nullable>

<AssemblyName>Duende.BFF.Yarp</AssemblyName>

<PackageTags>OAuth 2.0;OpenID Connect;Security;BFF;IdentityServer;ASP.NET Core;SPA;Blazor</PackageTags>
<Description>Backend for frontend (BFF) host for ASP.NET Core (YARP integration)</Description>

<Authors>Duende Software</Authors>
<Company>Duende Software</Company>
<Copyright>Duende Software</Copyright>
<Product>Duende BFF</Product>

<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseFile>LICENSE</PackageLicenseFile>

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

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

<ItemGroup>
Expand All @@ -35,11 +16,6 @@
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>

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

<ItemGroup>
<ProjectReference Include="..\Duende.Bff\Duende.Bff.csproj" />
</ItemGroup>
Expand Down
27 changes: 1 addition & 26 deletions src/Duende.Bff/Duende.Bff.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,7 @@
<Nullable>enable</Nullable>

<AssemblyName>Duende.BFF</AssemblyName>

<PackageTags>OAuth 2.0;OpenID Connect;Security;BFF;IdentityServer;ASP.NET Core;SPA;Blazor</PackageTags>
<Description>Backend for frontend (BFF) host for ASP.NET Core</Description>

<Authors>Duende Software</Authors>
<Company>Duende Software</Company>
<Copyright>Duende Software</Copyright>
<Product>Duende BFF</Product>

<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseFile>LICENSE</PackageLicenseFile>

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

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

<ItemGroup>
Expand All @@ -37,10 +18,4 @@

<PackageReference Include="Duende.AccessTokenManagement.OpenIdConnect" Version="1.0.0" />
</ItemGroup>

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

</Project>
</Project>

0 comments on commit 1ca3bff

Please sign in to comment.