Skip to content

Commit a2be76a

Browse files
committed
Directory.Build.props Addition
1 parent 9a10ddd commit a2be76a

File tree

81 files changed

+49
-469
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+49
-469
lines changed

Directory.Build.props

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<Project>
2+
<PropertyGroup>
3+
<Version>0.1.0-preview.1</Version>
4+
<NoWarn>$(NoWarn);1591</NoWarn>
5+
6+
<Authors>CodeBeam</Authors>
7+
<Company>CodeBeam</Company>
8+
9+
<RepositoryUrl>https://github.com/CodeBeamOrg/UltimateAuth</RepositoryUrl>
10+
<PackageProjectUrl>https://github.com/CodeBeamOrg/UltimateAuth</PackageProjectUrl>
11+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
12+
13+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
14+
<Nullable>enable</Nullable>
15+
<ImplicitUsings>enable</ImplicitUsings>
16+
17+
<IncludeSymbols>true</IncludeSymbols>
18+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
19+
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
20+
</PropertyGroup>
21+
</Project>

UltimateAuth.slnx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<Project Path="samples/UAuthHub/CodeBeam.UltimateAuth.Sample.UAuthHub/CodeBeam.UltimateAuth.Sample.UAuthHub.csproj" Id="ae5368ee-10aa-4c75-9653-a7f481849834" />
1111
</Folder>
1212
<Folder Name="/Solution Items/">
13+
<File Path="Directory.Build.props" />
1314
<File Path="Readme.md" />
1415
<File Path="Roadmap.md" />
1516
</Folder>
@@ -24,17 +25,17 @@
2425
<Project Path="src/authorization/CodeBeam.UltimateAuth.Authorization.Reference/CodeBeam.UltimateAuth.Authorization.Reference.csproj" Id="84b784d0-bb48-406a-a0d1-c600da667597" />
2526
<Project Path="src/authorization/CodeBeam.UltimateAuth.Authorization/CodeBeam.UltimateAuth.Authorization.csproj" Id="28b1d647-fb0b-4cc3-8503-2680c4a9b28f" />
2627
<Project Path="src/client/CodeBeam.UltimateAuth.Client/CodeBeam.UltimateAuth.Client.csproj" Id="fa128a9b-613c-4762-993a-2886280d3051" />
27-
<Project Path="src/CodeBeam.UltimateAuth.Client.JsMinifier/CodeBeam.UltimateAuth.Client.JsMinifier.csproj" Id="ef5cfc86-bfd3-4f81-a973-ce7ef58e7525" />
28-
<Project Path="src/CodeBeam.UltimateAuth.Client/CodeBeam.UltimateAuth.Client.Blazor.csproj" Id="eb60a3b7-ba9d-48c9-98ad-b28e879b23bf" />
28+
<Project Path="src\client/CodeBeam.UltimateAuth.Client.JsMinifier/CodeBeam.UltimateAuth.Client.JsMinifier.csproj" Id="ef5cfc86-bfd3-4f81-a973-ce7ef58e7525" />
29+
<Project Path="src/client/CodeBeam.UltimateAuth.Client.Blazor/CodeBeam.UltimateAuth.Client.Blazor.csproj" Id="eb60a3b7-ba9d-48c9-98ad-b28e879b23bf" />
2930
<Project Path="src/CodeBeam.UltimateAuth.Core/CodeBeam.UltimateAuth.Core.csproj" />
3031
<Project Path="src/CodeBeam.UltimateAuth.Server/CodeBeam.UltimateAuth.Server.csproj" Id="0a8cdd12-a8c4-4530-87e8-ae778c46322b" />
3132
<Project Path="src/credentials/CodeBeam.UltimateAuth.Credentials.Contracts/CodeBeam.UltimateAuth.Credentials.Contracts.csproj" Id="88b70848-fa74-40ea-bf34-3fa2f70f4f37" />
3233
<Project Path="src/credentials/CodeBeam.UltimateAuth.Credentials.EntityFrameworkCore/CodeBeam.UltimateAuth.Credentials.EntityFrameworkCore.csproj" Id="1fd362d5-864b-4bb3-97be-9095d94cfdba" />
3334
<Project Path="src/credentials/CodeBeam.UltimateAuth.Credentials.InMemory/CodeBeam.UltimateAuth.Credentials.InMemory.csproj" Id="62ee7b1d-46ce-4f2e-985d-1e794f891b8b" />
3435
<Project Path="src/credentials/CodeBeam.UltimateAuth.Credentials.Reference/CodeBeam.UltimateAuth.Credentials.Reference.csproj" Id="ca03a140-f3dc-4a21-9b7d-895a3b10808b" />
3536
<Project Path="src/credentials/CodeBeam.UltimateAuth.Credentials/CodeBeam.UltimateAuth.Credentials.csproj" Id="2281c3b5-1d60-4542-a673-553f96eed25b" />
36-
<Project Path="src/persistence/CodeBeam.UltimateAuth.EntityFrameworkCore.Abstractions/CodeBeam.UltimateAuth.EntityFrameworkCore.csproj" Id="8867767d-bd1b-4d51-ac3f-0979038165c9" />
37-
<Project Path="src/persistence/CodeBeam.UltimateAuth.InMemory.Abstractions/CodeBeam.UltimateAuth.InMemory.csproj" Id="68de660f-3eb8-4922-b8eb-7ad7c97217ab" />
37+
<Project Path="src/persistence/CodeBeam.UltimateAuth.EntityFrameworkCore/CodeBeam.UltimateAuth.EntityFrameworkCore.csproj" Id="8867767d-bd1b-4d51-ac3f-0979038165c9" />
38+
<Project Path="src/persistence/CodeBeam.UltimateAuth.InMemory/CodeBeam.UltimateAuth.InMemory.csproj" Id="68de660f-3eb8-4922-b8eb-7ad7c97217ab" />
3839
<Project Path="src/policies/CodeBeam.UltimateAuth.Policies/CodeBeam.UltimateAuth.Policies.csproj" Id="b37c337f-2446-4f54-8684-b72fa83ac444" />
3940
<Project Path="src/security/CodeBeam.UltimateAuth.Security.Argon2/CodeBeam.UltimateAuth.Security.Argon2.csproj" Id="6abfb7a6-ea36-42db-a843-38054dd40fd8" />
4041
<Project Path="src/sessions/CodeBeam.UltimateAuth.Sessions.EntityFrameworkCore/CodeBeam.UltimateAuth.Sessions.EntityFrameworkCore.csproj" Id="5b9a090d-1689-4a81-9dfa-3ba69f0bda38" />

