Skip to content

Commit

Permalink
Patch to build on my environment
Browse files Browse the repository at this point in the history
  • Loading branch information
azyobuzin committed Aug 19, 2021
1 parent e811ecb commit 528e073
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<PrepTasksAssembly>$(BootstrapOutputDirectory)$(TargetFrameworkNETStandard)\xa-prep-tasks.dll</PrepTasksAssembly>
<!-- Copy PackageReference content to OutputDir for our build tasks, tests, and installer creation logic. This no longer happens by default in short-form projects. -->
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<LangVersion>preview</LangVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down
1 change: 1 addition & 0 deletions src/Mono.Android/Android.Animation/FloatArrayEvaluator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

using Java.Lang;
using Android.Runtime;
using Object = Java.Lang.Object;

namespace Android.Animation
{
Expand Down
1 change: 1 addition & 0 deletions src/Mono.Android/Android.Animation/FloatEvaluator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

using Java.Lang;
using Android.Runtime;
using Object = Java.Lang.Object;

namespace Android.Animation
{
Expand Down
1 change: 1 addition & 0 deletions src/Mono.Android/Android.Animation/IntArrayEvaluator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

using Java.Lang;
using Android.Runtime;
using Object = Java.Lang.Object;

namespace Android.Animation
{
Expand Down
1 change: 1 addition & 0 deletions src/Mono.Android/Android.Animation/IntEvaluator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

using Java.Lang;
using Android.Runtime;
using Object = Java.Lang.Object;

namespace Android.Animation
{
Expand Down
1 change: 1 addition & 0 deletions src/Mono.Android/Android.Animation/PointFEvaluator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

using Java.Lang;
using Android.Graphics;
using Object = Java.Lang.Object;

namespace Android.Animation
{
Expand Down
1 change: 1 addition & 0 deletions src/Mono.Android/Android.Animation/RectEvaluator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

using Java.Lang;
using Android.Graphics;
using Object = Java.Lang.Object;

namespace Android.Animation
{
Expand Down

0 comments on commit 528e073

Please sign in to comment.