Skip to content

Commit 3c2520d

Browse files
[SL-9306] Update to the latest version of .NET MAUI (#44)
[SL-9306] Update to the latest version of .NET MAUI [SL-9306]: https://clientportal.atlassian.net/browse/SL-9306?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1 parent 77831ee commit 3c2520d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Float.TinCan.ActivityLibrary.Tests/Float.TinCan.ActivityLibrary.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</PackageReference>
2121
</ItemGroup>
2222
<ItemGroup Condition="$(TargetFramework.StartsWith('net8'))">
23-
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.7" />
23+
<PackageReference Include="Microsoft.Maui.Controls" Version="[8.0.20,9)" />
2424
</ItemGroup>
2525
<ItemGroup>
2626
<ProjectReference Include="..\Float.TinCan.ActivityLibrary\Float.TinCan.ActivityLibrary.csproj" />

Float.TinCan.ActivityLibrary/Float.TinCan.ActivityLibrary.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</PackageReference>
4343
</ItemGroup>
4444
<ItemGroup Condition="$(TargetFramework.StartsWith('net8'))">
45-
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.7" />
45+
<PackageReference Include="Microsoft.Maui.Controls" Version="[8.0.20,9)" />
4646
</ItemGroup>
4747
<ItemGroup Condition="$(TargetFramework.StartsWith('netstandard'))">
4848
<PackageReference Include="Xamarin.Forms" Version="[5.0.0.1874,6)" />

0 commit comments

Comments
 (0)