samples/UAuthHub/CodeBeam.UltimateAuth.Sample.UAuthHub/CodeBeam.UltimateAuth.Sample.UAuthHub.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@
1717

1818
<ItemGroup>
1919
<ProjectReference Include="..\..\..\nuget\CodeBeam.UltimateAuth.InMemory\CodeBeam.UltimateAuth.InMemoryReference.csproj" />
20-
<ProjectReference Include="..\..\..\src\CodeBeam.UltimateAuth.Client\CodeBeam.UltimateAuth.Client.Blazor.csproj" />
20+
<ProjectReference Include="..\..\..\src\client\CodeBeam.UltimateAuth.Client.Blazor\CodeBeam.UltimateAuth.Client.Blazor.csproj" />
2121
<ProjectReference Include="..\..\..\src\CodeBeam.UltimateAuth.Core\CodeBeam.UltimateAuth.Core.csproj" />
2222
<ProjectReference Include="..\..\..\src\CodeBeam.UltimateAuth.Server\CodeBeam.UltimateAuth.Server.csproj" />
23-
<ProjectReference Include="..\..\..\src\credentials\CodeBeam.UltimateAuth.Credentials\CodeBeam.UltimateAuth.Credentials.csproj" />
2423
<ProjectReference Include="..\..\..\src\security\CodeBeam.UltimateAuth.Security.Argon2\CodeBeam.UltimateAuth.Security.Argon2.csproj" />
25-
<ProjectReference Include="..\..\..\src\users\CodeBeam.UltimateAuth.Users\CodeBeam.UltimateAuth.Users.csproj" />
2624
</ItemGroup>
2725

2826
</Project>

samples/blazor-server/CodeBeam.UltimateAuth.Sample.BlazorServer/CodeBeam.UltimateAuth.Sample.BlazorServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<ItemGroup>
1818
<ProjectReference Include="..\..\..\nuget\CodeBeam.UltimateAuth.InMemory\CodeBeam.UltimateAuth.InMemoryReference.csproj" />
19-
<ProjectReference Include="..\..\..\src\CodeBeam.UltimateAuth.Client\CodeBeam.UltimateAuth.Client.Blazor.csproj" />
19+
<ProjectReference Include="..\..\..\src\client\CodeBeam.UltimateAuth.Client.Blazor\CodeBeam.UltimateAuth.Client.Blazor.csproj" />
2020
<ProjectReference Include="..\..\..\src\CodeBeam.UltimateAuth.Server\CodeBeam.UltimateAuth.Server.csproj" />
2121
<ProjectReference Include="..\..\..\src\security\CodeBeam.UltimateAuth.Security.Argon2\CodeBeam.UltimateAuth.Security.Argon2.csproj" />
2222
</ItemGroup>

