|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 | <PropertyGroup> |
3 | 3 | <OutputType>WinExe</OutputType> |
4 | | - <TargetFramework>net8.0-windows10.0.22000.0</TargetFramework> |
| 4 | + <TargetFramework>net8.0-windows10.0.26100.0</TargetFramework> |
5 | 5 | <TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion> |
6 | 6 | <ApplicationManifest>app.manifest</ApplicationManifest> |
7 | 7 | <Platforms>x86;x64;arm64</Platforms> |
|
12 | 12 | <ImplicitUsings>enable</ImplicitUsings> |
13 | 13 | <Nullable>enable</Nullable> |
14 | 14 | <PlatformTarget>x64</PlatformTarget> |
15 | | - <SupportedOSPlatformVersion>10.0.22000.0</SupportedOSPlatformVersion> |
| 15 | + <SupportedOSPlatformVersion>10.0.26100.0</SupportedOSPlatformVersion> |
16 | 16 | <WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained> |
17 | 17 | <ApplicationIcon>Assets\MSGraph.ico</ApplicationIcon> |
18 | 18 | </PropertyGroup> |
|
30 | 30 | </ItemGroup> |
31 | 31 |
|
32 | 32 | <ItemGroup> |
33 | | - <PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" /> |
34 | | - <PackageReference Include="CommunityToolkit.WinUI.Converters" Version="8.0.240109" /> |
| 33 | + <PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.2" /> |
| 34 | + <PackageReference Include="CommunityToolkit.WinUI.Converters" Version="8.1.240916" /> |
35 | 35 | <PackageReference Include="CommunityToolkit.WinUI.UI.Controls.DataGrid" Version="7.1.2" /> |
36 | 36 | <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" /> |
37 | | - <PackageReference Include="Microsoft.Graph" Version="5.59.0" /> |
38 | | - <PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.240627000" /> |
| 37 | + <PackageReference Include="Microsoft.Graph" Version="5.60.0" /> |
| 38 | + <PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.240923002" /> |
39 | 39 | <PackageReference Include="System.Linq.Async" Version="6.0.1" /> |
40 | 40 | <PackageReference Include="System.Text.Json" Version="8.0.5" /> |
41 | 41 | </ItemGroup> |
|
0 commit comments