Skip to content
This repository was archived by the owner on Jun 23, 2021. It is now read-only.

Commit ed13a1b

Browse files
committed
升级引用库,修正父级应当不显示共享磁盘选项
1 parent ddba648 commit ed13a1b

File tree

3 files changed

+21
-41
lines changed

3 files changed

+21
-41
lines changed

RdpTest/RdpTest.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@
4040
<ApplicationIcon>logo.ico</ApplicationIcon>
4141
</PropertyGroup>
4242
<ItemGroup>
43-
<Reference Include="Dapper, Version=1.50.2.0, Culture=neutral, processorArchitecture=MSIL">
44-
<HintPath>..\packages\Dapper.1.50.2\lib\net451\Dapper.dll</HintPath>
43+
<Reference Include="Dapper, Version=1.50.5.0, Culture=neutral, processorArchitecture=MSIL">
44+
<HintPath>..\packages\Dapper.1.50.5\lib\net451\Dapper.dll</HintPath>
4545
</Reference>
4646
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
4747
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
4848
</Reference>
4949
<Reference Include="System" />
5050
<Reference Include="System.ComponentModel.DataAnnotations" />
5151
<Reference Include="System.Core" />
52-
<Reference Include="System.Data.SQLite, Version=1.0.106.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
53-
<HintPath>..\packages\System.Data.SQLite.Core.1.0.106.0\lib\net46\System.Data.SQLite.dll</HintPath>
52+
<Reference Include="System.Data.SQLite, Version=1.0.109.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
53+
<HintPath>..\packages\System.Data.SQLite.Core.1.0.109.2\lib\net46\System.Data.SQLite.dll</HintPath>
5454
</Reference>
5555
<Reference Include="System.Xml.Linq" />
5656
<Reference Include="System.Data.DataSetExtensions" />
@@ -297,11 +297,11 @@
297297
<Content Include="MetroFramework\Localization\tr\MetroToggle.xml" />
298298
</ItemGroup>
299299
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
300-
<Import Project="..\packages\System.Data.SQLite.Core.1.0.106.0\build\net46\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.106.0\build\net46\System.Data.SQLite.Core.targets')" />
300+
<Import Project="..\packages\System.Data.SQLite.Core.1.0.109.2\build\net46\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.109.2\build\net46\System.Data.SQLite.Core.targets')" />
301301
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
302302
<PropertyGroup>
303303
<ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
304304
</PropertyGroup>
305-
<Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.106.0\build\net46\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.106.0\build\net46\System.Data.SQLite.Core.targets'))" />
305+
<Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.109.2\build\net46\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.109.2\build\net46\System.Data.SQLite.Core.targets'))" />
306306
</Target>
307307
</Project>

RdpTest/RemoteHostForm.designer.cs

Lines changed: 13 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

RdpTest/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Dapper" version="1.50.2" targetFramework="net462" />
3+
<package id="Dapper" version="1.50.5" targetFramework="net461" />
44
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net461" />
5-
<package id="System.Data.SQLite.Core" version="1.0.106.0" targetFramework="net462" />
5+
<package id="System.Data.SQLite.Core" version="1.0.109.2" targetFramework="net461" />
66
</packages>

0 commit comments

Comments
 (0)