-
Notifications
You must be signed in to change notification settings - Fork 297
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
Upgrade to .NET Core SDK 3.1. #395
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: andykernahan The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The GitHub builds are failing as |
I think we can remove travis ci totally sorry did not feel good these days, response slowly . |
b369405
to
7adfee2
Compare
Apologies for the churn. The Windows build is now failing expectedly due to #389. Once that is merged I will rebase. |
48adc74
to
bf85f97
Compare
- name: Setup SxS dotnet | ||
if: matrix.os == 'windows-latest' | ||
run: | | ||
(robocopy %DOTNET_ROOT:3.1.201=2.1.805% %DOTNET_ROOT% /E /XC /XN /XO /NFL /NDL /NJH /NJS /NP) ^& if %ERRORLEVEL% geq 8 exit /B %ERRORLEVEL% |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol
maybe powershell is a better choice
@@ -1,9 +1,13 @@ | |||
#!/bin/sh | |||
echo 'Installing .NET Core...' | |||
|
|||
wget https://download.visualstudio.microsoft.com/download/pr/4850aa8f-44a9-4c4a-9961-f18aa4d90ceb/07d790444f3ba6b412a76d6f1aced338/dotnet-sdk-2.2.105-osx-x64.pkg -O ~/dotnet-sdk-2.2.105-osx-x64.pkg | |||
wget https://download.microsoft.com/download/3/a/3/3a3bda26-560d-4d8e-922e-6f6bc4553a84/dotnet-runtime-2.0.9-osx-x64.pkg -O ~/dotnet-runtime-2.0.9-osx-x64.pkg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@brendanburns did you remove travis from this repo?
I did not see it triggered anymore
I mean we can remove those files for travis if no longer used
We can definitely remove Travis. Lets do that in a different PR. I'm ok to merge this, @tg123 any last comments? |
As discussed in #386 and #389, this PR upgrades to .NET Core SDK 3.1. It also installs the requisite 2.0.9 & 2.1.17 runtimes: