mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
chore: bump nuke build project to .net 7
This commit is contained in:
parent
2f4243b6d4
commit
82eebca9a9
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
<Nullable>disable</Nullable>
|
||||
<RootNamespace></RootNamespace>
|
||||
<NoWarn>IDE0002;IDE0051;IDE1006;CS0649;CS0169</NoWarn>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue