Skip to content

Commit

Permalink
use central package versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Oct 15, 2020
1 parent fe087bb commit 4b172d0
Show file tree
Hide file tree
Showing 38 changed files with 205 additions and 133 deletions.
5 changes: 0 additions & 5 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,4 @@
CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies"
Version="1.0.0"
PrivateAssets="All" />
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions Directory.build.targets
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<Project>
<Sdk Name="Microsoft.Build.CentralPackageVersions" Version="2.0.79" />

<PropertyGroup>
<Product>$(AssemblyName) ($(TargetFramework))</Product>
Expand Down
66 changes: 66 additions & 0 deletions Packages.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<Project>

<ItemGroup>
<PackageReference Update="DryIoc.dll" Version="4.4.1" />
<PackageReference Update="Unity.Container" Version="5.11.8" />

<PackageReference Update="System.ValueTuple" Version="4.5.0" />
<PackageReference Update="Xamarin.Forms" Version="4.8.0.1364" />
<PackageReference Update="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.19" />
</ItemGroup>

<!-- Uno -->
<ItemGroup>
<PackageReference Update="Uno.UI" Version="3.0.12" />
<PackageReference Update="Uno.Core" Version="2.0.0" />
<PackageReference Update="Uno.Microsoft.Xaml.Behaviors.Uwp.Managed" Version="2.0.2-uno.76" />
<PackageReference Update="Microsoft.Xaml.Behaviors.Uwp.Managed" Version="2.0.1" />
<PackageReference Update="Uno.UI.RemoteControl" Version="3.0.12" />
<PackageReference Update="Uno.UniversalImageLoader" Version="1.9.32" />
<PackageReference Update="Microsoft.Extensions.Logging.Console" Version="1.1.1" />
<PackageReference Update="Microsoft.Extensions.Logging.Filter" Version="1.1.1" />
<PackageReference Update="Uno.UI.WebAssembly" Version="3.0.12" />
<PackageReference Update="Uno.Wasm.Bootstrap" Version="1.3.0" />
<PackageReference Update="Uno.Wasm.Bootstrap.DevServer" Version="1.3.0" />

<PackageReference Update="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.2.10" />
</ItemGroup>

<!-- Tests -->
<ItemGroup>
<PackageReference Update="Xamarin.Forms.Mocks" Version="4.7.0.1" />
<PackageReference Update="Humanizer.Core" Version="2.8.26" />
<PackageReference Update="Newtonsoft.Json" Version="12.0.2" />

<PackageReference Update="Microsoft.NET.Test.Sdk" Version="16.7.1" />
<PackageReference Update="Moq" Version="4.14.5" />
<PackageReference Update="xunit" Version="2.4.1" />
<PackageReference Update="xunit.runner.visualstudio" Version="2.4.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Update="Xunit.StaFact" Version="1.0.37" />
</ItemGroup>

<!-- UI Tests -->
<ItemGroup>
<PackageReference Update="Uno.UITest.Helpers" Version="1.0.0" />
<PackageReference Update="Xamarin.TestCloud.Agent" Version="0.21.9" />
<PackageReference Update="NUnit" Version="3.12.0" />
<PackageReference Update="NUnit3TestAdapter" Version="3.17.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Update="Xamarin.UITest" Version="3.0.5" />
</ItemGroup>

<ItemGroup>
<GlobalPackageReference Include="Microsoft.NETFramework.ReferenceAssemblies"
Version="1.0.0" />
</ItemGroup>

