chore: bump version to 7.0.0-alpha.1

This commit is contained in:
Anna 2023-05-25 12:57:29 -04:00
parent 8b6de18526
commit 7cbaa55f5c
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6-windows</TargetFramework>
<TargetFramework>net7-windows</TargetFramework>
<LangVersion>latest</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Nullable>enable</Nullable>
<Version>6.0.2</Version>
<Version>7.0.0-alpha.1</Version>
<DebugType>full</DebugType>
</PropertyGroup>