-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #83 from canro91/package-management
Use centralized package management in src and tests folders
- Loading branch information
Showing
22 changed files
with
264 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
ClinicManagement/src/ClinicManagement.Blazor.Host/ClinicManagement.Blazor.Host.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<Project Sdk="Microsoft.NET.Sdk.Web"> | ||
<Project Sdk="Microsoft.NET.Sdk.Web"> | ||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\ClinicManagement.Blazor\ClinicManagement.Blazor.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.7" /> | ||
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 11 additions & 11 deletions
22
ClinicManagement/src/ClinicManagement.Infrastructure/ClinicManagement.Infrastructure.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
<CentralPackageTransitivePinningEnabled>false</CentralPackageTransitivePinningEnabled> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageVersion Include="Ardalis.EFCore.Extensions" Version="6.0.0" /> | ||
<PackageVersion Include="Ardalis.GuardClauses" Version="4.6.0" /> | ||
<PackageVersion Include="Ardalis.Result" Version="9.1.0" /> | ||
<PackageVersion Include="Ardalis.Specification.EntityFrameworkCore" Version="8.0.0" /> | ||
<PackageVersion Include="AutoMapper" Version="13.0.1" /> | ||
<PackageVersion Include="FastEndpoints" Version="5.28.0" /> | ||
<PackageVersion Include="FastEndpoints.Swagger" Version="5.28.0" /> | ||
<PackageVersion Include="MassTransit.RabbitMQ" Version="8.2.4" /> | ||
<PackageVersion Include="MediatR" Version="12.3.0" /> | ||
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.7" /> | ||
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.7" /> | ||
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.7" /> | ||
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.7" /> | ||
<PackageVersion Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.7" /> | ||
<PackageVersion Include="Microsoft.AspNetCore.SignalR.Client" Version="8.0.7" /> | ||
<PackageVersion Include="Microsoft.AspNetCore.SignalR.Core" Version="1.1.0" /> | ||
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="8.0.7" /> | ||
<PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.7" /> | ||
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.7" /> | ||
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.7" /> | ||
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.7" /> | ||
<PackageVersion Include="Microsoft.Extensions.ObjectPool" Version="8.0.7" /> | ||
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" /> | ||
<PackageVersion Include="PluralsightDdd.SharedKernel" Version="2.1.3" /> | ||
<PackageVersion Include="SixLabors.ImageSharp" Version="3.1.5" /> | ||
<PackageVersion Include="SQLite" Version="3.13.0" /> | ||
<PackageVersion Include="Swashbuckle.AspNetCore" Version="6.6.2" /> | ||
<PackageVersion Include="Swashbuckle.AspNetCore.Annotations" Version="6.6.2" /> | ||
<PackageVersion Include="Swashbuckle.AspNetCore.SwaggerUI" Version="6.6.2" /> | ||
<PackageVersion Include="System.Net.Http.Json" Version="8.0.0" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
<CentralPackageTransitivePinningEnabled>false</CentralPackageTransitivePinningEnabled> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageVersion Include="Ardalis.HttpClientTestExtensions" Version="4.2.0" /> | ||
<PackageVersion Include="AutoFixture" Version="4.18.1" /> | ||
<PackageVersion Include="coverlet.collector" Version="6.0.2" /> | ||
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.7" /> | ||
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="8.0.7" /> | ||
<PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.7" /> | ||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.10.0" /> | ||
<PackageVersion Include="Moq" Version="4.20.70" /> | ||
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" /> | ||
<PackageVersion Include="xunit" Version="2.9.0" /> | ||
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" /> | ||
</ItemGroup> | ||
</Project> |
18 changes: 9 additions & 9 deletions
18
ClinicManagement/tests/FunctionalTests/FunctionalTests.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 8 additions & 8 deletions
16
ClinicManagement/tests/IntegrationTests/IntegrationTests.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
<CentralPackageTransitivePinningEnabled>false</CentralPackageTransitivePinningEnabled> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageVersion Include="Ardalis.EFCore.Extensions" Version="6.0.0" /> | ||
<PackageVersion Include="Ardalis.GuardClauses" Version="4.6.0" /> | ||
<PackageVersion Include="Ardalis.Result" Version="9.1.0" /> | ||
<PackageVersion Include="Ardalis.Specification.EntityFrameworkCore" Version="8.0.0" /> | ||
<PackageVersion Include="AutoMapper" Version="13.0.1" /> | ||
<PackageVersion Include="Blazored.LocalStorage" Version="4.5.0" /> | ||
<PackageVersion Include="FastEndpoints" Version="5.28.0" /> | ||
<PackageVersion Include="FastEndpoints.Swagger" Version="5.28.0" /> | ||
<PackageVersion Include="MassTransit.RabbitMQ" Version="8.2.4" /> | ||
<PackageVersion Include="MediatR" Version="12.3.0" /> | ||
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.7" /> | ||
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.7" /> | ||
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.7" /> | ||
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.7" /> | ||
<PackageVersion Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.7" /> | ||
<PackageVersion Include="Microsoft.AspNetCore.SignalR.Client" Version="8.0.7" /> | ||
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="8.0.7" /> | ||
<PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.7" /> | ||
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.7" /> | ||
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.7" /> | ||
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.7" /> | ||
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.7" /> | ||
<PackageVersion Include="Microsoft.Extensions.Logging" Version="8.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" /> | ||
<PackageVersion Include="Microsoft.Extensions.ObjectPool" Version="8.0.7" /> | ||
<PackageVersion Include="Pluralsight.DDD.Deps" Version="1.0.0" /> | ||
<PackageVersion Include="PluralsightDdd.SharedKernel" Version="2.1.3" /> | ||
<PackageVersion Include="SixLabors.ImageSharp" Version="3.1.5" /> | ||
<PackageVersion Include="SQLite" Version="3.13.0" /> | ||
<PackageVersion Include="Swashbuckle.AspNetCore" Version="6.6.2" /> | ||
<PackageVersion Include="Swashbuckle.AspNetCore.Annotations" Version="6.6.2" /> | ||
<PackageVersion Include="Swashbuckle.AspNetCore.SwaggerUI" Version="6.6.2" /> | ||
<PackageVersion Include="System.Net.Http.Json" Version="8.0.0" /> | ||
</ItemGroup> | ||
</Project> |
Oops, something went wrong.