Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Sep 21, 2018
1 parent 9559e7d commit 9e17a02
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 23 deletions.
13 changes: 13 additions & 0 deletions Prism.Plugin.Popups.sln
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,19 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Prism.Plugin.Popups.Unity.T
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Prism.Plugin.Popups.Tests.Shared", "tests\Prism.Plugin.Popups.Tests.Shared\Prism.Plugin.Popups.Tests.Shared.shproj", "{1EAC05E0-F11D-47F3-A01A-A7A3912F8C1C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{90FD6B0D-CAAB-46D5-B7A6-9D8C072A13BE}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
CodeCoverage.runsettings = CodeCoverage.runsettings
Directory.build.props = Directory.build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{D3D9DF50-450A-41B6-B7CA-BB4B753EBDCB}"
ProjectSection(SolutionItems) = preProject
build\filelist.txt = build\filelist.txt
build\Sign-Packages.ps1 = build\Sign-Packages.ps1
EndProjectSection
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
tests\Prism.Plugin.Popups.Tests.Shared\Prism.Plugin.Popups.Tests.Shared.projitems*{1eac05e0-f11d-47f3-a01a-a7a3912f8c1c}*SharedItemsImports = 13
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
<MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
<MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
<AndroidUseLatestPlatformSdk>true</AndroidUseLatestPlatformSdk>
<AndroidStoreUncompressedFileExtensions />
<MandroidI18n />
<JavaMaximumHeapSize />
Expand Down Expand Up @@ -109,11 +108,11 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="PropertyChanged.Fody" Version="2.5.9" PrivateAssets="all" />
<PackageReference Include="Prism.Autofac.Forms" Version="7.1.0.172-pre" />
<PackageReference Include="Prism.DryIoc.Forms" Version="7.1.0.172-pre" />
<PackageReference Include="Prism.Unity.Forms" Version="7.1.0.172-pre" />
<PackageReference Include="Xamarin.Forms" Version="3.1.0.637273" />
<PackageReference Include="PropertyChanged.Fody" Version="2.5.11" PrivateAssets="all" />
<PackageReference Include="Prism.Autofac.Forms" Version="7.1.0.279-pre" />
<PackageReference Include="Prism.DryIoc.Forms" Version="7.1.0.279-pre" />
<PackageReference Include="Prism.Unity.Forms" Version="7.1.0.279-pre" />
<PackageReference Include="Xamarin.Forms" Version="3.2.0.839982 " />
<PackageReference Include="Mobile.BuildTools" Version="1.4.0.638" PrivateAssets="all" />
<PackageReference Include="Prism.QuickStart.MFractor.Config" Version="1.0.3" PrivateAssets="all" />
<PackageReference Include="Xamarin.Android.Support.Design" Version="27.0.2.1" />
Expand Down
10 changes: 5 additions & 5 deletions samples/src/PopupPluginSample.iOS/PopupPluginSample.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -257,11 +257,11 @@
<Reference Include="Xamarin.iOS" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="PropertyChanged.Fody" Version="2.5.9" PrivateAssets="all" />
<PackageReference Include="Prism.Autofac.Forms" Version="7.1.0.172-pre" />
<PackageReference Include="Prism.DryIoc.Forms" Version="7.1.0.172-pre" />
<PackageReference Include="Prism.Unity.Forms" Version="7.1.0.172-pre" />
<PackageReference Include="Xamarin.Forms" Version="3.1.0.637273" />
<PackageReference Include="PropertyChanged.Fody" Version="2.5.11" PrivateAssets="all" />
<PackageReference Include="Prism.Autofac.Forms" Version="7.1.0.279-pre" />
<PackageReference Include="Prism.DryIoc.Forms" Version="7.1.0.279-pre" />
<PackageReference Include="Prism.Unity.Forms" Version="7.1.0.279-pre" />
<PackageReference Include="Xamarin.Forms" Version="3.2.0.839982 " />
<PackageReference Include="Mobile.BuildTools" Version="1.4.0.638" PrivateAssets="all" />
<PackageReference Include="Prism.QuickStart.MFractor.Config" Version="1.0.3" PrivateAssets="all" />
</ItemGroup>
Expand Down
10 changes: 5 additions & 5 deletions samples/src/PopupPluginSample/PopupPluginSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="PropertyChanged.Fody" Version="2.5.9" PrivateAssets="all" />
<PackageReference Include="Prism.Autofac.Forms" Version="7.1.0.172-pre" />
<PackageReference Include="Prism.DryIoc.Forms" Version="7.1.0.172-pre" />
<PackageReference Include="Prism.Unity.Forms" Version="7.1.0.172-pre" />
<PackageReference Include="Xamarin.Forms" Version="3.1.0.637273" />
<PackageReference Include="PropertyChanged.Fody" Version="2.5.11" PrivateAssets="all" />
<PackageReference Include="Prism.Autofac.Forms" Version="7.1.0.279-pre" />
<PackageReference Include="Prism.DryIoc.Forms" Version="7.1.0.279-pre" />
<PackageReference Include="Prism.Unity.Forms" Version="7.1.0.279-pre" />
<PackageReference Include="Xamarin.Forms" Version="3.2.0.839982 " />
<PackageReference Include="Mobile.BuildTools" Version="1.4.0.638" PrivateAssets="all" />
<PackageReference Include="Prism.QuickStart.MFractor.Config" Version="1.0.3" PrivateAssets="all" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Prism.Autofac.Forms" Version="7.1.0.172-pre" />
<PackageReference Include="Prism.Autofac.Forms" Version="7.1.0.279-pre" />
<ProjectReference Include="../Prism.Plugin.Popups/Prism.Plugin.Popups.csproj" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Prism.DryIoc.Forms" Version="7.1.0.172-pre" />
<PackageReference Include="Prism.DryIoc.Forms" Version="7.1.0.279-pre" />
<ProjectReference Include="../Prism.Plugin.Popups/Prism.Plugin.Popups.csproj" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Prism.Unity.Forms" Version="7.1.0.172-pre" />
<PackageReference Include="Prism.Unity.Forms" Version="7.1.0.279-pre" />
<ProjectReference Include="../Prism.Plugin.Popups/Prism.Plugin.Popups.csproj" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Prism.Plugin.Popups/Prism.Plugin.Popups.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="Rg.Plugins.Popup" Version="1.1.4.168" />
<PackageReference Include="Prism.Forms" Version="7.1.0.172-pre" />
<PackageReference Include="Prism.Forms" Version="7.1.0.279-pre" />
</ItemGroup>

<ItemGroup Condition=" '$(Configuration)' != 'Test' ">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" />
<PackageReference Include="Prism.Autofac.Forms" Version="7.1.0.172-pre" />
<PackageReference Include="Prism.Autofac.Forms" Version="7.1.0.279-pre" />
<PackageReference Include="Rg.Plugins.Popup" Version="1.1.4.168" />
<PackageReference Include="Xamarin.Forms.Mocks" Version="3.0.0.2" />
<PackageReference Include="xunit" Version="2.4.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" />
<PackageReference Include="Prism.DryIoc.Forms" Version="7.1.0.172-pre" />
<PackageReference Include="Prism.DryIoc.Forms" Version="7.1.0.279-pre" />
<PackageReference Include="Rg.Plugins.Popup" Version="1.1.4.168" />
<PackageReference Include="Xamarin.Forms.Mocks" Version="3.0.0.2" />
<PackageReference Include="xunit" Version="2.4.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" />
<PackageReference Include="Prism.Unity.Forms" Version="7.1.0.172-pre" />
<PackageReference Include="Prism.Unity.Forms" Version="7.1.0.279-pre" />
<PackageReference Include="Rg.Plugins.Popup" Version="1.1.4.168" />
<PackageReference Include="Xamarin.Forms.Mocks" Version="3.0.0.2" />
<PackageReference Include="xunit" Version="2.4.0" />
Expand Down

0 comments on commit 9e17a02

Please sign in to comment.