updated to .net 8
This commit is contained in:
parent
6239eea0fa
commit
6323d87058
2 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0-android</TargetFramework>
|
||||
<TargetPlatformVersion>33</TargetPlatformVersion>
|
||||
<TargetFramework>net8.0-android</TargetFramework>
|
||||
<TargetPlatformVersion>34</TargetPlatformVersion>
|
||||
<SupportedOSPlatformVersion>21</SupportedOSPlatformVersion>
|
||||
<OutputType>Exe</OutputType>
|
||||
<ApplicationId>de.ellpeck.touchytickets</ApplicationId>
|
||||
|
@ -35,4 +35,4 @@
|
|||
<Message Text="Restoring dotnet tools" Importance="High"/>
|
||||
<Exec Command="dotnet tool restore"/>
|
||||
</Target>
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
@ -13,4 +13,4 @@
|
|||
</PackageReference>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
Loading…
Reference in a new issue