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

feature/net6 #137

Merged
merged 12 commits into from
Nov 23, 2021
Merged

feature/net6 #137

merged 12 commits into from
Nov 23, 2021

Conversation

baywet
Copy link
Member

@baywet baywet commented Nov 19, 2021

  • upgrades unit test project to net5 to keep support

@baywet baywet self-assigned this Nov 19, 2021
@baywet baywet added this to the 1.0.10 milestone Nov 19, 2021
@baywet
Copy link
Member Author

baywet commented Nov 19, 2021

after coming accross the support information net5 is going out of support in May, moving directly to net6 to avoid additional work

@baywet baywet changed the title feature/net5 feature/net6 Nov 19, 2021
@baywet baywet enabled auto-merge November 19, 2021 18:07
@baywet baywet disabled auto-merge November 23, 2021 18:19
@baywet baywet merged commit 1342794 into master Nov 23, 2021
@baywet baywet deleted the feature/net5 branch November 23, 2021 18:19
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.OData.Edm" Version="7.6.1" />
<PackageReference Include="Microsoft.OpenApi" Version="1.2.2" />
<PackageReference Include="Microsoft.OData.Edm" Version="7.9.4" />
Copy link
Contributor

Choose a reason for hiding this comment

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

That's already done, right?

Copy link
Member Author

Choose a reason for hiding this comment

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

no it was missing from the previous dependabot PRs as some of the files were older and dependabot didn't support that. This PR aligns dependencies across the repo

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