A game framework written with osu! in mind.

Merge pull request #3910 from ppy/dependabot/nuget/ppy.osu.Framework.iOS-2020.1001.0

Bump ppy.osu.Framework.iOS from 2020.831.0 to 2020.1001.0

authored by

Dean Herbert and committed by
GitHub
3906554d 529b985b

+2 -2
+1 -1
osu.Framework.Templates/templates/template-empty/TemplateGame.iOS/TemplateGame.iOS.csproj
··· 150 150 <Reference Include="System.Net.Http" /> 151 151 </ItemGroup> 152 152 <ItemGroup Label="Package References"> 153 - <PackageReference Include="ppy.osu.Framework.iOS" Version="2020.831.0" /> 153 + <PackageReference Include="ppy.osu.Framework.iOS" Version="2020.1001.0" /> 154 154 </ItemGroup> 155 155 <ItemGroup Label="Transitive Dependencies"> 156 156 <PackageReference Include="ppy.osu.Framework" Version="2020.1001.0" />
+1 -1
osu.Framework.Templates/templates/template-flappy/FlappyDon.iOS/FlappyDon.iOS.csproj
··· 162 162 <Reference Include="System.Net.Http" /> 163 163 </ItemGroup> 164 164 <ItemGroup Label="Package References"> 165 - <PackageReference Include="ppy.osu.Framework.iOS" Version="2020.831.0" /> 165 + <PackageReference Include="ppy.osu.Framework.iOS" Version="2020.1001.0" /> 166 166 </ItemGroup> 167 167 <ItemGroup Label="Transitive Dependencies"> 168 168 <PackageReference Include="ppy.osu.Framework" Version="2020.1001.0" />