1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-13 20:58:45 +02:00

updated coroutine dependency

This commit is contained in:
Ell 2021-03-17 01:23:30 +01:00
parent 0ed8ec1268
commit 3e3f0fc742
2 changed files with 2 additions and 2 deletions

View file

@ -69,7 +69,7 @@
<None Include="Properties\AndroidManifest.xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Coroutine" Version="2.0.1" />
<PackageReference Include="Coroutine" Version="2.0.2" />
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.0.1641" />
<PackageReference Include="MonoGame.Framework.Android" Version="3.8.0.1641" />
<PackageReference Include="TextCopy" Version="4.3.0" />

View file

@ -16,7 +16,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Coroutine" Version="2.0.1" />
<PackageReference Include="Coroutine" Version="2.0.2" />
<PackageReference Include="MonoGame.Framework.Portable" Version="3.7.1.189">
<PrivateAssets>all</PrivateAssets>
</PackageReference>