-
Notifications
You must be signed in to change notification settings - Fork 1k
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.0 #2083
Conversation
Are we expecting to merge this before preview 4? |
Merge? |
I think that it's good, we can test it more. What do you think? |
@neo-project/ngd-shanghai |
If you're asking me @shargon, I think we should get preview 4 out the door first. |
under test |
I think it should be merged after Preview4 so that we could make more test on .NET5.0 |
When Microsoft.EntityFrameworkCore.Sqlite and Microsoft.Extensions.Configuration.Json are both version "3.1.3", smoke test passed. When Microsoft.EntityFrameworkCore.Sqlite or Microsoft.Extensions.Configuration.Json is version "5.0.0", Rpc call failed here: |
|
https://github.com/neo-project/neo/blob/master/.github/workflows/main.yml#L24-L25 Maybe it should be updated to dotnet tool install --version 5.0.142902 --tool-path ./ dotnet-format --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json
./dotnet-format . --check -v diagnostic |
@erikzhang more detailed information, if it is a must to upgrade these two dependencies, it is better to solve this problem. Exception Stack Info:
|
No, it is not. |
Now it can be merged. |
@erikzhang are we waiting until after preview 4? |
Preview4 nuget package has been released. |
* .NET 5.0 * Update main.yml * Update main.yml * Update main.yml Co-authored-by: Shargon <shargon@gmail.com> Co-authored-by: Vitor Nazário Coelho <vncoelho@gmail.com>
* .NET 5.0 * Update main.yml * Update main.yml * Update main.yml Co-authored-by: Shargon <shargon@gmail.com> Co-authored-by: Vitor Nazário Coelho <vncoelho@gmail.com>
Close #2078