Commit 91845da6 by 陶然

依赖升级

parent 65d88c48
...@@ -34,8 +34,8 @@ ...@@ -34,8 +34,8 @@
<Prefer32Bit>false</Prefer32Bit> <Prefer32Bit>false</Prefer32Bit>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="Kivii.Common.V4.0, Version=5.6.2021.5080, Culture=neutral, processorArchitecture=MSIL"> <Reference Include="Kivii.Common.V4.5, Version=5.6.2021.5080, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Kivii.Common.5.6.2021.5080\lib\net40\Kivii.Common.V4.0.dll</HintPath> <HintPath>..\..\..\Kivii.K5\packages\Kivii.Common.5.6.2021.5080\lib\net45\Kivii.Common.V4.5.dll</HintPath>
</Reference> </Reference>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Core" /> <Reference Include="System.Core" />
...@@ -97,7 +97,6 @@ ...@@ -97,7 +97,6 @@
<Compile Include="Segmenter\WordDictionary.cs" /> <Compile Include="Segmenter\WordDictionary.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="packages.config" />
<EmbeddedResource Include="Segmenter\Resources\pos_prob_emit.json" /> <EmbeddedResource Include="Segmenter\Resources\pos_prob_emit.json" />
<EmbeddedResource Include="Segmenter\Resources\pos_prob_trans.json" /> <EmbeddedResource Include="Segmenter\Resources\pos_prob_trans.json" />
<EmbeddedResource Include="Segmenter\Resources\prob_emit.json" /> <EmbeddedResource Include="Segmenter\Resources\prob_emit.json" />
...@@ -106,6 +105,8 @@ ...@@ -106,6 +105,8 @@
<ItemGroup> <ItemGroup>
<EmbeddedResource Include="Segmenter\Resources\dict.txt" /> <EmbeddedResource Include="Segmenter\Resources\dict.txt" />
</ItemGroup> </ItemGroup>
<ItemGroup /> <ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project> </Project>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<packages> <packages>
<package id="Kivii.Common" version="5.6.2021.5080" targetFramework="net40" requireReinstallation="true" /> <package id="Kivii.Common" version="5.6.2021.5080" targetFramework="net45" />
</packages> </packages>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment