Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade dotnet from rc2 to 7 #783

Merged
merged 1 commit into from
Feb 20, 2023

Conversation

Lanz86
Copy link
Contributor

@Lanz86 Lanz86 commented Jan 27, 2023

Upgrade dotnet from rc2 to 7
Upgrade ef from rc2 to 7
Upgrade other library and fix breaking changes

List of upgradated library
Application.csproj
FluentValidation.DependencyInjectionExtensions from 10.3.4 to 11.4.0
MediatR.Extensions.Microsoft.DependencyInjection from 9.0.0 to 11.0.0
Microsoft.EntityFrameworkCore 7.0.0-rc.2.22472.11 to 7.0.2

Domain.csproj
MediatR from 9.0.0 to 11.1.0

Infrastructure.csproj
CsvHelper from 15.0.10 to
Microsoft.AspNetCore.ApiAuthorization.IdentityServer from 7.0.0-rc.2.22476.2 to 30.0.1
Microsoft.AspNetCore.Identity.EntityFrameworkCore from 7.0.0-rc.2.22476.2 to 7.0.2
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore from 7.0.0-rc.2.22476.2 to 7.0.2
Microsoft.EntityFrameworkCore.SqlServer from 7.0.0-rc.2.22472.11 to 7.0.2
Microsoft.EntityFrameworkCore.InMemory from 7.0.0-rc.2.22472.11 to 7.0.2

WebUi.csproj
FluentValidation.AspNetCore from 10.3.4 to 11.2.2
Microsoft.AspNetCore.ApiAuthorization.IdentityServer from 7.0.0-rc.2.22476.2 to 7.0.2
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore from 7.0.0-rc.2.22476.2 to 7.0.2
Microsoft.AspNetCore.Identity.EntityFrameworkCore from 7.0.0-rc.2.22476.2 to 7.0.2
Microsoft.AspNetCore.Identity.UI from 7.0.0-rc.2.22476.2 to 7.0.2
Microsoft.AspNetCore.SpaProxy from 7.0.0-rc.2.22476.2 to 7.0.2
Microsoft.EntityFrameworkCore.Relational from 7.0.0-rc.2.22476.2 to 7.0.2
Microsoft.EntityFrameworkCore.SqlServer from 7.0.0-rc.2.22476.2 to 7.0.2
Microsoft.EntityFrameworkCore.Tools from 7.0.0-rc.2.22476.2 to 7.0.2
Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore from 6.0.10 to 7.0.2
NSwag.AspNetCore from 13.16.0 to 13.18.2
NSwag.MSBuild from 13.16.0 to 13.18.2

Application.IntegrationTests.csproj
Microsoft.AspNetCore.Mvc.Testing from 7.0.0-rc.2.22476.2 to 7.0.2
Microsoft.NET.Test.Sdk from 17.3.2 to 17.4.1
NUnit3TestAdapter from 4.2.1 to 4.3.1
FluentAssertions from 6.7.0 to 6.9.0
Moq from 4.18.2 to 4.18.4
Respawn from 4.0.0 to 6.0.0

Application.UnitTests.csproj
Microsoft.NET.Test.Sdk from 17.3.2 to 17.4.1
NUnit3TestAdapter from 4.2.1 to 4.3.1
FluentAssertions from 6.7.0 to 6.9.0
Moq from 4.18.2 to 4.18.4

Domain.UnitTests.csproj
Microsoft.NET.Test.Sdk from 17.3.2 to 17.4.1
NUnit3TestAdapter from 4.2.1 to 4.3.1
FluentAssertions from 6.7.0 to 6.9.0

Upgrade ef from rc2 to 7
Upgrade all other library and fix breaking changes
@jasontaylordev jasontaylordev merged commit 6e9ecad into jasontaylordev:main Feb 20, 2023
@jasontaylordev
Copy link
Owner

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants