ソースを参照

[PR] Release new updates (.net8)

- New IPC integration
- Main window now maintains size between restarts
- Plugin now directly warns users about unsupported hunts (ARR and all B-ranks)
- Now on .net8!
Lilith 2 年 前
コミット
3778ebc729
1 ファイル変更2 行追加2 行削除
  1. 2 2
      HuntBuddy/HuntBuddy.csproj

+ 2 - 2
HuntBuddy/HuntBuddy.csproj

@@ -1,9 +1,9 @@
 <Project Sdk="Microsoft.NET.Sdk">
 
     <PropertyGroup>
-        <TargetFramework>net7.0-windows</TargetFramework>
+        <TargetFramework>net8-windows</TargetFramework>
         <Nullable>enable</Nullable>
-        <AssemblyVersion>1.1.0.0</AssemblyVersion>
+        <AssemblyVersion>1.1.0.1</AssemblyVersion>
         <FileVersion>$(AssemblyVersion)</FileVersion>
         <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
         <RootNamespace>HuntBuddy</RootNamespace>