Skip to content

Commit 59f918b

Browse files
committed
Remove .NET 10
1 parent 136f041 commit 59f918b

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

Manta.csproj

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

33
<PropertyGroup>
4-
<TargetFrameworks>net10.0-android;net9.0-android</TargetFrameworks>
4+
<TargetFrameworks>net9.0-android</TargetFrameworks>
55

66
<OutputType>Exe</OutputType>
77
<RootNamespace>Manta</RootNamespace>
@@ -176,21 +176,6 @@
176176
<Content Include="Components\Pages\BuySell.razor.cs" />
177177
</ItemGroup>
178178

179-
<ItemGroup Condition="'$(TargetFramework)' == 'net10.0-android'">
180-
<PackageReference Include="CommunityToolkit.Maui" Version="14.0.0" />
181-
<PackageReference Include="Grpc.Net.Client" Version="2.76.0" />
182-
<PackageReference Include="Grpc.Net.Client.Web" Version="2.76.0" />
183-
<PackageReference Include="HavenoSharp" Version="1.1.12" />
184-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.AutoActivation" Version="10.3.0" />
185-
<PackageReference Include="Microsoft.Maui.Controls" Version="10.0.40" />
186-
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="10.0.40" />
187-
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="10.0.40" />
188-
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="10.0.3" />
189-
<PackageReference Include="MudBlazor" Version="8.15.0" />
190-
<PackageReference Include="ZXing.Net.Maui" Version="0.7.4" />
191-
<PackageReference Include="ZXing.Net.Maui.Controls" Version="0.7.4" />
192-
</ItemGroup>
193-
194179
<ItemGroup Condition="'$(TargetFramework)' == 'net9.0-android'">
195180
<PackageReference Include="CommunityToolkit.Maui" Version="12.3.0" />
196181
<PackageReference Include="Grpc.Net.Client" Version="2.76.0" />

0 commit comments

Comments
 (0)