samples/blazor-standalone-wasm/CodeBeam.UltimateAuth.Sample.BlazorStandaloneWasm/CodeBeam.UltimateAuth.Sample.BlazorStandaloneWasm.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</ItemGroup>
1818

1919
<ItemGroup>
20-
<ProjectReference Include="..\..\..\src\CodeBeam.UltimateAuth.Client\CodeBeam.UltimateAuth.Client.Blazor.csproj" />
20+
<ProjectReference Include="..\..\..\src\client\CodeBeam.UltimateAuth.Client.Blazor\CodeBeam.UltimateAuth.Client.Blazor.csproj" />
2121
</ItemGroup>
2222

2323
</Project>

src/CodeBeam.UltimateAuth.Core/CodeBeam.UltimateAuth.Core.csproj

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,14 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
5-
<ImplicitUsings>enable</ImplicitUsings>
6-
<Nullable>enable</Nullable>
75
<NoWarn>$(NoWarn);1591</NoWarn>
8-
</PropertyGroup>
96

10-
<PropertyGroup>
117
<PackageId>CodeBeam.UltimateAuth.Core</PackageId>
12-
<Version>0.1.0-preview.1</Version>
13-
14-
<Authors>CodeBeam</Authors>
15-
<Company>CodeBeam</Company>
168

179
<Description>Core domain primitives and abstractions for UltimateAuth. This package is not intended to be installed directly in most applications. Use CodeBeam.UltimateAuth.Server or Client packages instead.</Description>
1810
<PackageTags>authentication;authorization;identity;security;oauth;login;session;auth;refresh-token;pkce;dotnet;aspnetcore;blazor;maui;auth-framework</PackageTags>
1911
<PackageIcon>logo.png</PackageIcon>
2012
<PackageReadmeFile>README.md</PackageReadmeFile>
21-
22-
<RepositoryUrl>https://github.com/CodeBeamOrg/UltimateAuth</RepositoryUrl>
23-
<PackageProjectUrl>https://github.com/CodeBeamOrg/UltimateAuth</PackageProjectUrl>
24-
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
25-
26-
<GenerateDocumentationFile>true</GenerateDocumentationFile>
27-
<IncludeSymbols>true</IncludeSymbols>
28-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2913
</PropertyGroup>
3014

3115
<ItemGroup>

src/CodeBeam.UltimateAuth.Server/CodeBeam.UltimateAuth.Server.csproj

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,9 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
5-
<ImplicitUsings>enable</ImplicitUsings>
6-
<Nullable>enable</Nullable>
75
<NoWarn>$(NoWarn);1591</NoWarn>
8-
</PropertyGroup>
96

10-
<PropertyGroup>
117
<PackageId>CodeBeam.UltimateAuth.Server</PackageId>
12-
<Version>0.1.0-preview.1</Version>
13-
14-
<Authors>CodeBeam</Authors>
15-
<Company>CodeBeam</Company>
168

179
<Description>
1810
Main server package for UltimateAuth.
@@ -23,16 +15,6 @@
2315
<PackageTags>authentication;authorization;identity;security;server;oauth;pkce;jwt;aspnetcore;auth-framework</PackageTags>
2416
<PackageIcon>logo.png</PackageIcon>
2517
<PackageReadmeFile>README.md</PackageReadmeFile>
26-
27-
<RepositoryUrl>https://github.com/CodeBeamOrg/UltimateAuth</RepositoryUrl>
28-
<PackageProjectUrl>https://github.com/CodeBeamOrg/UltimateAuth</PackageProjectUrl>
29-
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
30-
31-
<GenerateDocumentationFile>true</GenerateDocumentationFile>
32-
<IncludeSymbols>true</IncludeSymbols>
33-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
34-
35-
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
3618
</PropertyGroup>
3719

3820
<ItemGroup>

src/authentication/CodeBeam.UltimateAuth.Authentication.EntityFrameworkCore/CodeBeam.UltimateAuth.Authentication.EntityFrameworkCore.csproj

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,9 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
5-
<ImplicitUsings>enable</ImplicitUsings>
6-
<Nullable>enable</Nullable>
75
<NoWarn>$(NoWarn);1591</NoWarn>
8-
</PropertyGroup>
96

10-
<PropertyGroup>
117
<PackageId>CodeBeam.UltimateAuth.Authentication.EntityFrameworkCore</PackageId>
12-
<Version>0.1.0-preview.1</Version>
138

