File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 26
26
- name : Setup .NET
27
27
uses : actions/setup-dotnet@v4
28
28
with :
29
- dotnet-version : 8 .0.x
29
+ dotnet-version : 9 .0.x
30
30
31
31
- name : Build
32
32
shell : pwsh
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net8.0-android;net8.0-ios</TargetFrameworks >
4
+ <TargetFrameworks >net8.0-android;net8.0-ios;net9.0-android;net9.0-ios </TargetFrameworks >
5
5
<UseMaui >true</UseMaui >
6
6
<Nullable >enable</Nullable >
7
7
<LangVersion >latest</LangVersion >
13
13
<SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'" >27.0</SupportedOSPlatformVersion >
14
14
</PropertyGroup >
15
15
16
- <ItemGroup >
17
- <PackageReference Include =" Microsoft.Maui.Controls" Version =" 8.0.90" />
16
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net8-android' OR '$(TargetFramework)' == 'net8-ios'" >
17
+ <PackageReference Include =" Microsoft.Maui.Controls" Version =" 8.0.100" />
18
+ </ItemGroup >
19
+
20
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net9-android' OR '$(TargetFramework)' == 'net9-ios'" >
21
+ <PackageReference Include =" Microsoft.Maui.Controls" Version =" 9.0.30" />
18
22
</ItemGroup >
19
23
20
24
53
57
<PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
54
58
<PackageProjectUrl >https://github.com/vapolia/StrokedLabel</PackageProjectUrl >
55
59
<PackageReleaseNotes >
60
+ 1.0.2: net9 in addition to net8
56
61
1.0.1: Fix android
57
62
1.0.0: Initial release
58
63
</PackageReleaseNotes >
You can’t perform that action at this time.
0 commit comments