Skip to content

Commit

Permalink
fix: Fix Android build on VS 17.3
Browse files Browse the repository at this point in the history
Reference the latest Uno.SourceGenerationTasks as a workaround for
unoplatform/uno#9297
  • Loading branch information
trungnt2910 committed Aug 26, 2022
1 parent 8c6518b commit a68c7f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TimetableApp/TimetableApp.Droid/TimetableApp.Droid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
<ItemGroup>
<PackageReference Include="ToastNotification.Uno" Version="0.1.7" />
<PackageReference Include="Uno.Microsoft.Toolkit.Uwp.UI.Controls.DataGrid" Version="7.1.11" />
<PackageReference Include="Uno.SourceGenerationTasks" Version="4.1.0" />
<PackageReference Include="Uno.UI" Version="4.2.6" />
<PackageReference Include="Uno.UI.Adapter.Microsoft.Extensions.Logging" Version="4.2.6" />
<PackageReference Include="Uno.UI.RemoteControl" Version="4.2.6" Condition="'$(Configuration)'=='Debug'" />
Expand Down

0 comments on commit a68c7f9

Please sign in to comment.