Merge pull request #275 from dotnet/dev

Updated Template to .NET 7
This commit is contained in:
James Clancey 2022-11-09 14:59:45 -09:00 коммит произвёл GitHub
Родитель b8465e8a9e 2544f6894d
Коммит 3313ee535e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 5 удалений

Просмотреть файл

@ -1,10 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0-android;net6.0-ios;net6.0-maccatalyst</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net6.0-windows10.0.19041.0</TargetFrameworks>
<!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET -->
<!-- <TargetFrameworks>$(TargetFrameworks);net6.0-tizen</TargetFrameworks> -->
<TargetFrameworks>net7.0-android;net7.0-ios;net7.0-maccatalyst</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows')) and '$(MSBuildRuntimeType)' == 'Full'">$(TargetFrameworks);net7.0-windows10.0.19041.0</TargetFrameworks>
<OutputType>Exe</OutputType>
<RootNamespace>CometApp1</RootNamespace>
<UseMaui>true</UseMaui>
@ -49,7 +47,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Clancey.Comet" Version="0.3.460-beta" />
<PackageReference Include="Clancey.Comet" Version="0.3.466-beta" />
<PackageReference Include="Reloadify3000" Version="1.0.8" />
</ItemGroup>