|
219 | 219 | <ItemGroup> |
220 | 220 |
|
221 | 221 | <!-- Main Packages - Without these packages, there will be compilation errors related to missing types --> |
222 | | - <PackageReference Include="CommunityToolkit.WinUI.Animations" Version="8.2.251219" /> |
223 | | - <PackageReference Include="CommunityToolkit.WinUI.Controls.SettingsControls" Version="8.2.251219" /> |
224 | | - <PackageReference Include="CommunityToolkit.WinUI.Media" Version="8.2.251219" /> |
| 222 | + <PackageReference Include="CommunityToolkit.WinUI.Animations" Version="8.3.260402-preview2" /> |
| 223 | + <PackageReference Include="CommunityToolkit.WinUI.Controls.SettingsControls" Version="8.3.260402-preview2" /> |
| 224 | + <PackageReference Include="CommunityToolkit.WinUI.Media" Version="8.3.260402-preview2" /> |
225 | 225 | <PackageReference Include="Microsoft.Graphics.Win2D" Version="1.4.0" /> |
226 | 226 | <PackageReference Include="Microsoft.Identity.Client" Version="4.83.3" /> |
227 | 227 | <PackageReference Include="Microsoft.Identity.Client.Broker" Version="4.83.3" /> |
228 | 228 | <PackageReference Include="Microsoft.Identity.Client.Extensions.Msal" Version="4.83.3" /> |
229 | 229 | <PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.3.0-prerelease.251115.2" /> |
230 | | - <PackageReference Include="Microsoft.WindowsAppSDK" Version="1.8.260317003" /> |
231 | 230 | <PackageReference Include="System.Security.Cryptography.Pkcs" Version="10.0.5" /> |
232 | 231 | <PackageReference Include="System.Diagnostics.EventLog" Version="10.0.5" /> |
233 | 232 |
|
234 | 233 | <!-- Transitive Packages - Without these packages, there will not be compilation error related to missing types --> |
235 | | - <PackageReference Include="CommunityToolkit.WinUI.Controls.Primitives" Version="8.2.251219" /> |
236 | | - <PackageReference Include="CommunityToolkit.WinUI.Triggers" Version="8.2.251219" /> |
237 | | - <PackageReference Include="CommunityToolkit.WinUI.Extensions" Version="8.2.251219" /> |
238 | | - <PackageReference Include="CommunityToolkit.WinUI.Helpers" Version="8.2.251219" /> |
| 234 | + <PackageReference Include="CommunityToolkit.WinUI.Controls.Primitives" Version="8.3.260402-preview2" /> |
| 235 | + <PackageReference Include="CommunityToolkit.WinUI.Triggers" Version="8.3.260402-preview2" /> |
| 236 | + <PackageReference Include="CommunityToolkit.WinUI.Extensions" Version="8.3.260402-preview2" /> |
| 237 | + <PackageReference Include="CommunityToolkit.WinUI.Helpers" Version="8.3.260402-preview2" /> |
239 | 238 | <PackageReference Include="CommunityToolkit.Common" Version="8.4.2" /> |
240 | 239 | <PackageReference Include="Microsoft.IdentityModel.Abstractions" Version="8.17.0" /> |
241 | 240 | <PackageReference Include="Microsoft.Web.WebView2" Version="1.0.3856.49" /> |
242 | 241 | <PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.28000.1721" /> |
243 | 242 | <PackageReference Include="runtime.win-arm64.Microsoft.DotNet.ILCompiler" Version="10.0.5" /> |
244 | 243 | <PackageReference Include="runtime.win-x64.Microsoft.DotNet.ILCompiler" Version="10.0.5" /> |
245 | 244 | <PackageReference Include="Microsoft.Identity.Client.NativeInterop" Version="0.20.4" /> |
246 | | - <PackageReference Include="Microsoft.WindowsAppSDK.AI" Version="1.8.53" /> |
247 | 245 | <PackageReference Include="Microsoft.WindowsAppSDK.Base" Version="1.8.251216001" /> |
248 | | - <PackageReference Include="Microsoft.WindowsAppSDK.DWrite" Version="1.8.25122902" /> |
249 | 246 | <PackageReference Include="Microsoft.WindowsAppSDK.Foundation" Version="1.8.260222000" /> |
250 | 247 | <PackageReference Include="Microsoft.WindowsAppSDK.InteractiveExperiences" Version="1.8.260125001" /> |
251 | | - <PackageReference Include="Microsoft.WindowsAppSDK.Runtime" Version="1.8.260317003" /> |
252 | | - <PackageReference Include="Microsoft.WindowsAppSDK.Widgets" Version="1.8.251231004" /> |
253 | 248 | <PackageReference Include="Microsoft.WindowsAppSDK.WinUI" Version="1.8.260224000" /> |
254 | | - <PackageReference Include="Microsoft.WindowsAppSDK.ML" Version="1.8.2141" /> |
255 | | - <PackageReference Include="System.Numerics.Tensors" Version="10.0.5" /> |
256 | 249 | <PackageReference Include="Microsoft.Windows.SDK.BuildTools.MSIX" Version="1.7.260316102"> |
257 | 250 | <PrivateAssets>all</PrivateAssets> |
258 | 251 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
259 | 252 | </PackageReference> |
| 253 | + <PackageReference Include="System.Security.Cryptography.ProtectedData" Version="10.0.5" /> |
260 | 254 |
|
261 | 255 | </ItemGroup> |
262 | 256 |
|
|
0 commit comments