Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Use latest .NET & workloads (#44)
Browse files Browse the repository at this point in the history
* Update README.md
* Update to .NET 6.0.400 SDK (implicitly updates workloads)
* Update `boots` to be able to get newest Xamarin builds
* Delete `Directory.Build.props`
  • Loading branch information
jonathanpeppers authored Sep 28, 2022
1 parent 39e597e commit f7d6122
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
- name: install .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.300
dotnet-version: 6.0.400

- name: install .NET workloads
run: dotnet workload install android ios macos --verbosity diag

- name: install Xamarin.Android
run: |
dotnet tool update --global boots --version 1.0.4.624
dotnet tool update --global boots --version 1.1.0.36
boots --preview Xamarin.Android
- name: build SDK
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ error : /usr/local/share/dotnet/sdk/6.0.100-alpha.1.20562.2/Sdks/Microsoft.Andro

Verify you are using `dotnet build` have the required [.NET 6][net6-samples] packages installed.

#### libMonoPosixHelper.dylib
### libMonoPosixHelper.dylib

If you hit the error:

Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ variables:
- name: Configuration
value: Release
- name: DotNetVersion
value: 6.0.300
value: 6.0.400
- name: BootsVersion
value: 1.0.4.624
value: 1.1.0.36
- name: DotNet.Cli.Telemetry.OptOut
value: true
- name: DotNet.Workloads
Expand Down
6 changes: 0 additions & 6 deletions samples/Directory.Build.props

This file was deleted.

0 comments on commit f7d6122

Please sign in to comment.