This commit is contained in:
milimoe 2024-12-11 21:01:23 +08:00
parent 7ab2588be2
commit 52c7b029c1
Signed by: milimoe
GPG Key ID: 05D280912DA6C69E

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<RootNamespace>Milimoe.RainBOT</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
@ -22,7 +22,7 @@
<ItemGroup>
<Reference Include="OneBot-HTTPClient">
<HintPath>..\dll\OneBot-HTTPClient.dll</HintPath>
<HintPath>..\..\OneBot-HTTPClient\bin\Debug\net9.0\OneBot-HTTPClient.dll</HintPath>
</Reference>
</ItemGroup>