<ItemGroup Condition=" $(IsPackable) ">
<GlobalPackageReference Include="Microsoft.SourceLink.GitHub"
Version="1.1.0-beta-20204-02" />
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions PrismLibrary.sln
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
Directory.Build.props = Directory.Build.props
Directory.build.targets = Directory.build.targets
global.json = global.json
Packages.props = Packages.props
xunit.runner.json = xunit.runner.json
EndProjectSection
EndProject
Expand Down
22 changes: 22 additions & 0 deletions PrismLibrary_Uno.sln
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,22 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Prism.Unity.Uno", "src\Uno\
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Prism.Core", "src\Prism.Core\Prism.Core.csproj", "{CF74BE80-F9A0-4C02-A59C-30F43EDAB866}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{57CC0FDC-A8BD-4A51-A965-C25F1A7DDF89}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Containers", "Containers", "{B08E87A0-7697-43DA-AFB6-090E955057B4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Uno", "Uno", "{CBE0B15D-B960-4D91-9F74-2F7BA30BED4D}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Prism.DryIoc.Shared", "src\Containers\Prism.DryIoc.Shared\Prism.DryIoc.Shared.shproj", "{6E7EC81D-DA39-4C4F-A898-0148558C34F4}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Prism.Unity.Shared", "src\Containers\Prism.Unity.Shared\Prism.Unity.Shared.shproj", "{D66336A6-07E5-401A-A710-DAEDD6975D59}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
src\Containers\Prism.Unity.Shared\Prism.Unity.Shared.projitems*{4338e214-2ba3-4043-90b6-6c1269c58865}*SharedItemsImports = 5
src\Containers\Prism.DryIoc.Shared\Prism.DryIoc.Shared.projitems*{6e7ec81d-da39-4c4f-a898-0148558c34f4}*SharedItemsImports = 13
src\Containers\Prism.DryIoc.Shared\Prism.DryIoc.Shared.projitems*{b09fc94c-8100-4eb2-846c-99acb056a993}*SharedItemsImports = 5
src\Containers\Prism.Unity.Shared\Prism.Unity.Shared.projitems*{d66336a6-07e5-401a-a710-daedd6975d59}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Ad-Hoc|Any CPU = Ad-Hoc|Any CPU
Expand Down Expand Up @@ -239,6 +251,16 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B2A9C972-BD7A-4A95-B62C-F8385B819900} = {CBE0B15D-B960-4D91-9F74-2F7BA30BED4D}
{B09FC94C-8100-4EB2-846C-99ACB056A993} = {CBE0B15D-B960-4D91-9F74-2F7BA30BED4D}
{4338E214-2BA3-4043-90B6-6C1269C58865} = {CBE0B15D-B960-4D91-9F74-2F7BA30BED4D}
{CF74BE80-F9A0-4C02-A59C-30F43EDAB866} = {57CC0FDC-A8BD-4A51-A965-C25F1A7DDF89}
{B08E87A0-7697-43DA-AFB6-090E955057B4} = {57CC0FDC-A8BD-4A51-A965-C25F1A7DDF89}
{CBE0B15D-B960-4D91-9F74-2F7BA30BED4D} = {57CC0FDC-A8BD-4A51-A965-C25F1A7DDF89}
{6E7EC81D-DA39-4C4F-A898-0148558C34F4} = {B08E87A0-7697-43DA-AFB6-090E955057B4}
{D66336A6-07E5-401A-A710-DAEDD6975D59} = {B08E87A0-7697-43DA-AFB6-090E955057B4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9A6B5A49-790C-425F-BBF5-99D104959C33}
EndGlobalSection
Expand Down
5 changes: 0 additions & 5 deletions e2e/Forms/src/HelloWorld.Android/HelloWorld.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,4 @@
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
<ProjectExtensions>
<VisualStudio>
<UserProperties XamarinHotReloadXFormsNugetUpgradeInfoBarHelloWorldAndroidHideInfoBar="True" />
</VisualStudio>
</ProjectExtensions>
</Project>
2 changes: 1 addition & 1 deletion e2e/Forms/src/HelloWorld.UWP/HelloWorld.UWP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
</Page>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.2.9" />
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\src\Forms\Prism.DryIoc.Forms\Prism.DryIoc.Forms.csproj">
Expand Down
2 changes: 1 addition & 1 deletion e2e/Forms/src/HelloWorld.iOS/HelloWorld.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
<Reference Include="Xamarin.iOS" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Xamarin.TestCloud.Agent" Version="0.21.9" />
<PackageReference Include="Xamarin.TestCloud.Agent" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
<ItemGroup>
Expand Down
7 changes: 4 additions & 3 deletions e2e/Forms/tests/HelloWorld.UITests/HelloWorld.UITests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@
<PropertyGroup>
<TargetFramework>net461</TargetFramework>
<NoWarn>NU1201</NoWarn>
<OutputPath>$(ArtifactStagingRoot)\UITests</OutputPath>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NUnit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.16.1">
<PackageReference Include="NUnit" />
<PackageReference Include="NUnit3TestAdapter">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Xamarin.UITest" Version="3.0.5" />
<PackageReference Include="Xamarin.UITest" />
</ItemGroup>

