Skip to content

Commit

Permalink
Update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMagnan committed Mar 30, 2019
1 parent 2cfd475 commit 4068a50
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 19 deletions.
10 changes: 5 additions & 5 deletions demo/EFClassic.Demo.Net45/App.config
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, Z.EntityFramework.Classic, Version=7.0.0.0, Culture=neutral, PublicKeyToken=afc61983f100d280" requirePermission="false"/>
</configSections>
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, Z.EntityFramework.Classic, Version=7.0.0.0, Culture=neutral, PublicKeyToken=afc61983f100d280" requirePermission="false" />
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --></configSections>
<entityFramework>
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, Z.EntityFramework.Classic"/>
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, Z.EntityFramework.Classic" />
<providers>
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, Z.EntityFramework.Classic.SqlServer"/>
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, Z.EntityFramework.Classic.SqlServer" />
</providers>
</entityFramework>
</configuration>
16 changes: 7 additions & 9 deletions demo/EFClassic.Demo.Net45/EFClassic.Demo.Net45.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="Z.EntityFramework.Classic, Version=7.0.0.0, Culture=neutral, PublicKeyToken=afc61983f100d280, processorArchitecture=MSIL">
<HintPath>..\packages\Z.EntityFramework.Classic.7.0.37\lib\net45\Z.EntityFramework.Classic.dll</HintPath>
<HintPath>..\packages\Z.EntityFramework.Classic.7.1.1\lib\net45\Z.EntityFramework.Classic.dll</HintPath>
</Reference>
<Reference Include="Z.EntityFramework.Classic.SqlServer, Version=7.0.0.0, Culture=neutral, PublicKeyToken=afc61983f100d280, processorArchitecture=MSIL">
<HintPath>..\packages\Z.EntityFramework.Classic.7.0.37\lib\net45\Z.EntityFramework.Classic.SqlServer.dll</HintPath>
<HintPath>..\packages\Z.EntityFramework.Classic.7.1.1\lib\net45\Z.EntityFramework.Classic.SqlServer.dll</HintPath>
</Reference>
<Reference Include="Z.EntityFramework.Extensions.Classic, Version=3.16.23.0, Culture=neutral, PublicKeyToken=59b66d028979105b, processorArchitecture=MSIL">
<HintPath>..\packages\Z.EntityFramework.Extensions.Classic.3.16.23\lib\net45\Z.EntityFramework.Extensions.Classic.dll</HintPath>
<Reference Include="Z.EntityFramework.Extensions.Classic, Version=3.17.1.0, Culture=neutral, PublicKeyToken=59b66d028979105b, processorArchitecture=MSIL">
<HintPath>..\packages\Z.EntityFramework.Extensions.Classic.3.17.1\lib\net45\Z.EntityFramework.Extensions.Classic.dll</HintPath>
</Reference>
<Reference Include="Z.Expressions.Eval, Version=2.9.6.0, Culture=neutral, PublicKeyToken=59b66d028979105b, processorArchitecture=MSIL">
<HintPath>..\packages\Z.Expressions.Eval.2.9.6\lib\net45\Z.Expressions.Eval.dll</HintPath>
<Reference Include="Z.Expressions.Eval, Version=2.9.20.0, Culture=neutral, PublicKeyToken=59b66d028979105b, processorArchitecture=MSIL">
<HintPath>..\packages\Z.Expressions.Eval.2.9.20\lib\net45\Z.Expressions.Eval.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand All @@ -62,9 +62,7 @@
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
6 changes: 3 additions & 3 deletions demo/EFClassic.Demo.Net45/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Z.EntityFramework.Classic" version="7.0.37" targetFramework="net472" />
<package id="Z.EntityFramework.Extensions.Classic" version="3.16.23" targetFramework="net472" />
<package id="Z.Expressions.Eval" version="2.9.6" targetFramework="net472" />
<package id="Z.EntityFramework.Classic" version="7.1.1" targetFramework="net45" />
<package id="Z.EntityFramework.Extensions.Classic" version="3.17.1" targetFramework="net45" />
<package id="Z.Expressions.Eval" version="2.9.20" targetFramework="net45" />
</packages>
2 changes: 1 addition & 1 deletion demo/EFClassic.Demo.NetCore/EFClassic.Demo.NetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Z.EntityFramework.Classic" Version="7.0.37" />
<PackageReference Include="Z.EntityFramework.Classic" Version="7.1.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion demo/EFClassic.Demo.WebCore/EFClassic.Demo.WebCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="2.2.0" PrivateAssets="All" />
<PackageReference Include="Z.EntityFramework.Classic" Version="7.0.37" />
<PackageReference Include="Z.EntityFramework.Classic" Version="7.1.1" />
</ItemGroup>

</Project>

0 comments on commit 4068a50

Please sign in to comment.