|
64 | 64 | <Compile Include="**/*.shared.*.cs" />
|
65 | 65 | <None Include="..\..\..\LICENSE" PackagePath="" Pack="true" />
|
66 | 66 | <None Include="..\..\..\assets\XamarinCommunityToolkit_128x128.png" PackagePath="icon.png" Pack="true" />
|
67 |
| - <PackageReference Include="Xamarin.Forms" Version="5.0.0.2125" /> |
68 |
| - <PackageReference Include="mdoc" Version="5.8.3" PrivateAssets="all" /> |
| 67 | + <PackageReference Include="Xamarin.Forms" Version="5.0.0.2291" /> |
| 68 | + <PackageReference Include="mdoc" Version="5.8.5" PrivateAssets="all" /> |
69 | 69 | </ItemGroup>
|
70 | 70 | <ItemGroup Condition=" $(TargetFramework.StartsWith('netstandard')) ">
|
71 | 71 | <Compile Include="**/*.netstandard.cs" />
|
|
154 | 154 | <Reference Include="PresentationCore" />
|
155 | 155 | <Reference Include="PresentationFramework" />
|
156 | 156 | <Reference Include="WindowsBase" />
|
157 |
| - <PackageReference Include="Xamarin.Forms.Platform.WPF" Version="5.0.0.2125" /> |
| 157 | + <PackageReference Include="Xamarin.Forms.Platform.WPF" Version="5.0.0.2291" /> |
158 | 158 | <PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
|
159 | 159 | </ItemGroup>
|
160 | 160 |
|
161 | 161 | <ItemGroup Condition=" $(TargetFramework.StartsWith('netcoreapp')) AND '$(OS)' == 'Windows_NT' ">
|
162 | 162 | <Compile Include="**\*.wpf.cs" />
|
163 | 163 | <Compile Include="**\*.wpf.*.cs" />
|
164 |
| - <PackageReference Include="Xamarin.Forms.Platform.WPF" Version="5.0.0.2125" /> |
| 164 | + <PackageReference Include="Xamarin.Forms.Platform.WPF" Version="5.0.0.2291" /> |
165 | 165 | </ItemGroup>
|
166 | 166 |
|
167 | 167 | <ItemGroup Condition=" $(TargetFramework.StartsWith('net471')) ">
|
168 | 168 | <Compile Include="**\*.gtk.cs" />
|
169 | 169 | <Compile Include="**\*.gtk.*.cs" />
|
170 |
| - <PackageReference Include="Xamarin.Forms.Platform.GTK" Version="5.0.0.2125" /> |
| 170 | + <PackageReference Include="Xamarin.Forms.Platform.GTK" Version="5.0.0.2291" /> |
171 | 171 | <PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
|
172 | 172 | <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f, processorArchitecture=MSIL">
|
173 | 173 | <SpecificVersion>False</SpecificVersion>
|
|
0 commit comments