Skip to content

Commit ec0bcf1

Browse files
Copilotvb2ae
andcommitted
Update Caliburn.Micro.Maui.Tests to .NET 9
Co-authored-by: vb2ae <[email protected]>
1 parent 2c863da commit ec0bcf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Caliburn.Micro.Maui.Tests/Caliburn.Micro.Maui.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net8.0</TargetFramework>
4+
<TargetFramework>net9.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<UseMaui>true</UseMaui>
@@ -16,7 +16,7 @@
1616
<PrivateAssets>all</PrivateAssets>
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1818
</PackageReference>
19-
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.92" />
19+
<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.120" />
2020
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
2121
<PackageReference Include="Moq" Version="4.20.72" />
2222
<PackageReference Include="xunit" Version="2.9.2" />

0 commit comments

Comments
 (0)