Skip to content

Commit

Permalink
Update package
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn00 committed Mar 25, 2021
1 parent a184f4b commit e70ca0b
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<RepositoryUrl>https://github.com/Baseflow/XF-Material-Library</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Product>$(AssemblyName) ($(TargetFramework))</Product>
<Version>1.7.7</Version>
<Version>1.7.8</Version>
<Platform>AnyCPU</Platform>

<!--<Nullable>enable</Nullable>-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<Version>6.0.1</Version>
</PackageReference>
<PackageReference Include="Rg.Plugins.Popup">
<Version>2.0.0.8</Version>
<Version>2.0.0.11</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
<Version>6.2.11</Version>
</PackageReference>
<PackageReference Include="Rg.Plugins.Popup">
<Version>2.0.0.8</Version>
<Version>2.0.0.11</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms">
<Version>4.5.0.657</Version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
<Version>6.0.1</Version>
</PackageReference>
<PackageReference Include="Rg.Plugins.Popup">
<Version>2.0.0.8</Version>
<Version>2.0.0.11</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion Samples/MaterialMvvmSample/MaterialMvvmSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReference Include="Autofac.Extras.CommonServiceLocator" Version="6.0.1" />
<PackageReference Include="Vapolia.Xamarin.Svg.Forms" Version="4.0.0-pre7" />
<PackageReference Include="Xamarin.Forms" Version="4.5.0.657" />
<PackageReference Include="Rg.Plugins.Popup" Version="2.0.0.8" />
<PackageReference Include="Rg.Plugins.Popup" Version="2.0.0.11" />
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions XF.Material/XF.Material.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<Page Include="Platforms\Uap\**\*.xaml" SubType="Designer" Generator="MSBuild:Compile" />
<None Update="**\*.xaml.cs" DependentUpon="%(Filename)" />
<Compile Update="**\*.xaml.cs" DependentUpon="%(Filename)" />
<PackageReference Include="Microsoft.Toolkit.Uwp.UI.Controls" Version="6.1.1" />
<PackageReference Include="Microsoft.Toolkit.Uwp.UI.Controls" Version="7.0.0" />
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('xamarin.ios')) ">
Expand Down Expand Up @@ -127,10 +127,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Rg.Plugins.Popup" Version="2.0.0.8" />
<PackageReference Include="Xamarin.Essentials" Version="1.5.3.2" />
<PackageReference Include="Rg.Plugins.Popup" Version="2.0.0.11" />
<PackageReference Include="Xamarin.Essentials" Version="1.6.1" />
<PackageReference Include="Xamarin.Forms" Version="4.5.0.657" />
<PackageReference Include="Com.Airbnb.Xamarin.Forms.Lottie" Version="4.0.8" />
<PackageReference Include="Com.Airbnb.Xamarin.Forms.Lottie" Version="4.0.9" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"msbuild-sdks": {
"MSBuild.Sdk.Extras": "3.0.22"
"MSBuild.Sdk.Extras": "3.0.23"
}
}

0 comments on commit e70ca0b

Please sign in to comment.