mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Update CLI to .NET 8.0 (#2469)
Co-authored-by: Timothy Baldridge <tbaldridge@gmail.com>
This commit is contained in:
parent
700f3889c5
commit
e7d49b756d
@ -1,7 +1,8 @@
|
||||
### Changelog
|
||||
|
||||
#### Version - TBD
|
||||
#### Version - 3.4.0.0 - 12/21/2023
|
||||
* Added Support for Final Fantasy 7: Remake Intergrade
|
||||
* Update CLI to .NET 8.0 (was missed in the last update)
|
||||
* Added Support for Baldur's Gate 3
|
||||
* Very Work in Progress
|
||||
* **NOT** Plug and Play for compiling and installing!
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework Condition=" '$(OS)' == 'Windows_NT'">net6.0-windows</TargetFramework>
|
||||
<TargetFramework Condition=" '$(OS)' != 'Windows_NT'">net6.0</TargetFramework>
|
||||
<TargetFramework Condition=" '$(OS)' == 'Windows_NT'">net8.0-windows</TargetFramework>
|
||||
<TargetFramework Condition=" '$(OS)' != 'Windows_NT'">net8.0</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
|
||||
<Version>$(VERSION)</Version>
|
||||
|
Loading…
Reference in New Issue
Block a user