149
<Description>
1510
Entity Framework Core authentication persistence for UltimateAuth.
@@ -19,20 +14,11 @@
1914
<PackageTags>authentication;session;identity;efcore;database;auth-framework</PackageTags>
2015
<PackageIcon>logo.png</PackageIcon>
2116
<PackageReadmeFile>README.md</PackageReadmeFile>
22-
23-
<RepositoryUrl>https://github.com/CodeBeamOrg/UltimateAuth</RepositoryUrl>
24-
<PackageProjectUrl>https://github.com/CodeBeamOrg/UltimateAuth</PackageProjectUrl>
25-
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
26-
27-
<GenerateDocumentationFile>true</GenerateDocumentationFile>
28-
<IncludeSymbols>true</IncludeSymbols>
29-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
30-
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
3117
</PropertyGroup>
3218

3319
<ItemGroup>
3420
<ProjectReference Include="..\..\CodeBeam.UltimateAuth.Core\CodeBeam.UltimateAuth.Core.csproj" />
35-
<ProjectReference Include="..\..\persistence\CodeBeam.UltimateAuth.EntityFrameworkCore.Abstractions\CodeBeam.UltimateAuth.EntityFrameworkCore.csproj" />
21+
<ProjectReference Include="..\..\persistence\CodeBeam.UltimateAuth.EntityFrameworkCore\CodeBeam.UltimateAuth.EntityFrameworkCore.csproj" />
3622
</ItemGroup>
3723

3824
<ItemGroup>

src/authentication/CodeBeam.UltimateAuth.Authentication.InMemory/CodeBeam.UltimateAuth.Authentication.InMemory.csproj

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,9 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
5-
<ImplicitUsings>enable</ImplicitUsings>
6-
<Nullable>enable</Nullable>
75
<NoWarn>$(NoWarn);1591</NoWarn>
8-
</PropertyGroup>
96

10-
<PropertyGroup>
117
<PackageId>CodeBeam.UltimateAuth.Authentication.InMemory</PackageId>
12-
<Version>0.1.0-preview.1</Version>
138

149
<Description>
1510
In-memory authentication persistence for UltimateAuth.
@@ -19,20 +14,11 @@
1914
<PackageTags>authentication;session;identity;inmemory;auth-framework</PackageTags>
2015
<PackageIcon>logo.png</PackageIcon>
2116
<PackageReadmeFile>README.md</PackageReadmeFile>
22-
23-
<RepositoryUrl>https://github.com/CodeBeamOrg/UltimateAuth</RepositoryUrl>
24-
<PackageProjectUrl>https://github.com/CodeBeamOrg/UltimateAuth</PackageProjectUrl>
25-
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
26-
27-
<GenerateDocumentationFile>true</GenerateDocumentationFile>
28-
<IncludeSymbols>true</IncludeSymbols>
29-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
30-
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
3117
</PropertyGroup>
3218

3319
<ItemGroup>
3420
<ProjectReference Include="..\..\CodeBeam.UltimateAuth.Core\CodeBeam.UltimateAuth.Core.csproj" />
35-
<ProjectReference Include="..\..\persistence\CodeBeam.UltimateAuth.InMemory.Abstractions\CodeBeam.UltimateAuth.InMemory.csproj" />
21+
<ProjectReference Include="..\..\persistence\CodeBeam.UltimateAuth.InMemory\CodeBeam.UltimateAuth.InMemory.csproj" />
3622
</ItemGroup>
3723

3824
<ItemGroup>

src/authorization/CodeBeam.UltimateAuth.Authorization.Contracts/CodeBeam.UltimateAuth.Authorization.Contracts.csproj

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,9 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
5-
<ImplicitUsings>enable</ImplicitUsings>
6-
<Nullable>enable</Nullable>
75
<NoWarn>$(NoWarn);1591</NoWarn>
8-
</PropertyGroup>
96

10-
<PropertyGroup>
117
<PackageId>CodeBeam.UltimateAuth.Authorization.Contracts</PackageId>
12-
<Version>0.1.0-preview.1</Version>
13-
14-
<Authors>CodeBeam</Authors>
15-
<Company>CodeBeam</Company>
168

179
<Description>
1810
Shared contracts and cross-boundary types for UltimateAuth Authorization module.
@@ -23,14 +15,6 @@
2315
<PackageTags>authentication;authorization;roles;permissions;contracts;shared;auth-framework</PackageTags>
2416
<PackageIcon>logo.png</PackageIcon>
2517
<PackageReadmeFile>README.md</PackageReadmeFile>
26-
27-
<RepositoryUrl>https://github.com/CodeBeamOrg/UltimateAuth</RepositoryUrl>
28-
<PackageProjectUrl>https://github.com/CodeBeamOrg/UltimateAuth</PackageProjectUrl>
29-
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
30-
31-
<GenerateDocumentationFile>true</GenerateDocumentationFile>
32-
<IncludeSymbols>true</IncludeSymbols>
33-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
3418
</PropertyGroup>
3519

3620
<ItemGroup>

0 commit comments

Comments
 (0)