Skip to content

.NET 5 - #36

Draft
asbjornu wants to merge 17 commits into
mainfrom
feature/net5
Draft

.NET 5#36
asbjornu wants to merge 17 commits into
mainfrom
feature/net5

Conversation

@asbjornu

Copy link
Copy Markdown
Member

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

@asbjornu
asbjornuforce-pushed the feature/net5 branch 5 times, most recently from ba7be1f to 9ad1edbCompareDecember 3, 2021 23:21
@asbjornu
asbjornuforce-pushed the feature/net5 branch 2 times, most recently from 856ac77 to da6669bCompareJuly 26, 2022 09:52
@asbjornu

asbjornu commented Jul 26, 2022

Copy link
Copy Markdown
MemberAuthor

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.

asbjornuand 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 freeto 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

@asbjornu