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

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebaltazar committed Nov 20, 2024
1 parent a0d012c commit 0de9283
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PackageCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x.x
dotnet-version: 7.x.x

- name: Nerdbank.GitVersioning
uses: dotnet/nbgv@v0.4.2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/PrCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x.x
dotnet-version: 7.x.x

- uses: actions/setup-java@v4
with:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x.x
dotnet-version: 7.x.x

- uses: actions/setup-java@v4
with:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net8.0-android;net8.0-ios</TargetFrameworks>
<TargetFrameworks>net7.0-android;net7.0-ios</TargetFrameworks>
<OutputType>library</OutputType>
<RootNamespace>Maui.CommunityToolkit.TabView.Compat</RootNamespace>
<UseMaui>true</UseMaui>
Expand Down

0 comments on commit 0de9283

Please sign in to comment.