Skip to content

Commit

Permalink
[UPDATE] Project dependencies & Fixed build issues (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyalehchylin committed Aug 17, 2023
2 parents 8ca92dd + cadcbb8 commit 111e923
Show file tree
Hide file tree
Showing 8 changed files with 471 additions and 482 deletions.
7 changes: 5 additions & 2 deletions source/EduCATS.Android/EduCATS.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<AndroidUseAapt2>true</AndroidUseAapt2>
<AndroidCreatePackagePerAbi>false</AndroidCreatePackagePerAbi>
<AndroidPackageFormat>apk</AndroidPackageFormat>
<AndroidEnableMultiDex>true</AndroidEnableMultiDex>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>true</Optimize>
Expand All @@ -56,6 +57,7 @@
<AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
<AndroidPackageFormats>aab;apk</AndroidPackageFormats>
<LangVersion>latest</LangVersion>
<AndroidEnableMultiDex>true</AndroidEnableMultiDex>
</PropertyGroup>
<ItemGroup>
<Reference Include="Mono.Android" />
Expand All @@ -70,8 +72,8 @@
<PackageReference Include="CarouselView.FormsPlugin">
<Version>6.0.0</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2515" />
<PackageReference Include="Xamarin.Essentials" Version="1.7.4" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2612" />
<PackageReference Include="Xamarin.Essentials" Version="1.8.0" />
<PackageReference Include="MonkeyCache.FileStore">
<Version>1.6.3</Version>
</PackageReference>
Expand Down Expand Up @@ -108,6 +110,7 @@
<ItemGroup>
<None Include="Resources\AboutResources.txt" />
<None Include="Properties\AndroidManifest.xml" />
<None Include="packages.lock.json" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\layout\Tabbar.xml" />
Expand Down
520 changes: 334 additions & 186 deletions source/EduCATS.Android/packages.lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions source/EduCATS.UnitTests/EduCATS.UnitTests.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand All @@ -9,13 +9,13 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
<PackageReference Include="nunit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.3.1"><IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0"><IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
<PackageReference Include="Moq" Version="4.18.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.1" />
<PackageReference Include="Moq" Version="4.20.69" />
</ItemGroup>

<ItemGroup>
Expand Down
Loading

0 comments on commit 111e923

Please sign in to comment.