Xamarin.Google.Guava.ListenableFuture 9999.0.0

This commit is contained in:
moljac 2022-07-29 15:06:56 +02:00
Родитель be316f18c6
Коммит 88f6680c0b
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>
}