Skip to content

Commit

Permalink
tried to fix the build for mobile targets
Browse files Browse the repository at this point in the history
  • Loading branch information
kerryjiang committed Jun 1, 2024
1 parent 3fad298 commit 29afc0a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/myget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ on:

jobs:
push:
runs-on: windows-latest
runs-on: ios-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v4
with:
distribution: 'microsoft'
java-version: '21'
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<SamplesTargetFrameworks>net7.0</SamplesTargetFrameworks>
</PropertyGroup>
<PropertyGroup>
<MobileTargetFrameworks>net6.0-ios;net6.0-android;net6.0-macos;net6.0-tvos;net7.0-ios;net7.0-android;net7.0-macos;net7.0-tvos;net8.0-ios;net=8.0-android;net8.0-macos;net8.0-tvos</MobileTargetFrameworks>
<MobileTargetFrameworks>net7.0-ios;net7.0-android;net7.0-macos;net7.0-tvos;net8.0-ios;net8.0-android;net8.0-macos;net8.0-tvos</MobileTargetFrameworks>
</PropertyGroup>
<PropertyGroup>
<PackageProjectUrl>https://github.com/kerryjiang/supersocket</PackageProjectUrl>
Expand Down

0 comments on commit 29afc0a

Please sign in to comment.