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

.NET 6 #786

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

.NET 6 #786

wants to merge 11 commits into from

Conversation

joestr
Copy link

@joestr joestr commented Sep 18, 2023

Brings BaGet to .NET 6

Based on changes from @sunny1028 in #775

Further changes:

  • Restore original project structure
  • Reactivate unit tests

@joestr joestr mentioned this pull request Sep 18, 2023
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="$(MicrosoftExtensionsPackageVersion)" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="$(MicrosoftExtensionsPackageVersion)" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="$(MicrosoftExtensionsPackageVersion)" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.9" />

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you can use EntityFrameworkCore 7

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, but since there is literally no project activity I don't see a point in further contributions.

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.

None yet

3 participants