Skip to content

Commit

Permalink
Merge pull request #8726 from unoplatform/dependabot/nuget/Xamarin.Bu…
Browse files Browse the repository at this point in the history
…ild.Download-0.11.2

chore(deps): bump Xamarin.Build.Download from 0.11.1 to 0.11.2
  • Loading branch information
jeromelaban authored May 9, 2022
2 parents 0db0498 + a4bed64 commit 24aec8a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<PackageReference Update="Uno.Diagnostics.Eventing" Version="2.0.1" />
<PackageReference Update="Uno.Wasm.Bootstrap" Version="2.1.0" />
<PackageReference Update="Uno.Wasm.Bootstrap.DevServer" Version="2.1.0" />
<PackageReference Update="xamarin.build.download" Version="0.11.1" PrivateAssets="all" />
<PackageReference Update="xamarin.build.download" Version="0.11.2" PrivateAssets="all" />
<PackageReference Update="MSTest.TestAdapter" Version="2.2.10" />
<PackageReference Update="MSTest.TestFramework" Version="2.2.8" />
<PackageReference Update="Uno.MonoAnalyzers" Version="1.0.0" PrivateAssets="all" />
Expand Down Expand Up @@ -82,7 +82,7 @@
<PackageReference Update="Xamarin.AndroidX.AppCompat" Version="1.3.1.3" />
<PackageReference Update="Xamarin.AndroidX.RecyclerView" Version="1.2.1.3" />
<PackageReference Update="Xamarin.AndroidX.Lifecycle.LiveData" Version="2.4.0.1" />
<PackageReference Update="Xamarin.Build.Download" Version="0.11.1" />
<PackageReference Update="Xamarin.Build.Download" Version="0.11.2" />
</ItemGroup>

<Target Name="ValidateSolutionPath" BeforeTargets="Build">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'MonoAndroid11.0'">
<PackageReference Include="Xamarin.Build.Download" Version="0.11.1" />
<PackageReference Include="Xamarin.Build.Download" Version="0.11.2" />
<PackageReference Include="Xamarin.AndroidX.Legacy.Support.v4" />
<PackageReference Include="Xamarin.AndroidX.AppCompat" />
<PackageReference Include="Xamarin.AndroidX.RecyclerView" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Xamarin.Build.Download" Version="0.11.1" />
<PackageReference Include="Xamarin.Build.Download" Version="0.11.2" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0-android'">
Expand Down
2 changes: 1 addition & 1 deletion src/Uno.UI/Uno.UI.net6.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<ItemGroup>
<PackageReference Include="Uno.SourceGenerationTasks" />
<PackageReference Include="System.Memory" Version="4.5.2" />
<PackageReference Include="xamarin.build.download" Version="0.11.1" />
<PackageReference Include="xamarin.build.download" Version="0.11.2" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0-android'">
Expand Down

0 comments on commit 24aec8a

Please sign in to comment.