Skip to content

Commit

Permalink
更新核心库v8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nnhy committed Jan 11, 2019
1 parent a4548f6 commit 2830b36
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions NewLife.Redis/NewLife.Redis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<DocumentationFile>..\Bin\NewLife.Redis.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="NewLife.Core, Version=7.3.6870.42457, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\NewLife.Core.7.3.6870.42457\lib\net45\NewLife.Core.dll</HintPath>
<Reference Include="NewLife.Core, Version=8.0.6940.24647, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\NewLife.Core.8.0.6940.24647\lib\net45\NewLife.Core.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion NewLife.Redis/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NewLife.Core" version="7.3.6870.42457" targetFramework="net45" />
<package id="NewLife.Core" version="8.0.6940.24647" targetFramework="net45" />
</packages>
2 changes: 1 addition & 1 deletion NewLife.Redis2/NewLife.Redis2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="NewLife.Core" Version="7.3.6870.42457" />
<PackageReference Include="NewLife.Core" Version="8.0.6940.24647" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions Test/Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="NewLife.Core, Version=7.3.6870.42457, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\NewLife.Core.7.3.6870.42457\lib\net45\NewLife.Core.dll</HintPath>
<Reference Include="NewLife.Core, Version=8.0.6940.24647, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\NewLife.Core.8.0.6940.24647\lib\net45\NewLife.Core.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion Test/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NewLife.Core" version="7.3.6870.42457" targetFramework="net45" />
<package id="NewLife.Core" version="8.0.6940.24647" targetFramework="net45" />
</packages>

0 comments on commit 2830b36

Please sign in to comment.