-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Upgrade to .NET 8 - Drop support for .NET 3.1 - MediatR and ProblemDetails projects will have second round, because they depend on Kros.AspNetCore. - MassTransit project has some obsolete warnings. It will need deeper refactoring to use new MassTransit library.
- Loading branch information
Showing
33 changed files
with
126 additions
and
204 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,39 +1,29 @@ | ||
<Project> | ||
<ItemGroup> | ||
<PackageVersion Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.2.2" /> | ||
<PackageVersion Include="AspNetCore.HealthChecks.Uris" Version="6.0.3" /> | ||
<PackageVersion Include="Azure.Identity" Version="1.8.0" /> | ||
<PackageVersion Include="coverlet.collector" Version="3.2.0" /> | ||
<PackageVersion Include="FluentAssertions" Version="6.8.0" /> | ||
<PackageVersion Include="FluentValidation" Version="11.4.0" /> | ||
<PackageVersion Include="Hellang.Middleware.ProblemDetails" Version="6.5.1" /> | ||
<PackageVersion Include="IdentityServer4.AccessTokenValidation" Version="3.0.1" /> | ||
<PackageVersion Include="Kros.AspNetCore" Version="3.7.0" /> | ||
<PackageVersion Include="Kros.Utils" Version="2.0.0" /> | ||
<PackageVersion Include="MassTransit.AspNetCore" Version="7.1.8" /> | ||
<PackageVersion Include="MassTransit.Azure.ServiceBus.Core" Version="7.1.8" /> | ||
<PackageVersion Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="11.0.0" /> | ||
<PackageVersion Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" /> | ||
<PackageVersion Include="Microsoft.AspNetCore.JsonPatch" Version="6.0.11" /> | ||
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.3" /> | ||
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.4.0" /> | ||
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.4.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Caching.Abstractions" Version="6.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="6.0.1" /> | ||
<PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="6.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Configuration.AzureAppConfiguration" Version="5.2.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Configuration.Binder" Version="6.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="6.0.1" /> | ||
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions" Version="6.0.11" /> | ||
<PackageVersion Include="Microsoft.Extensions.Http" Version="6.0.0" /> | ||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.4.0" /> | ||
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" /> | ||
<PackageVersion Include="NSubstitute" Version="4.4.0" /> | ||
<PackageVersion Include="Scrutor" Version="4.2.0" /> | ||
<PackageVersion Include="System.Collections.Immutable" Version="6.0.0" /> | ||
<PackageVersion Include="Swashbuckle.AspNetCore" Version="6.4.0" /> | ||
<PackageVersion Include="xunit" Version="2.4.2" /> | ||
<PackageVersion Include="xunit.runner.visualstudio" Version="2.4.5" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageVersion Include="AspNetCore.HealthChecks.Uris" Version="8.0.0" /> | ||
<PackageVersion Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.3.0" /> | ||
<PackageVersion Include="Azure.Messaging.ServiceBus" Version="7.17.1" /> | ||
<PackageVersion Include="coverlet.collector" Version="6.0.0" /> | ||
<PackageVersion Include="FluentAssertions" Version="6.12.0" /> | ||
<PackageVersion Include="FluentValidation" Version="11.8.1" /> | ||
<PackageVersion Include="Hellang.Middleware.ProblemDetails" Version="6.5.1" /> | ||
<PackageVersion Include="IdentityServer4.AccessTokenValidation" Version="3.0.1" /> | ||
<PackageVersion Include="Kros.AspNetCore" Version="3.7.0" /> | ||
<PackageVersion Include="Kros.Utils" Version="3.0.0" /> | ||
<PackageVersion Include="MassTransit.AspNetCore" Version="7.3.1" /> | ||
<PackageVersion Include="MassTransit.Azure.ServiceBus.Core" Version="8.1.2" /> | ||
<PackageVersion Include="MediatR" Version="12.2.0" /> | ||
<PackageVersion Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" /> | ||
<PackageVersion Include="Microsoft.AspNetCore.JsonPatch" Version="8.0.0" /> | ||
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.8.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Configuration.AzureAppConfiguration" Version="7.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.0" /> | ||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.8.0" /> | ||
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" /> | ||
<PackageVersion Include="NSubstitute" Version="5.1.0" /> | ||
<PackageVersion Include="Scrutor" Version="4.2.2" /> | ||
<PackageVersion Include="Swashbuckle.AspNetCore" Version="6.5.0" /> | ||
<PackageVersion Include="xunit" Version="2.6.3" /> | ||
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.5" /> | ||
</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
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
10 changes: 3 additions & 7 deletions
10
src/Kros.MassTransit.Analyzers/Kros.MassTransit.Analyzers.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
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
2 changes: 0 additions & 2 deletions
2
src/Kros.MassTransit.AzureServiceBus/Endpoints/ReceiveEndpoint.cs
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
2 changes: 0 additions & 2 deletions
2
src/Kros.MassTransit.AzureServiceBus/Endpoints/SubscriptionEndpoint.cs
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
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
Oops, something went wrong.