Revert "Guava.ListenableFuture" Version="9999.0.0""

This reverts commit ab518745cc.
This commit is contained in:
moljac 2022-07-17 16:46:17 +02:00
Родитель ab518745cc
Коммит ded4931c7e
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="1.0.0.9" />
<PackageReference Include="Xamarin.Google.Guava.ListenableFuture" Version="9999.0.0" />
</ItemGroup>
}