Skip to content

Commit

Permalink
Revert "tweak build to try and get android to succeed"
Browse files Browse the repository at this point in the history
This reverts commit d802ed5.
  • Loading branch information
ericsink committed Feb 5, 2024
1 parent 43a3f90 commit 610163c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 11
- name: Setup .NET
- name: Setup .NET 6
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.x
dotnet-version: 6.0.x
include-prerelease: true
- name: Install workload ios
run: dotnet workload install ios
Expand Down
2 changes: 1 addition & 1 deletion version_stamp/version_stamp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ private static void gen_directory_build_props(string root, string nupkgs_dir_nam
f.WriteElementString("tfm_net6_ios", "net6.0-ios14.2");
f.WriteElementString("tfm_net6_tvos", "net6.0-tvos10"); // TODO seems wrong
f.WriteElementString("tfm_net6_maccatalyst", "net6.0-ios14.0");
f.WriteElementString("tfm_net6_android", "net7.0-android"); // TODO seems wrong
f.WriteElementString("tfm_net6_android", "net6.0-android"); // TODO seems wrong

f.WriteComment("The NoNFloatUsing below is a workaround for xamarin/xamarin-macios/#14434");
f.WriteElementString("NoNFloatUsing", "true");
Expand Down

0 comments on commit 610163c

Please sign in to comment.