Skip to content

Commit

Permalink
updated Ninject template packages
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlagunas committed May 31, 2016
1 parent 4e8a369 commit 32c26b7
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
<package id="Prism.Forms" version="6.1.0-pre5" />
<package id="Prism.Ninject.Forms" version="6.2.0-pre5" />
<package id="Portable.Ninject" version="3.3.1" />
<package id="CommonServiceLocator" version="1.3.0" />
<package id="Xamarin.Android.Support.v4" version="23.3.0" />
<package id="Xamarin.Android.Support.Design" version="23.3.0" />
<package id="Xamarin.Android.Support.v7.AppCompat" version="23.3.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
<package id="Prism.Forms" version="6.1.0-pre5" />
<package id="Prism.Ninject.Forms" version="6.2.0-pre5" />
<package id="Portable.Ninject" version="3.3.1" />
<package id="CommonServiceLocator" version="1.3.0" />
<package id="Microsoft.NETCore.UniversalWindowsPlatform" version="5.1.0" />
</packages>
<EnsureRegistryWizard>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
<package id="Prism.Ninject.Forms" version="6.2.0-pre5" />
<package id="Prism.Ninject" version="6.2.0-pre3" />
<package id="Portable.Ninject" version="3.3.1" />
<package id="CommonServiceLocator" version="1.3.0" />
</packages>
<EnsureRegistryWizard>
<Key>_Config\Projects\{76F1466A-8B6D-4E39-A767-685A06062A39}</Key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
<package id="Prism.Core" version="6.1.0" />
<package id="Prism.Forms" version="6.1.0-pre5" />
<package id="Prism.Ninject.Forms" version="6.2.0-pre5" />
<package id="Portable.Ninject" version="3.3.1" />
<package id="CommonServiceLocator" version="1.3.0" />
</packages>
<EnsureRegistryWizard>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
<package id="Prism.Forms" version="6.1.0-pre5" />
<package id="Prism.Ninject.Forms" version="6.2.0-pre5" />
<package id="Portable.Ninject" version="3.3.1" />
<package id="CommonServiceLocator" version="1.3.0" />
</packages>
</WizardData>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
<package id="Prism.Forms" version="6.1.0-pre5" />
<package id="Prism.Ninject.Forms" version="6.2.0-pre5" />
<package id="Portable.Ninject" version="3.3.1" />
<package id="CommonServiceLocator" version="1.3.0" />
</packages>
</WizardData>
</VSTemplate>
4 changes: 4 additions & 0 deletions Extensibility/TemplatePack/TemplatePack/TemplatePack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Packages\Containers\portable.ninject.3.3.1.nupkg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="source.extension.vsixmanifest">
<SubType>Designer</SubType>
</None>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@
<Asset Type="NuGet.Package" d:Source="File" Path="Packages\Android\xamarin.android.support.v7.recyclerview.23.1.1.1.nupkg" />
<Asset Type="NuGet.Package" d:Source="File" Path="Packages\Android\xamarin.googleplayservices.base.29.0.0.1.nupkg" />
<Asset Type="NuGet.Package" d:Source="File" Path="Packages\Android\xamarin.googleplayservices.basement.29.0.0.1.nupkg" />
<Asset Type="NuGet.Package" d:Source="File" Path="Packages\Containers\portable.ninject.3.3.1.nupkg" />
</Assets>
</PackageManifest>

0 comments on commit 32c26b7

Please sign in to comment.