Skip to content

Commit

Permalink
Merge pull request #7 from felipebaltazar/feature/new-icon
Browse files Browse the repository at this point in the history
New Icon + Target to .Net8
  • Loading branch information
felipebaltazar committed Jan 28, 2024
2 parents 60cbcbc + f8e9da9 commit fd39062
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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@v1
with:
dotnet-version: 7.x.x
dotnet-version: 8.x.x

- name: Nerdbank.GitVersioning
uses: dotnet/[email protected]
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@v1
with:
dotnet-version: 7.x.x
dotnet-version: 8.x.x

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

- uses: actions/setup-java@v2
with:
Expand Down
Binary file modified Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Maui.NeoControls.Demo/Maui.NeoControls.Demo.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net7.0-android;net7.0-ios</TargetFrameworks>
<TargetFrameworks>net8.0-android;net8.0-ios</TargetFrameworks>
<OutputType>Exe</OutputType>
<RootNamespace>Maui.NeoControls.Demo</RootNamespace>
<UseMaui>true</UseMaui>
Expand Down
2 changes: 1 addition & 1 deletion Maui.NeoControls/Maui.NeoControls.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net7.0-android;net7.0-ios</TargetFrameworks>
<TargetFrameworks>net8.0-android;net8.0-ios</TargetFrameworks>
<SingleProject>true</SingleProject>
<Nullable>enable</Nullable>
<RootNamespace>Maui.Views.NeoControls</RootNamespace>
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.0",
"version": "8.0-pre",
"assemblyVersion": {
"precision": "revision"
},
Expand Down

0 comments on commit fd39062

Please sign in to comment.