</Project>
14 changes: 6 additions & 8 deletions e2e/Uno/HelloUnoWorld.Droid/HelloUnoWorld.Droid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,12 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Uno.Microsoft.Xaml.Behaviors.Uwp.Managed">
<Version>2.0.2-uno.74</Version>
</PackageReference>
<PackageReference Include="Uno.UI" Version="3.0.5" />
<PackageReference Include="Uno.UI.RemoteControl" Version="3.0.5" Condition="'$(Configuration)'=='Debug'" />
<PackageReference Include="Uno.UniversalImageLoader" Version="1.9.32" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="1.1.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Filter" Version="1.1.1" />
<PackageReference Include="Uno.Microsoft.Xaml.Behaviors.Uwp.Managed" />
<PackageReference Include="Uno.UI" />
<PackageReference Include="Uno.UI.RemoteControl" Condition="'$(Configuration)'=='Debug'" />
<PackageReference Include="Uno.UniversalImageLoader" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" />
<PackageReference Include="Microsoft.Extensions.Logging.Filter" />
</ItemGroup>
<ItemGroup>
<Compile Include="MainActivity.cs" />
Expand Down
10 changes: 5 additions & 5 deletions e2e/Uno/HelloUnoWorld.UITests/HelloUnoWorld.UITests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.1.1" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
<PackageReference Include="NUnit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.15.1" />
<PackageReference Include="Uno.UITest.Helpers" Version="1.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="Newtonsoft.Json" />
<PackageReference Include="NUnit" />
<PackageReference Include="NUnit3TestAdapter" />
<PackageReference Include="Uno.UITest.Helpers" />
</ItemGroup>

</Project>
26 changes: 12 additions & 14 deletions e2e/Uno/HelloUnoWorld.UWP/HelloUnoWorld.UWP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,17 @@
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<ItemGroup>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
<!--
If, in the same solution, you are referencing a project that uses https://github.com/onovotny/MSBuildSdkExtras,
you need to make sure that the version provided here matches https://github.com/onovotny/MSBuildSdkExtras/blob/master/Source/MSBuild.Sdk.Extras/DefaultItems/ImplicitPackages.targets#L11.
This is not an issue when libraries are referenced through nuget packages. See https://github.com/unoplatform/uno/issues/446 for more details.
-->
<Version>6.2.2</Version>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="1.1.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Filter" Version="1.1.1" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Uwp.Managed" Version="2.0.1" />
<PackageReference Include="Uno.Core" Version="2.0.0" />
<PackageReference Include="Uno.UI" Version="3.0.5" />
<!--
If, in the same solution, you are referencing a project that uses https://github.com/onovotny/MSBuildSdkExtras,
you need to make sure that the version provided here matches https://github.com/onovotny/MSBuildSdkExtras/blob/master/Source/MSBuild.Sdk.Extras/DefaultItems/ImplicitPackages.targets#L11.
This is not an issue when libraries are referenced through nuget packages. See https://github.com/unoplatform/uno/issues/446 for more details.
-->
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" />
<PackageReference Include="Microsoft.Extensions.Logging.Filter" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Uwp.Managed" />
<PackageReference Include="Uno.Core" />
<PackageReference Include="Uno.UI" />
</ItemGroup>
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -138,7 +136,7 @@
<VisualStudioVersion>14.0</VisualStudioVersion>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
Expand Down
16 changes: 8 additions & 8 deletions e2e/Uno/HelloUnoWorld.Wasm/HelloUnoWorld.Wasm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<NoWarn>NU1701</NoWarn>
</PropertyGroup>
<PropertyGroup>
<!--
<!--
Use this property to enable UI Testing. Do not keep for production
builds as it has performance and accessibility drawbacks.
-->
Expand Down Expand Up @@ -41,13 +41,13 @@
</ItemGroup>
<ItemGroup>
<!-- Note that for WebAssembly version 1.1.1 of the console logger required -->
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="1.1.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Filter" Version="1.1.1" />
<PackageReference Include="Uno.Microsoft.Xaml.Behaviors.Uwp.Managed" Version="2.0.2-uno.74" />
<PackageReference Include="Uno.UI.WebAssembly" Version="3.0.5" />
<PackageReference Include="Uno.UI.RemoteControl" Version="3.0.5" Condition="'$(Configuration)'=='Debug'" />
<PackageReference Include="Uno.Wasm.Bootstrap" Version="1.3.0" />
<PackageReference Include="Uno.Wasm.Bootstrap.DevServer" Version="1.3.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" />
<PackageReference Include="Microsoft.Extensions.Logging.Filter" />
<PackageReference Include="Uno.Microsoft.Xaml.Behaviors.Uwp.Managed" />
<PackageReference Include="Uno.UI.WebAssembly" />
<PackageReference Include="Uno.UI.RemoteControl" Condition="'$(Configuration)'=='Debug'" />
<PackageReference Include="Uno.Wasm.Bootstrap" />
<PackageReference Include="Uno.Wasm.Bootstrap.DevServer" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\src\Prism.Core\Prism.Core.csproj" />
Expand Down
14 changes: 6 additions & 8 deletions e2e/Uno/HelloUnoWorld.iOS/HelloUnoWorld.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,12 @@
<BundleResource Include="Resources\Fonts\winjs-symbols.ttf" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Uno.Microsoft.Xaml.Behaviors.Uwp.Managed">
<Version>2.0.2-uno.74</Version>
</PackageReference>
<PackageReference Include="Uno.UI" Version="3.0.5" />
<PackageReference Include="Uno.UI.RemoteControl" Version="3.0.5" Condition="'$(Configuration)'=='Debug'" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="1.1.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Filter" Version="1.1.1" />
<PackageReference Include="Xamarin.TestCloud.Agent" Version="0.21.9" />
<PackageReference Include="Uno.Microsoft.Xaml.Behaviors.Uwp.Managed" />
<PackageReference Include="Uno.UI" />
<PackageReference Include="Uno.UI.RemoteControl" Condition="'$(Configuration)'=='Debug'" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" />
<PackageReference Include="Microsoft.Extensions.Logging.Filter" />
<PackageReference Include="Xamarin.TestCloud.Agent" />
</ItemGroup>
<ItemGroup>
<ImageAsset Include="Media.xcassets\AppIcons.appiconset\Contents.json">
Expand Down
2 changes: 1 addition & 1 deletion e2e/Uno/ModuleA/ModuleA.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<DefineConstants>$(DefineConstants);__WASM__</DefineConstants>
</PropertyGroup>
<ItemGroup Condition="'$(TargetFramework)'=='xamarinios10' or '$(TargetFramework)'=='monoandroid80' or '$(TargetFramework)'=='monoandroid90' or '$(TargetFramework)'=='netstandard2.0'">
<PackageReference Include="Uno.UI" Version="3.0.5" />
<PackageReference Include="Uno.UI" />
</ItemGroup>
<ItemGroup>
<Page Include="**\*.xaml" Exclude="bin\**\*.xaml;obj\**\*.xaml" />
Expand Down
10 changes: 8 additions & 2 deletions e2e/Wpf/HelloWorld.Bootstraper/HelloWorld.Bootstrapper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,23 @@
<TargetFrameworks>netcoreapp3.1;net462</TargetFrameworks>
<UseWPF>true</UseWPF>
<RootNamespace>HelloWorld</RootNamespace>
<Version Condition=" '$(PRISM_RELEASE)' != '' ">$(PRISM_RELEASE)</Version>
<!-- Update this version when incrementing Library Versions i.e. 7.1.0, 7.2.0 -->
<VersionPrefix Condition=" '$(PRISM_RELEASE)' == '' ">8.0.0</VersionPrefix>
<!-- This will create CI builds as 7.0.0.1234-ci -->
<VersionPrefix Condition=" '$(PRISM_RELEASE)' == '' And '$(BUILD_BUILDID)' != '' ">$(VersionPrefix).$(BUILD_BUILDID)</VersionPrefix>
<ApplicationIcon>..\HelloWorld\prism-sandbox.ico</ApplicationIcon>
</PropertyGroup>

