This commit is contained in:
moljac 2022-07-22 09:12:34 +02:00
Родитель 7efcb6a051
Коммит 763011e4f0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -114,7 +114,7 @@
@if(Model.NuGetPackageId == "Xamarin.Google.Guava") {
<ItemGroup>
<!-- Reference a version of ListenableFuture that does not contain 'listenablefuture.jar' -->
<PackageReference Include="Xamarin.Google.Guava.ListenableFuture" Version="9999.0.0" />
<PackageReference Include="Xamarin.Google.Guava.ListenableFuture" Version="1.0.0.9" />
</ItemGroup>
}