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 5 #36

Draft
wants to merge 17 commits into
base: main
Choose a base branch
from
Draft

.NET 5 #36

wants to merge 17 commits into from

Conversation

asbjornu
Copy link
Member

Still far from done, but this is a start at resolving #35.

@asbjornu asbjornu force-pushed the feature/net5 branch 5 times, most recently from ba7be1f to 9ad1edb Compare December 3, 2021 23:21
@asbjornu asbjornu force-pushed the feature/net5 branch 2 times, most recently from 856ac77 to da6669b Compare July 26, 2022 09:52
@asbjornu
Copy link
Member Author

asbjornu commented Jul 26, 2022

Meh. Currently stuck at the following error:

Unhandled exception. System.IO.FileNotFoundException: Could not load file or assembly 'IKVM.OpenJDK.Core, Version=8.1.5717.0, Culture=neutral, PublicKeyToken=13235d27fcbfff58'. The system cannot find the file specified.

I have no idea where or why version 8.1.5717.0 of IKVM should be referenced anymore. Every reference should be updated to 8.2.1 in d48144e.

asbjornu and others added 13 commits September 1, 2022 11:06
Bump `Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers`
from 0.2.220602 to 0.4.336902.
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
# Conflicts:
#	.github/workflows/build.yml
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
# Conflicts:
#	.github/workflows/build.yml
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.

1 participant