This repository has been archived by the owner on Apr 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update NuGet packages (#356)
- Loading branch information
1 parent
38ce493
commit 8f9a75e
Showing
8 changed files
with
134 additions
and
184 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,19 @@ | ||
<Project Sdk="Microsoft.NET.Sdk.Web"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net5.0</TargetFramework> | ||
|
||
<AssemblyName>ESchool.GraphQL</AssemblyName> | ||
<RootNamespace>OpenCodeFoundation.ESchool.ApiGateways.ESchool.GraphQL</RootNamespace> | ||
<GenerateDocumentationFile>true</GenerateDocumentationFile> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="HotChocolate.AspNetCore" Version="11.0.9" /> | ||
<PackageReference Include="HotChocolate.Stitching" Version="11.0.9" /> | ||
|
||
<PackageReference Include="HotChocolate.AspNetCore" Version="11.1.0"/> | ||
<PackageReference Include="HotChocolate.Stitching" Version="11.1.0"/> | ||
<!-- Logging --> | ||
<PackageReference Include="Serilog.AspNetCore" Version="3.4.0" /> | ||
<PackageReference Include="Serilog.Enrichers.Span" Version="1.1.0" /> | ||
<PackageReference Include="Serilog.Sinks.Seq" Version="4.0.0" /> | ||
<PackageReference Include="Serilog.AspNetCore" Version="4.1.0"/> | ||
<PackageReference Include="Serilog.Enrichers.Span" Version="1.2.0"/> | ||
<PackageReference Include="Serilog.Sinks.Seq" Version="5.0.0"/> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\..\Libraries\OpenTelemetry\OpenTelemetry.csproj" /> | ||
<ProjectReference Include="..\..\Libraries\OpenTelemetry\OpenTelemetry.csproj"/> | ||
</ItemGroup> | ||
|
||
</Project> | ||
</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 |
---|---|---|
@@ -1,23 +1,18 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net5.0</TargetFramework> | ||
<AssemblyName>OpenCodeFoundation.OpenTelemetry</AssemblyName> | ||
<RootNamespace>OpenCodeFoundation.OpenTelemetry</RootNamespace> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<!-- Asp.net required packages --> | ||
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.1" /> | ||
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="5.0.0" /> | ||
|
||
<!-- OpenTelemetry --> | ||
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.0.0-rc2" /> | ||
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.0.0-rc2" /> | ||
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.0.0-rc2" /> | ||
<PackageReference Include="OpenTelemetry.Instrumentation.SqlClient" Version="1.0.0-rc2" /> | ||
<PackageReference Include="OpenTelemetry.Exporter.Jaeger" Version="1.0.1" /> | ||
|
||
</ItemGroup> | ||
|
||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>net5.0</TargetFramework> | ||
<AssemblyName>OpenCodeFoundation.OpenTelemetry</AssemblyName> | ||
<RootNamespace>OpenCodeFoundation.OpenTelemetry</RootNamespace> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<!-- Asp.net required packages --> | ||
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.1"/> | ||
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="5.0.0"/> | ||
<!-- OpenTelemetry --> | ||
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.0.0-rc3"/> | ||
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.0.0-rc3"/> | ||
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.0.0-rc3"/> | ||
<PackageReference Include="OpenTelemetry.Instrumentation.SqlClient" Version="1.0.0-rc3"/> | ||
<PackageReference Include="OpenTelemetry.Exporter.Jaeger" Version="1.0.1"/> | ||
</ItemGroup> | ||
</Project> |
85 changes: 37 additions & 48 deletions
85
src/Services/Enrolling/Enrolling.API/Enrolling.API.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,50 +1,39 @@ | ||
<Project Sdk="Microsoft.NET.Sdk.Web"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net5.0</TargetFramework> | ||
|
||
<AssemblyName>Enrolling.API</AssemblyName> | ||
<RootNamespace>OpenCodeFoundation.ESchool.Services.Enrolling.API</RootNamespace> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<!-- HealthChecks --> | ||
<PackageReference Include="AspNetCore.HealthChecks.SqlServer" Version="5.0.2" /> | ||
<PackageReference Include="AspNetCore.HealthChecks.UI.Client" Version="5.0.1" /> | ||
<PackageReference Include="HotChocolate.AspNetCore" Version="11.0.9" /> | ||
<PackageReference Include="HotChocolate.Stitching" Version="11.0.9" /> | ||
|
||
<!-- In-memory commandbus --> | ||
<PackageReference Include="MediatR" Version="9.0.0" /> | ||
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="9.0.0" /> | ||
|
||
<!-- For validating inputs --> | ||
<PackageReference Include="FluentValidation.AspNetCore" Version="9.5.0" /> | ||
|
||
<Project Sdk="Microsoft.NET.Sdk.Web"> | ||
<PropertyGroup> | ||
<TargetFramework>net5.0</TargetFramework> | ||
<AssemblyName>Enrolling.API</AssemblyName> | ||
<RootNamespace>OpenCodeFoundation.ESchool.Services.Enrolling.API</RootNamespace> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<!-- HealthChecks --> | ||
<PackageReference Include="AspNetCore.HealthChecks.SqlServer" Version="5.0.2"/> | ||
<PackageReference Include="AspNetCore.HealthChecks.UI.Client" Version="5.0.1"/> | ||
<PackageReference Include="HotChocolate.AspNetCore" Version="11.1.0"/> | ||
<PackageReference Include="HotChocolate.Stitching" Version="11.1.0"/> | ||
<!-- In-memory commandbus --> | ||
<PackageReference Include="MediatR" Version="9.0.0"/> | ||
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="9.0.0"/> | ||
<!-- For validating inputs --> | ||
<PackageReference Include="FluentValidation.AspNetCore" Version="10.0.2"/> | ||
<!-- Polly is a .NET resilience and transient-fault-handling library that | ||
allows developers to express policies such as Retry, Circuit Breaker, Timeout, | ||
Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. --> | ||
<PackageReference Include="Polly" Version="7.2.1" /> | ||
|
||
<!-- Logging --> | ||
<PackageReference Include="Serilog.AspNetCore" Version="3.4.0" /> | ||
<PackageReference Include="Serilog.Enrichers.Span" Version="1.1.0" /> | ||
<PackageReference Include="Serilog.Sinks.Seq" Version="4.0.0" /> | ||
|
||
<!-- Swagger --> | ||
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.1.1" /> | ||
|
||
<!-- Need this package for generating migration files --> | ||
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.2"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\Enrolling.Infrastructure\Enrolling.Infrastructure.csproj" /> | ||
<ProjectReference Include="..\Enrolling.Domain\Enrolling.Domain.csproj" /> | ||
<ProjectReference Include="..\..\..\Libraries\OpenTelemetry\OpenTelemetry.csproj" /> | ||
</ItemGroup> | ||
|
||
</Project> | ||
Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. --> | ||
<PackageReference Include="Polly" Version="7.2.1"/> | ||
<!-- Logging --> | ||
<PackageReference Include="Serilog.AspNetCore" Version="4.1.0"/> | ||
<PackageReference Include="Serilog.Enrichers.Span" Version="1.2.0"/> | ||
<PackageReference Include="Serilog.Sinks.Seq" Version="5.0.0"/> | ||
<!-- Swagger --> | ||
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.1.2"/> | ||
<!-- Need this package for generating migration files --> | ||
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.5"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\Enrolling.Infrastructure\Enrolling.Infrastructure.csproj"/> | ||
<ProjectReference Include="..\Enrolling.Domain\Enrolling.Domain.csproj"/> | ||
<ProjectReference Include="..\..\..\Libraries\OpenTelemetry\OpenTelemetry.csproj"/> | ||
</ItemGroup> | ||
</Project> |
55 changes: 24 additions & 31 deletions
55
src/Services/Enrolling/Enrolling.FunctionalTests/Enrolling.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,24 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net5.0</TargetFramework> | ||
|
||
<RootNamespace>OpenCodeFoundation.ESchool.Services.Enrolling.FunctionalTests</RootNamespace> | ||
|
||
<IsPackable>false</IsPackable> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="5.0.5" /> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" /> | ||
<PackageReference Include="xunit" Version="2.4.1" /> | ||
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" /> | ||
<PackageReference Include="coverlet.collector" Version="3.0.2" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\Enrolling.API\Enrolling.API.csproj" /> | ||
<ProjectReference Include="..\Enrolling.Domain\Enrolling.Domain.csproj" /> | ||
<ProjectReference Include="..\Enrolling.Infrastructure\Enrolling.Infrastructure.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Update="appsettings.json"> | ||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
</None> | ||
</ItemGroup> | ||
|
||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>net5.0</TargetFramework> | ||
<RootNamespace>OpenCodeFoundation.ESchool.Services.Enrolling.FunctionalTests</RootNamespace> | ||
<IsPackable>false</IsPackable> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="5.0.5"/> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4"/> | ||
<PackageReference Include="xunit" Version="2.4.1"/> | ||
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3"/> | ||
<PackageReference Include="coverlet.collector" Version="3.0.3"/> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\Enrolling.API\Enrolling.API.csproj"/> | ||
<ProjectReference Include="..\Enrolling.Domain\Enrolling.Domain.csproj"/> | ||
<ProjectReference Include="..\Enrolling.Infrastructure\Enrolling.Infrastructure.csproj"/> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Update="appsettings.json"> | ||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
</None> | ||
</ItemGroup> | ||
</Project> |
33 changes: 14 additions & 19 deletions
33
src/Services/Enrolling/Enrolling.Infrastructure/Enrolling.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,14 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net5.0</TargetFramework> | ||
|
||
<AssemblyName>Enrolling.Infrastructure</AssemblyName> | ||
<RootNamespace>OpenCodeFoundation.ESchool.Services.Enrolling.Infrastructure</RootNamespace> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\Enrolling.Domain\Enrolling.Domain.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.2" /> | ||
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.2" /> | ||
</ItemGroup> | ||
|
||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>net5.0</TargetFramework> | ||
<AssemblyName>Enrolling.Infrastructure</AssemblyName> | ||
<RootNamespace>OpenCodeFoundation.ESchool.Services.Enrolling.Infrastructure</RootNamespace> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\Enrolling.Domain\Enrolling.Domain.csproj"/> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.5"/> | ||
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.5"/> | ||
</ItemGroup> | ||
</Project> |
45 changes: 20 additions & 25 deletions
45
src/Services/Enrolling/Enrolling.UnitTests/Enrolling.UnitTests.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,25 +1,20 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net5.0</TargetFramework> | ||
|
||
<IsPackable>false</IsPackable> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" /> | ||
<PackageReference Include="xunit" Version="2.4.1" /> | ||
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="coverlet.collector" Version="3.0.2" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\Enrolling.API\Enrolling.API.csproj" /> | ||
<ProjectReference Include="..\Enrolling.Domain\Enrolling.Domain.csproj" /> | ||
<ProjectReference Include="..\Enrolling.Infrastructure\Enrolling.Infrastructure.csproj" /> | ||
</ItemGroup> | ||
|
||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>net5.0</TargetFramework> | ||
<IsPackable>false</IsPackable> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4"/> | ||
<PackageReference Include="xunit" Version="2.4.1"/> | ||
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="coverlet.collector" Version="3.0.3"/> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\Enrolling.API\Enrolling.API.csproj"/> | ||
<ProjectReference Include="..\Enrolling.Domain\Enrolling.Domain.csproj"/> | ||
<ProjectReference Include="..\Enrolling.Infrastructure\Enrolling.Infrastructure.csproj"/> | ||
</ItemGroup> | ||
</Project> |
24 changes: 9 additions & 15 deletions
24
src/Web/Frontend.Blazor/Frontend.Blazor.Client/Frontend.Blazor.Client.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,29 +1,23 @@ | ||
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net5.0</TargetFramework> | ||
<ServiceWorkerAssetsManifest>service-worker-assets.js</ServiceWorkerAssetsManifest> | ||
|
||
<Nullable>enable</Nullable> | ||
<AssemblyName>Frontend.Blazor.Client</AssemblyName> | ||
<RootNamespace>OpenCodeFoundation.ESchool.Web.Frontend.Blazor.Client</RootNamespace> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="5.0.2" /> | ||
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="5.0.2" PrivateAssets="all" /> | ||
<PackageReference Include="Microsoft.Extensions.Http" Version="5.0.0" /> | ||
<PackageReference Include="MudBlazor" Version="1.2.4" /> | ||
<PackageReference Include="System.Net.Http.Json" Version="5.0.0" /> | ||
<PackageReference Include="StrawberryShake" Version="11.0.0-preview.137" /> | ||
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="5.0.5"/> | ||
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="5.0.5" PrivateAssets="all"/> | ||
<PackageReference Include="Microsoft.Extensions.Http" Version="5.0.0"/> | ||
<PackageReference Include="MudBlazor" Version="1.2.4"/> | ||
<PackageReference Include="System.Net.Http.Json" Version="5.0.0"/> | ||
<PackageReference Include="StrawberryShake" Version="11.0.0-preview.137"/> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\Frontend.Blazor.Shared\Frontend.Blazor.Shared.csproj" /> | ||
<ProjectReference Include="..\Frontend.Blazor.Shared\Frontend.Blazor.Shared.csproj"/> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ServiceWorker Include="wwwroot\service-worker.js" PublishedContent="wwwroot\service-worker.published.js" /> | ||
<ServiceWorker Include="wwwroot\service-worker.js" PublishedContent="wwwroot\service-worker.published.js"/> | ||
</ItemGroup> | ||
|
||
</Project> | ||
</Project> |
15 changes: 5 additions & 10 deletions
15
src/Web/Frontend.Blazor/Frontend.Blazor.Server/Frontend.Blazor.Server.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,20 +1,15 @@ | ||
<Project Sdk="Microsoft.NET.Sdk.Web"> | ||
|
||
<Project Sdk="Microsoft.NET.Sdk.Web"> | ||
<PropertyGroup> | ||
<TargetFramework>net5.0</TargetFramework> | ||
|
||
<Nullable>enable</Nullable> | ||
<AssemblyName>Frontend.Blazor.Server</AssemblyName> | ||
<RootNamespace>OpenCodeFoundation.ESchool.Web.Frontend.Blazor.Server</RootNamespace> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="5.0.2" /> | ||
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="5.0.5"/> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\Frontend.Blazor.Client\Frontend.Blazor.Client.csproj" /> | ||
<ProjectReference Include="..\Frontend.Blazor.Shared\Frontend.Blazor.Shared.csproj" /> | ||
<ProjectReference Include="..\Frontend.Blazor.Client\Frontend.Blazor.Client.csproj"/> | ||
<ProjectReference Include="..\Frontend.Blazor.Shared\Frontend.Blazor.Shared.csproj"/> | ||
</ItemGroup> | ||
|
||
</Project> | ||
</Project> |