Skip to content

Commit 935c67a

Browse files
author
Anthony Sneed
committed
Updated Deploy NuGet packages for EF and TE.Common.
Re-generated the VS2013 VSIX.
1 parent e5d6468 commit 935c67a

File tree

5 files changed

+17
-15
lines changed

5 files changed

+17
-15
lines changed

Extensions/Common/Wizards/ItemTemplateParametersWizard/ItemTemplateParametersWizard.csproj

+5-5
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
</PropertyGroup>
4242
<ItemGroup>
4343
<Reference Include="EntityFramework">
44-
<HintPath>..\..\..\VS2013\Deploy\packages\EntityFramework.6.1.2\lib\net45\EntityFramework.dll</HintPath>
44+
<HintPath>..\..\..\VS2013\Deploy\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
4545
<Private>True</Private>
4646
</Reference>
47-
<Reference Include="EntityFramework.SqlServer">
48-
<HintPath>..\..\..\VS2013\Deploy\packages\EntityFramework.6.1.2\lib\net45\EntityFramework.SqlServer.dll</HintPath>
47+
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
48+
<HintPath>..\..\..\VS2013\Deploy\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
4949
<Private>True</Private>
5050
</Reference>
5151
<Reference Include="System" />
@@ -58,8 +58,8 @@
5858
<Reference Include="Microsoft.CSharp" />
5959
<Reference Include="System.Data" />
6060
<Reference Include="System.Xml" />
61-
<Reference Include="TrackableEntities.Common">
62-
<HintPath>..\..\..\VS2013\Deploy\packages\TrackableEntities.Common.2.5.0\lib\portable-net40+sl50+win+wpa81+wp80\TrackableEntities.Common.dll</HintPath>
61+
<Reference Include="TrackableEntities.Common, Version=2.5.0.0, Culture=neutral, PublicKeyToken=b10b51e7b9be6a2e, processorArchitecture=MSIL">
62+
<HintPath>..\..\..\VS2013\Deploy\packages\TrackableEntities.Common.2.5.2.1\lib\portable-net40+sl50+win+wpa81+wp80\TrackableEntities.Common.dll</HintPath>
6363
<Private>True</Private>
6464
</Reference>
6565
</ItemGroup>
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="EntityFramework" version="6.1.2" targetFramework="net45" />
4-
<package id="TrackableEntities.Common" version="2.5.0" targetFramework="net45" />
3+
<package id="EntityFramework" version="6.1.3" targetFramework="net45" />
4+
<package id="TrackableEntities.Common" version="2.5.2.1" targetFramework="net45" />
55
</packages>

Extensions/Common/Wizards/TrackableEntities.ItemWizard/TrackableEntities.ItemWizard.csproj

+8-6
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,12 @@
4040
<AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile>
4141
</PropertyGroup>
4242
<ItemGroup>
43-
<Reference Include="EntityFramework">
44-
<HintPath>..\..\..\VS2013\Deploy\packages\EntityFramework.6.1.2\lib\net45\EntityFramework.dll</HintPath>
43+
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
44+
<HintPath>..\..\..\VS2013\Deploy\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
45+
<Private>True</Private>
4546
</Reference>
46-
<Reference Include="EntityFramework.SqlServer">
47-
<HintPath>..\..\..\VS2013\Deploy\packages\EntityFramework.6.1.2\lib\net45\EntityFramework.SqlServer.dll</HintPath>
47+
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
48+
<HintPath>..\..\..\VS2013\Deploy\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
4849
<Private>True</Private>
4950
</Reference>
5051
<Reference Include="EnvDTE, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
@@ -70,8 +71,9 @@
7071
<Reference Include="Microsoft.CSharp" />
7172
<Reference Include="System.Data" />
7273
<Reference Include="System.Xml" />
73-
<Reference Include="TrackableEntities.Common">
74-
<HintPath>..\..\..\VS2013\Deploy\packages\TrackableEntities.Common.2.5.0\lib\portable-net40+sl50+win+wpa81+wp80\TrackableEntities.Common.dll</HintPath>
74+
<Reference Include="TrackableEntities.Common, Version=2.5.0.0, Culture=neutral, PublicKeyToken=b10b51e7b9be6a2e, processorArchitecture=MSIL">
75+
<HintPath>..\..\..\VS2013\Deploy\packages\TrackableEntities.Common.2.5.2.1\lib\portable-net40+sl50+win+wpa81+wp80\TrackableEntities.Common.dll</HintPath>
76+
<Private>True</Private>
7577
</Reference>
7678
<Reference Include="VSLangProj, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
7779
<EmbedInteropTypes>True</EmbedInteropTypes>
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="EntityFramework" version="6.1.2" targetFramework="net45" />
4-
<package id="TrackableEntities.Common" version="2.5.0" targetFramework="net45" />
3+
<package id="EntityFramework" version="6.1.3" targetFramework="net45" />
4+
<package id="TrackableEntities.Common" version="2.5.2.1" targetFramework="net45" />
55
</packages>
Binary file not shown.

0 commit comments

Comments
 (0)