Blazored / Gitter

A Blazor Gitter Client
MIT License
37 stars 14 forks source link

Upgrade to Blazor 3.2.0-preview2 #70

Closed jspuij closed 4 years ago

jspuij commented 4 years ago
chucker commented 4 years ago

Just had a thought as well - the azure-pipelines.yml file will probably need to be updated to be able to build this- it's currently set to use 3.0.100-rc1-014190 but I think we will need 3.0.102 for this?

You mean 3.1.102. Also, we can't use VS 2017 any more, I'm assuming.

See #71. I'm not experienced at this, though.

chrissainty commented 4 years ago

You mean 3.1.102. Also, we can't use VS 2017 any more, I'm assuming.

We need to upgrade the .NET Core installer task as well, the current one is being depreciated. The other repos in Blazored have had their yaml files updated, so setting can be copied from there.

Just added a comment to #71

SQL-MisterMagoo commented 4 years ago

You mean 3.1.102. Also, we can't use VS 2017 any more, I'm assuming.

See #71. I'm not experienced at this, though. Yep - you're right I got the version wrong, thanks!

jspuij commented 4 years ago

So I did the requested changes and accidentally also incorporated #71 as I missed that pull request. You should be able to pull this all at once.

SQL-MisterMagoo commented 4 years ago

@jspuij Sorry I just realised one more thing - Are there any new dependencies that would be required now that webcompiler has been replaced? Could you possibly update the README.md with details of those if there are any? then we should be good to go.

SQL-MisterMagoo commented 4 years ago

Thanks so much for doing this work!