chore: upgrade all projects to .NET 7

This commit is contained in:
goat 2022-12-07 22:59:44 +01:00
parent a496da3998
commit 05e3330789
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
5 changed files with 9 additions and 8 deletions

View file

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>Dalamud.CorePlugin</AssemblyName>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net7.0-windows</TargetFramework>
<Platforms>x64</Platforms>
<LangVersion>10.0</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>