<PropertyGroup>
<DefaultItemExcludes>..\HelloWorld\bin\**;..\HelloWorld\obj\**;..\HelloWorld\App.*</DefaultItemExcludes>
</PropertyGroup>

<ItemGroup>
<Page Include="..\HelloWorld\**\*.xaml" LinkBase="%(RecurseDir)" Generator="MSBuild:Compile" Exclude="$(DefaultItemExcludes)" />
<Compile Include="..\HelloWorld\**\*.cs" LinkBase="%(RecurseDir)" Exclude="$(DefaultItemExcludes)" />
</ItemGroup>

<ItemGroup>
<Page Remove="..\HelloWorld\ModuleCatalog.xaml" />
</ItemGroup>
Expand Down
6 changes: 0 additions & 6 deletions e2e/Wpf/global.json

This file was deleted.

3 changes: 0 additions & 3 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
</PropertyGroup>

<ItemGroup Condition=" $(IsPackable) ">
<PackageReference Include="Microsoft.SourceLink.GitHub"
Version="1.1.0-beta-20204-02"
PrivateAssets="All" />
<None Include="$(PrismPackageIcon)"
Visible="False"
Pack="True"
Expand Down
2 changes: 1 addition & 1 deletion src/Forms/Prism.DryIoc.Forms/Prism.DryIoc.Forms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DryIoc.dll" Version="4.3.1" />
<PackageReference Include="DryIoc.dll" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Forms/Prism.Forms/Prism.Forms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Prism for Xamarin.Forms helps you more easily design and build rich, flexible, a
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="4.8.0.1269" />
<PackageReference Include="Xamarin.Forms" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Forms/Prism.Unity.Forms/Prism.Unity.Forms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Unity.Container" Version="5.11.8" />
<PackageReference Include="Unity.Container" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Prism.Core/Prism.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>

<ItemGroup Condition=" $(TargetFramework) == 'net45' ">
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="System.ValueTuple" />
</ItemGroup>

<ItemGroup>
Expand Down
Loading

0 comments on commit 4b172d0

Please sign in to comment.