Skip to content

Commit

Permalink
[MAUI] Update to .NET 8 RC1 (#127)
Browse files Browse the repository at this point in the history
* Bump to .NET 8 RC1

* Delete MauiDemo.sln

* Revert "Delete MauiDemo.sln"

This reverts commit bbeb775.

* Delete MauiDemo.sln

* Update MauiDemo.csproj

Update Telerik to 6.2.0 with NET8 RC1 support.
  • Loading branch information
LanceMcCarthy authored Sep 26, 2023
1 parent 0eec67e commit 0dbc563
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 33 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main_build-maui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.100-preview.7.23376.3'
dotnet-version: '8.0.100-rc.1.23463.5'

- uses: actions/setup-java@v3
with:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.100-preview.7.23376.3'
dotnet-version: '8.0.100-rc.1.23463.5'

# For WinUI builds
- name: Add msbuild to PATH
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.100-preview.7.23376.3'
dotnet-version: '8.0.100-rc.1.23463.5'

- name: Generate version number using date and run number
id: version-creator
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.100-preview.7.23376.3'
dotnet-version: '8.0.100-rc.1.23463.5'

- name: Generate version number using date and run number
id: version-creator
Expand Down
27 changes: 0 additions & 27 deletions src/MAUI/MauiDemo.sln

This file was deleted.

4 changes: 2 additions & 2 deletions src/MAUI/MauiDemo/MauiDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.0-preview.7.8842" />
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.0-rc.1.9171" />
<PackageReference Include="CommonHelpers" Version="1.2.1" />
<PackageReference Include="Telerik.UI.for.Maui" Version="6.1.0" />
<PackageReference Include="Telerik.UI.for.Maui" Version="6.2.0" />
</ItemGroup>

<ItemGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">
Expand Down

0 comments on commit 0dbc563

Please sign in to comment.