修改为 .NET 9 引用

This commit is contained in:
milimoe 2024-11-14 22:45:17 +08:00
parent 562658bc62
commit 8540b3900f
Signed by: milimoe
GPG Key ID: 05D280912DA6C69E
3 changed files with 8 additions and 8 deletions

View File

@ -25,7 +25,7 @@
<ItemGroup> <ItemGroup>
<Reference Include="FunGame.Core"> <Reference Include="FunGame.Core">
<HintPath>..\..\FunGame.Core\bin\Debug\net8.0\FunGame.Core.dll</HintPath> <HintPath>..\..\FunGame.Core\bin\Release\net9.0\FunGame.Core.dll</HintPath>
</Reference> </Reference>
</ItemGroup> </ItemGroup>

View File

@ -50,7 +50,7 @@
<ItemGroup> <ItemGroup>
<Reference Include="FunGame.Core"> <Reference Include="FunGame.Core">
<HintPath>..\..\FunGame.Core\bin\Debug\net8.0\FunGame.Core.dll</HintPath> <HintPath>..\..\FunGame.Core\bin\Release\net9.0\FunGame.Core.dll</HintPath>
</Reference> </Reference>
</ItemGroup> </ItemGroup>

View File

@ -32,12 +32,6 @@
<ProjectReference Include="..\FunGame.Server\FunGame.Server.csproj" /> <ProjectReference Include="..\FunGame.Server\FunGame.Server.csproj" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Reference Include="FunGame.Core">
<HintPath>..\..\FunGame.Core\bin\Debug\net8.0\FunGame.Core.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup> <ItemGroup>
<None Update="Images\logo.ico"> <None Update="Images\logo.ico">
<PackagePath>\</PackagePath> <PackagePath>\</PackagePath>
@ -49,4 +43,10 @@
<Folder Include="wwwroot\" /> <Folder Include="wwwroot\" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Reference Include="FunGame.Core">
<HintPath>..\..\FunGame.Core\bin\Release\net9.0\FunGame.Core.dll</HintPath>
</Reference>
</ItemGroup>
</Project> </Project>