OK DOES NET 7 WORK YET

This commit is contained in:
SilicaAndPina 2022-04-15 00:07:38 +12:00
parent eada9eb5a5
commit 73a06e4493
10 changed files with 16 additions and 18 deletions

View file

@ -6,9 +6,9 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<PropertyGroup>
<Configuration>Windows</Configuration>
<Platform>ARM</Platform>
<PublishDir>bin\arm\Windows\net6.0\windows-arm\publish\</PublishDir>
<PublishDir>bin\arm\Windows\net7.0\windows-arm\publish\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<RuntimeIdentifier>win-arm</RuntimeIdentifier>
<SelfContained>True</SelfContained>
<!-- <PublishSingleFile>True</PublishSingleFile> -->