Code XAML de la Page Profil (version finale)

pull/8/head
Rémi LAVERGNE 2 years ago
parent a4039b5e62
commit 9c498f7a84

Binary file not shown.

@ -29,6 +29,13 @@
Route="Views/PageAcceuil" />
</Tab>
<Tab Title="Profil">
<ShellContent
Title="Profil"
ContentTemplate="{DataTemplate views:PageProfil}"
Route="Views/PageProfil" />
</Tab>
</TabBar>
<FlyoutItem>

@ -64,10 +64,19 @@
<None Remove="Resources\Fonts\Roboto-Regular.ttf" />
<None Remove="Resources\Fonts\Roboto-Thin.ttf" />
<None Remove="Resources\Fonts\Roboto-ThinItalic.ttf" />
<None Remove="Resources\Images\account.svg" />
<None Remove="Resources\Images\arrowback.svg" />
<None Remove="Resources\Images\arrow_back.png" />
<None Remove="Resources\Images\bigstar.png" />
<None Remove="Resources\Images\console.svg" />
<None Remove="Resources\Images\download_blue.png" />
<None Remove="Resources\Images\home.svg" />
<None Remove="Resources\Images\LOGO.png" />
<None Remove="Resources\Images\plus.svg" />
<None Remove="Resources\Images\shieldperson.svg" />
<None Remove="Resources\Images\starrating.svg" />
<None Remove="Resources\Images\store.svg" />
<None Remove="Resources\Images\trophy.svg" />
</ItemGroup>
<ItemGroup>
@ -106,6 +115,9 @@
<MauiXaml Update="Views\PageParcourir.xaml">
<Generator>MSBuild:Compile</Generator>
</MauiXaml>
<MauiXaml Update="Views\PageProfil.xaml">
<Generator>MSBuild:Compile</Generator>
</MauiXaml>
</ItemGroup>
</Project>

@ -5,7 +5,7 @@
<ActiveDebugFramework>net7.0-windows10.0.19041.0</ActiveDebugFramework>
<ActiveDebugProfile>Windows Machine</ActiveDebugProfile>
<SelectedPlatformGroup>Emulator</SelectedPlatformGroup>
<DefaultDevice>pixel_5_-_api_33</DefaultDevice>
<DefaultDevice>pixel_5_-_api_33_1</DefaultDevice>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetPlatformIdentifier)'=='iOS'">
<RuntimeIdentifier>iossimulator-x64</RuntimeIdentifier>
@ -33,5 +33,8 @@
<MauiXaml Update="Views\PageParcourir.xaml">
<SubType>Designer</SubType>
</MauiXaml>
<MauiXaml Update="Views\PageProfil.xaml">
<SubType>Designer</SubType>
</MauiXaml>
</ItemGroup>
</Project>

@ -0,0 +1,3 @@
<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10.5 10.1449C9.05625 10.1449 7.875 9.6715 6.95625 8.72464C6.0375 7.77778 5.57812 6.56039 5.57812 5.07246C5.57812 3.58454 6.0375 2.36715 6.95625 1.42029C7.875 0.47343 9.05625 0 10.5 0C11.9437 0 13.125 0.47343 14.0437 1.42029C14.9625 2.36715 15.4219 3.58454 15.4219 5.07246C15.4219 6.56039 14.9625 7.77778 14.0437 8.72464C13.125 9.6715 11.9437 10.1449 10.5 10.1449ZM0 21V17.8213C0 16.9646 0.207812 16.2319 0.623437 15.6232C1.03906 15.0145 1.575 14.5523 2.23125 14.2367C3.69687 13.5604 5.10234 13.0531 6.44766 12.715C7.79297 12.3768 9.14375 12.2077 10.5 12.2077C11.8562 12.2077 13.2016 12.3824 14.5359 12.7319C15.8703 13.0813 17.2694 13.5851 18.7333 14.2433C19.4181 14.5617 19.967 15.0235 20.3802 15.6286C20.7934 16.2337 21 16.9646 21 17.8213V21H0ZM1.96875 18.971H19.0312V17.8213C19.0312 17.4605 18.9273 17.1167 18.7195 16.7899C18.5117 16.463 18.2547 16.2206 17.9484 16.0628C16.5484 15.3639 15.2687 14.8849 14.1094 14.6256C12.95 14.3663 11.7469 14.2367 10.5 14.2367C9.25312 14.2367 8.03906 14.3663 6.85781 14.6256C5.67656 14.8849 4.39687 15.3639 3.01875 16.0628C2.7125 16.2206 2.46094 16.463 2.26406 16.7899C2.06719 17.1167 1.96875 17.4605 1.96875 17.8213V18.971ZM10.5 8.11594C11.3531 8.11594 12.0586 7.8285 12.6164 7.25362C13.1742 6.67874 13.4531 5.95169 13.4531 5.07246C13.4531 4.19324 13.1742 3.46618 12.6164 2.8913C12.0586 2.31643 11.3531 2.02899 10.5 2.02899C9.64687 2.02899 8.94141 2.31643 8.38359 2.8913C7.82578 3.46618 7.54687 4.19324 7.54687 5.07246C7.54687 5.95169 7.82578 6.67874 8.38359 7.25362C8.94141 7.8285 9.64687 8.11594 10.5 8.11594Z" fill="white" fill-opacity="0.6"/>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

@ -0,0 +1,3 @@
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M20.5 2.5625L22.25 4.34375L11.5312 15.0625L22.25 25.7812L20.5 27.5625L8 15.0625L20.5 2.5625Z" fill="black"/>
</svg>

After

Width:  |  Height:  |  Size: 221 B

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 27 KiB

@ -0,0 +1,3 @@
<svg width="21" height="18" viewBox="0 0 21 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10.5 2.92708L15.7083 7.61458V15.75H13.625V9.5H7.37498V15.75H5.29165V7.61458L10.5 2.92708ZM10.5 0.125L0.083313 9.5H3.20831V17.8333H9.45831V11.5833H11.5416V17.8333H17.7916V9.5H20.9166L10.5 0.125Z" fill="white" fill-opacity="0.6"/>
</svg>

After

Width:  |  Height:  |  Size: 342 B

@ -0,0 +1,3 @@
<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1 8.5H8.5M8.5 8.5H16M8.5 8.5V1M8.5 8.5V16" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 237 B

@ -0,0 +1,3 @@
<svg width="28" height="34" viewBox="0 0 28 34" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14 18.25C12.3889 18.25 11.0347 17.7014 9.93749 16.6042C8.84027 15.507 8.29166 14.1528 8.29166 12.5417C8.29166 10.9306 8.84027 9.57641 9.93749 8.47919C11.0347 7.38196 12.3889 6.83335 14 6.83335C15.6111 6.83335 16.9653 7.38196 18.0625 8.47919C19.1597 9.57641 19.7083 10.9306 19.7083 12.5417C19.7083 14.1528 19.1597 15.507 18.0625 16.6042C16.9653 17.7014 15.6111 18.25 14 18.25ZM14 15.75C14.9444 15.75 15.7153 15.4514 16.3125 14.8542C16.9097 14.257 17.2083 13.4861 17.2083 12.5417C17.2083 11.5972 16.9097 10.8264 16.3125 10.2292C15.7153 9.63196 14.9444 9.33335 14 9.33335C13.0555 9.33335 12.2847 9.63196 11.6875 10.2292C11.0903 10.8264 10.7917 11.5972 10.7917 12.5417C10.7917 13.4861 11.0903 14.257 11.6875 14.8542C12.2847 15.4514 13.0555 15.75 14 15.75ZM14 33.625C10.1111 32.6528 6.91666 30.3959 4.41666 26.8542C1.91666 23.3125 0.666656 19.4306 0.666656 15.2084V5.29169L14 0.291687L27.3333 5.29169V15.2084C27.3333 19.4306 26.0833 23.3125 23.5833 26.8542C21.0833 30.3959 17.8889 32.6528 14 33.625ZM14 2.95835L3.16666 7.04169V15.2084C3.16666 16.9584 3.40971 18.632 3.89582 20.2292C4.38193 21.8264 5.06943 23.3056 5.95832 24.6667C7.2361 23.9722 8.53471 23.4514 9.85416 23.1042C11.1736 22.757 12.5555 22.5834 14 22.5834C15.4444 22.5834 16.8264 22.757 18.1458 23.1042C19.4653 23.4514 20.7639 23.9722 22.0417 24.6667C22.9305 23.3056 23.618 21.8264 24.1042 20.2292C24.5903 18.632 24.8333 16.9584 24.8333 15.2084V7.04169L14 2.95835ZM14 25.0834C12.9167 25.0834 11.8333 25.2222 10.75 25.5C9.66666 25.7778 8.59721 26.1945 7.54166 26.75C8.43054 27.7222 9.41666 28.5764 10.5 29.3125C11.5833 30.0486 12.75 30.625 14 31.0417C15.25 30.625 16.4167 30.0486 17.5 29.3125C18.5833 28.5764 19.5694 27.7222 20.4583 26.75C19.4028 26.1945 18.3333 25.7778 17.25 25.5C16.1667 25.2222 15.0833 25.0834 14 25.0834Z" fill="#B71111"/>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

@ -0,0 +1,3 @@
<svg width="13" height="12" viewBox="0 0 13 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6.5 1L8.1995 4.443L12 4.9985L9.25 7.677L9.899 11.461L6.5 9.6735L3.101 11.461L3.75 7.677L1 4.9985L4.8005 4.443L6.5 1Z" fill="#F5C20B" stroke="black" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 310 B

@ -0,0 +1,3 @@
<svg width="21" height="19" viewBox="0 0 21 19" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M19.875 8.48438V17.3125C19.875 17.7292 19.7188 18.0938 19.4063 18.4062C19.0938 18.7188 18.7292 18.875 18.3125 18.875H2.66148C2.24481 18.875 1.88023 18.7188 1.56773 18.4062C1.25523 18.0938 1.09898 17.7292 1.09898 17.3125V8.48438C0.612868 8.06771 0.291687 7.55556 0.135437 6.94792C-0.020813 6.34028 -0.00345188 5.73264 0.18752 5.125L1.30731 1.60938C1.4462 1.14062 1.68926 0.776042 2.03648 0.515625C2.3837 0.255208 2.78301 0.125 3.2344 0.125H17.6354C18.1215 0.125 18.5469 0.259549 18.9115 0.528646C19.2761 0.797743 19.5278 1.15799 19.6667 1.60938L20.8125 5.125C21.0035 5.73264 21.0165 6.34028 20.8516 6.94792C20.6867 7.55556 20.3611 8.06771 19.875 8.48438ZM12.8438 7.67708C13.3472 7.67708 13.7726 7.51215 14.1198 7.18229C14.467 6.85243 14.6059 6.45312 14.5365 5.98438L13.8854 1.6875H11.2813V5.98438C11.2813 6.43576 11.4288 6.83073 11.724 7.16927C12.0191 7.50781 12.3924 7.67708 12.8438 7.67708ZM7.97398 7.67708C8.46009 7.67708 8.87242 7.51215 9.21096 7.18229C9.5495 6.85243 9.71877 6.45312 9.71877 5.98438V1.6875H7.1146L6.46356 5.98438C6.39412 6.43576 6.51565 6.83073 6.82815 7.16927C7.14065 7.50781 7.52259 7.67708 7.97398 7.67708ZM3.2344 7.67708C3.65106 7.67708 4.01131 7.53385 4.31512 7.2474C4.61894 6.96094 4.7969 6.60938 4.84898 6.19271L5.52606 1.6875H2.9219L1.72398 5.48958C1.55037 6.02778 1.61981 6.52691 1.93231 6.98698C2.24481 7.44705 2.67884 7.67708 3.2344 7.67708ZM17.7396 7.67708C18.2952 7.67708 18.7335 7.45139 19.0547 7C19.3759 6.54861 19.4497 6.04514 19.2761 5.48958L18.0781 1.6875H15.474L16.1511 6.19271C16.2031 6.60938 16.3811 6.96094 16.6849 7.2474C16.9887 7.53385 17.3403 7.67708 17.7396 7.67708ZM2.66148 17.3125H18.3125V9.21354C18.3299 9.2309 18.2735 9.23958 18.1432 9.23958H17.7396C17.3056 9.23958 16.8932 9.14844 16.5026 8.96615C16.112 8.78385 15.7257 8.50174 15.3438 8.11979C15.066 8.46701 14.7188 8.74045 14.3021 8.9401C13.8854 9.13976 13.4254 9.23958 12.9219 9.23958C12.4011 9.23958 11.954 9.1658 11.5807 9.01823C11.2075 8.87066 10.8472 8.62326 10.5 8.27604C10.2396 8.58854 9.90974 8.82726 9.51044 8.99219C9.11113 9.15712 8.65974 9.23958 8.15627 9.23958C7.61808 9.23958 7.14065 9.1441 6.72398 8.95312C6.30731 8.76215 5.95141 8.48438 5.65627 8.11979C5.2396 8.48438 4.83162 8.76215 4.43231 8.95312C4.03301 9.1441 3.6337 9.23958 3.2344 9.23958H2.88283C2.76999 9.23958 2.6962 9.2309 2.66148 9.21354V17.3125Z" fill="#383838"/>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

@ -0,0 +1,6 @@
<svg width="22" height="21" viewBox="0 0 22 21" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5.1615 2.11203H16.9035C16.9035 2.11203 15.9251 16.8421 11.0325 16.8421C8.64251 16.8421 7.18651 13.327 6.32235 9.731C5.4175 5.96584 5.1615 2.11203 5.1615 2.11203Z" stroke="black" stroke-width="1.86479" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16.9035 2.11203C16.9035 2.11203 17.9271 1.02018 18.7777 1.00091C20.4444 0.963176 20.7525 2.11203 20.7525 2.11203C21.0787 2.78928 21.3396 4.55012 19.774 6.17551C18.2084 7.8009 16.4558 9.22312 15.7426 9.731" stroke="black" stroke-width="1.86479" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M5.16145 2.11195C5.16145 2.11195 4.09501 1.00766 3.22221 1.00084C1.55555 0.987833 1.24743 2.11195 1.24743 2.11195C0.921254 2.78919 0.660322 4.55003 2.22594 6.17543C3.79155 7.80082 5.60918 9.22303 6.3223 9.73103" stroke="black" stroke-width="1.86479" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M7.11859 19.8898C7.11859 17.858 11.0326 16.8421 11.0326 16.8421C11.0326 16.8421 14.9467 17.858 14.9467 19.8898H7.11859Z" stroke="black" stroke-width="1.86479" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

@ -0,0 +1,109 @@
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="GameAtlas.Views.PageProfil"
Title="PageProfil">
<Grid x:Name="outerGrid" RowDefinitions="50,35,*" ColumnDefinitions="70,*,70" ColumnSpacing="15" RowSpacing="30" Padding="10,20,10,0">
<Grid.Background>
<LinearGradientBrush EndPoint="1,0">
<GradientStop Color="#DFE4FF"
Offset="0.1" />
<GradientStop Color="#FDF7E6"
Offset="1.0" />
</LinearGradientBrush>
</Grid.Background>
<Grid RowDefinitions="50" ColumnDefinitions="50" HorizontalOptions="End" >
<Frame Grid.Row="0" WidthRequest="50" HeightRequest="50" CornerRadius="25" VerticalOptions="Start" >
<Frame.Background>
<LinearGradientBrush EndPoint="1,0">
<GradientStop Color="#C57CFF"
Offset="0.1" />
<GradientStop Color="#8F00FF"
Offset="1.0" />
</LinearGradientBrush>
</Frame.Background>
<Frame HeightRequest="48" WidthRequest="48" CornerRadius="24" VerticalOptions="Center" HorizontalOptions="Center" IsClippedToBounds="True">
<Image Source="https://codefirst.iut.uca.fr/git/avatars/4045f9272217b1c04fb71402eac9c97d" Aspect="AspectFill"/>
</Frame>
</Frame>
</Grid>
<VerticalStackLayout Grid.Column="1" VerticalOptions="Center" Spacing="3">
<Label Text="Pseudonyme" FontSize="20" FontFamily="AladinRegular" TextColor="{StaticResource Black}"/>
<Label Text="Compte créé le 13/01/2023" FontSize="12" FontFamily="RobotoRegular" TextColor="{StaticResource Black}"/>
</VerticalStackLayout>
<Grid Grid.Row="0" Grid.Column="2" RowDefinitions="50" ColumnDefinitions="50" HorizontalOptions="Start">
<Frame WidthRequest="50" HeightRequest="50" CornerRadius="25" VerticalOptions="Start" IsClippedToBounds="True" BackgroundColor="{StaticResource Tertiary}">
<Image Source="shieldperson" HeightRequest="40"/>
</Frame>
</Grid>
<Grid Grid.Row="1" Grid.ColumnSpan="3" RowDefinitions="35" ColumnDefinitions="*,1,*,1,*" Padding="30,0" Margin="0,0,0,0">
<Label Text="10&#x0a;Favoris" FontSize="12" FontFamily="RobotoRegular" TextColor="{StaticResource Black}" VerticalOptions="Center" HorizontalOptions="Center" HorizontalTextAlignment="Start" LineHeight="1.15"/>
<BoxView Grid.Column="1" Color="{StaticResource Black}" WidthRequest="1"/>
<Label Grid.Column="2" Text="0&#x0a;Possédé" FontSize="12" FontFamily="RobotoRegular" TextColor="{StaticResource Black}" VerticalOptions="Center" HorizontalOptions="Center" HorizontalTextAlignment="Start" LineHeight="1.15"/>
<BoxView Grid.Column="3" Color="{StaticResource Black}" WidthRequest="1"/>
<Label Grid.Column="4" Text="0&#x0a;Avis" FontSize="12" FontFamily="RobotoRegular" TextColor="{StaticResource Black}" VerticalOptions="Center" HorizontalOptions="Center" HorizontalTextAlignment="Start" LineHeight="1.15"/>
</Grid>
<Border Grid.Row="2" Grid.ColumnSpan="3" StrokeShape="RoundRectangle 20,20,0,0" StrokeThickness="0" Margin="-10,0" BackgroundColor="{StaticResource Secondary}">
<StackLayout Padding="30,12,30,0">
<Label Text="Liste de profil" FontFamily="PTSansCBold" FontSize="24" TextColor="{StaticResource Black}" HorizontalOptions="Center"/>
<Grid>
<CollectionView Margin="0,10,0,0" VerticalScrollBarVisibility="Never">
<CollectionView.ItemsSource>
<x:Array Type="{x:Type x:String}">
<x:String>https://cdn1.epicgames.com/offer/b7b42e2078524ab386a8b2a9856ef557/EGS_SifuDeluxeEditionUpgradeBundle_Sloclap_Bundles_S1_2560x1440-43bae7aa2089289442238bd1e2b55655</x:String>
<x:String>https://cdn.cloudflare.steamstatic.com/steam/apps/1562430/capsule_616x353.jpg?t=1682587412</x:String>
<x:String>https://i.ytimg.com/vi/0JdUZOZBi2g/maxresdefault.jpg</x:String>
<x:String>https://staticctf.ubisoft.com/J3yJr34U2pZ2Ieem48Dwy9uqj5PNUQTn/63JzhYgJbTQC1yW74tmZLJ/dd2912bbaf7c7a8a7e005f02d3e6cf4b/jd23-buy-keyart.jpg</x:String>
<x:String>https://gaming-cdn.com/images/products/8893/616x353/horizon-forbidden-west-ps5-playstation-5-jeu-playstation-store-cover.jpg</x:String>
<x:String>https://www.highgroundgaming.com/wp-content/uploads/2020/09/Uncharted-Games-Ranked.jpg</x:String>
<x:String>https://i.ytimg.com/vi/WQUU8jI1Sq8/maxresdefault.jpg</x:String>
<x:String>https://cdn1.epicgames.com/offer/e97659b501af4e3981d5430dad170911/EGS_HogwartsLegacy_AvalancheSoftware_S1_2560x1440-2baf3188eb3c1aa248bcc1af6a927b7e</x:String>
<x:String>https://cdn1.epicgames.com/offer/236c74b4cd2e4e3099cbe2ebdc9686fd/EGS_DeadIsland2_DeepSilverDambusterStudios_S1_2560x1440-fdc688ce46680914ee3c4a7949ce8a67</x:String>
<x:String>https://cdn.akamai.steamstatic.com/steam/apps/986130/capsule_616x353.jpg?t=1682348079</x:String>
<x:String>https://cdn1.epicgames.com/offer/b7b42e2078524ab386a8b2a9856ef557/EGS_SifuDeluxeEditionUpgradeBundle_Sloclap_Bundles_S1_2560x1440-43bae7aa2089289442238bd1e2b55655</x:String>
<x:String>https://cdn.cloudflare.steamstatic.com/steam/apps/1562430/capsule_616x353.jpg?t=1682587412</x:String>
<x:String>https://i.ytimg.com/vi/0JdUZOZBi2g/maxresdefault.jpg</x:String>
<x:String>https://staticctf.ubisoft.com/J3yJr34U2pZ2Ieem48Dwy9uqj5PNUQTn/63JzhYgJbTQC1yW74tmZLJ/dd2912bbaf7c7a8a7e005f02d3e6cf4b/jd23-buy-keyart.jpg</x:String>
<x:String>https://image.api.playstation.com/vulcan/ap/rnd/202010/2915/X8TO4UqHFGMQbHTDwKNlWU9z.jpg</x:String>
<x:String>https://www.highgroundgaming.com/wp-content/uploads/2020/09/Uncharted-Games-Ranked.jpg</x:String>
</x:Array>
</CollectionView.ItemsSource>
<CollectionView.ItemTemplate>
<DataTemplate>
<Border HeightRequest="97.5" StrokeShape="RoundRectangle 5" VerticalOptions="Start" HorizontalOptions="Center">
<Border.Shadow>
<Shadow Brush="Black" Offset="0,4" Radius="4" Opacity="0.4" />
</Border.Shadow>
<Frame HasShadow="False" HeightRequest="97.5" CornerRadius="5" IsClippedToBounds="True">
<Image HeightRequest="97.5" Source="{Binding .}" Aspect="AspectFill"/>
</Frame>
</Border>
</DataTemplate>
</CollectionView.ItemTemplate>
<CollectionView.ItemsLayout>
<GridItemsLayout Span="2" Orientation="Vertical" VerticalItemSpacing="30" HorizontalItemSpacing="15"/>
</CollectionView.ItemsLayout>
</CollectionView>
</Grid>
</StackLayout>
</Border>
</Grid>
</ContentPage>

@ -0,0 +1,9 @@
namespace GameAtlas.Views;
public partial class PageProfil : ContentPage
{
public PageProfil()
{
InitializeComponent();
}
}

@ -91,7 +91,7 @@
},
"Microsoft.Maui.Graphics": {
"target": "Package",
"version": "[7.0.59, )",
"version": "[7.0.81, )",
"autoReferenced": true
},
"Xamarin.Android.Glide": {
@ -178,7 +178,7 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.202\\RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.203\\RuntimeIdentifierGraph.json"
},
"net7.0-ios16.1": {
"targetAlias": "net7.0-ios",
@ -213,7 +213,7 @@
},
"Microsoft.Maui.Graphics": {
"target": "Package",
"version": "[7.0.59, )",
"version": "[7.0.81, )",
"autoReferenced": true
}
},
@ -245,7 +245,7 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.202\\RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.203\\RuntimeIdentifierGraph.json"
},
"net7.0-maccatalyst16.1": {
"targetAlias": "net7.0-maccatalyst",
@ -280,7 +280,7 @@
},
"Microsoft.Maui.Graphics": {
"target": "Package",
"version": "[7.0.59, )",
"version": "[7.0.81, )",
"autoReferenced": true
}
},
@ -313,7 +313,7 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.202\\RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.203\\RuntimeIdentifierGraph.json"
},
"net7.0-windows10.0.19041": {
"targetAlias": "net7.0-windows10.0.19041.0",
@ -348,12 +348,12 @@
},
"Microsoft.Maui.Graphics": {
"target": "Package",
"version": "[7.0.59, )",
"version": "[7.0.81, )",
"autoReferenced": true
},
"Microsoft.Maui.Graphics.Win2D.WinUI.Desktop": {
"target": "Package",
"version": "[7.0.59, )",
"version": "[7.0.81, )",
"autoReferenced": true
},
"Microsoft.Windows.SDK.BuildTools": {
@ -382,11 +382,11 @@
"downloadDependencies": [
{
"name": "Microsoft.AspNetCore.App.Runtime.win-x64",
"version": "[7.0.4, 7.0.4]"
"version": "[7.0.5, 7.0.5]"
},
{
"name": "Microsoft.NETCore.App.Runtime.win-x64",
"version": "[7.0.4, 7.0.4]"
"version": "[7.0.5, 7.0.5]"
},
{
"name": "Microsoft.Windows.SDK.NET.Ref",
@ -394,7 +394,7 @@
},
{
"name": "Microsoft.WindowsDesktop.App.Runtime.win-x64",
"version": "[7.0.4, 7.0.4]"
"version": "[7.0.5, 7.0.5]"
}
],
"frameworkReferences": {
@ -414,7 +414,7 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.202\\RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.203\\RuntimeIdentifierGraph.json"
}
},
"runtimes": {

@ -213,7 +213,7 @@
"buildTransitive/net6.0/_._": {}
}
},
"Microsoft.Maui.Graphics/7.0.59": {
"Microsoft.Maui.Graphics/7.0.81": {
"type": "package",
"compile": {
"lib/net7.0-android33.0/Microsoft.Maui.Graphics.dll": {
@ -2167,7 +2167,7 @@
"buildTransitive/net6.0/_._": {}
}
},
"Microsoft.Maui.Graphics/7.0.59": {
"Microsoft.Maui.Graphics/7.0.81": {
"type": "package",
"compile": {
"lib/net7.0-android33.0/Microsoft.Maui.Graphics.dll": {
@ -4121,7 +4121,7 @@
"buildTransitive/net6.0/_._": {}
}
},
"Microsoft.Maui.Graphics/7.0.59": {
"Microsoft.Maui.Graphics/7.0.81": {
"type": "package",
"compile": {
"lib/net7.0-android33.0/Microsoft.Maui.Graphics.dll": {
@ -6075,7 +6075,7 @@
"buildTransitive/net6.0/_._": {}
}
},
"Microsoft.Maui.Graphics/7.0.59": {
"Microsoft.Maui.Graphics/7.0.81": {
"type": "package",
"compile": {
"lib/net7.0-android33.0/Microsoft.Maui.Graphics.dll": {
@ -8029,7 +8029,7 @@
"buildTransitive/net6.0/_._": {}
}
},
"Microsoft.Maui.Graphics/7.0.59": {
"Microsoft.Maui.Graphics/7.0.81": {
"type": "package",
"compile": {
"lib/net7.0-android33.0/Microsoft.Maui.Graphics.dll": {
@ -9983,7 +9983,7 @@
"buildTransitive/net6.0/_._": {}
}
},
"Microsoft.Maui.Graphics/7.0.59": {
"Microsoft.Maui.Graphics/7.0.81": {
"type": "package",
"compile": {
"lib/net7.0-android33.0/Microsoft.Maui.Graphics.dll": {
@ -11937,7 +11937,7 @@
"buildTransitive/net6.0/_._": {}
}
},
"Microsoft.Maui.Graphics/7.0.59": {
"Microsoft.Maui.Graphics/7.0.81": {
"type": "package",
"compile": {
"lib/net7.0-android33.0/Microsoft.Maui.Graphics.dll": {
@ -13891,7 +13891,7 @@
"buildTransitive/net6.0/_._": {}
}
},
"Microsoft.Maui.Graphics/7.0.59": {
"Microsoft.Maui.Graphics/7.0.81": {
"type": "package",
"compile": {
"lib/net7.0-android33.0/Microsoft.Maui.Graphics.dll": {
@ -15832,7 +15832,7 @@
"buildTransitive/net6.0/_._": {}
}
},
"Microsoft.Maui.Graphics/7.0.59": {
"Microsoft.Maui.Graphics/7.0.81": {
"type": "package",
"compile": {
"lib/net7.0-ios16.1/Microsoft.Maui.Graphics.dll": {
@ -16045,7 +16045,7 @@
"buildTransitive/net6.0/_._": {}
}
},
"Microsoft.Maui.Graphics/7.0.59": {
"Microsoft.Maui.Graphics/7.0.81": {
"type": "package",
"compile": {
"lib/net7.0-ios16.1/Microsoft.Maui.Graphics.dll": {
@ -16258,7 +16258,7 @@
"buildTransitive/net6.0/_._": {}
}
},
"Microsoft.Maui.Graphics/7.0.59": {
"Microsoft.Maui.Graphics/7.0.81": {
"type": "package",
"compile": {
"lib/net7.0-ios16.1/Microsoft.Maui.Graphics.dll": {
@ -16471,7 +16471,7 @@
"buildTransitive/net6.0/_._": {}
}
},
"Microsoft.Maui.Graphics/7.0.59": {
"Microsoft.Maui.Graphics/7.0.81": {
"type": "package",
"compile": {
"lib/net7.0-ios16.1/Microsoft.Maui.Graphics.dll": {
@ -16684,7 +16684,7 @@
"buildTransitive/net6.0/_._": {}
}
},
"Microsoft.Maui.Graphics/7.0.59": {
"Microsoft.Maui.Graphics/7.0.81": {
"type": "package",
"compile": {
"lib/net7.0-ios16.1/Microsoft.Maui.Graphics.dll": {
@ -16897,7 +16897,7 @@
"buildTransitive/net6.0/_._": {}
}
},
"Microsoft.Maui.Graphics/7.0.59": {
"Microsoft.Maui.Graphics/7.0.81": {
"type": "package",
"compile": {
"lib/net7.0-ios16.1/Microsoft.Maui.Graphics.dll": {
@ -17110,7 +17110,7 @@
"buildTransitive/net6.0/_._": {}
}
},
"Microsoft.Maui.Graphics/7.0.59": {
"Microsoft.Maui.Graphics/7.0.81": {
"type": "package",
"compile": {
"lib/net7.0-ios16.1/Microsoft.Maui.Graphics.dll": {
@ -17323,7 +17323,7 @@
"buildTransitive/net6.0/_._": {}
}
},
"Microsoft.Maui.Graphics/7.0.59": {
"Microsoft.Maui.Graphics/7.0.81": {
"type": "package",
"compile": {
"lib/net7.0-ios16.1/Microsoft.Maui.Graphics.dll": {
@ -17536,7 +17536,7 @@
"buildTransitive/net6.0/_._": {}
}
},
"Microsoft.Maui.Graphics/7.0.59": {
"Microsoft.Maui.Graphics/7.0.81": {
"type": "package",
"compile": {
"lib/net7.0-maccatalyst16.1/Microsoft.Maui.Graphics.dll": {
@ -17749,7 +17749,7 @@
"buildTransitive/net6.0/_._": {}
}
},
"Microsoft.Maui.Graphics/7.0.59": {
"Microsoft.Maui.Graphics/7.0.81": {
"type": "package",
"compile": {
"lib/net7.0-maccatalyst16.1/Microsoft.Maui.Graphics.dll": {
@ -17962,7 +17962,7 @@
"buildTransitive/net6.0/_._": {}
}
},
"Microsoft.Maui.Graphics/7.0.59": {
"Microsoft.Maui.Graphics/7.0.81": {
"type": "package",
"compile": {
"lib/net7.0-maccatalyst16.1/Microsoft.Maui.Graphics.dll": {
@ -18175,7 +18175,7 @@
"buildTransitive/net6.0/_._": {}
}
},
"Microsoft.Maui.Graphics/7.0.59": {
"Microsoft.Maui.Graphics/7.0.81": {
"type": "package",
"compile": {
"lib/net7.0-maccatalyst16.1/Microsoft.Maui.Graphics.dll": {
@ -18388,7 +18388,7 @@
"buildTransitive/net6.0/_._": {}
}
},
"Microsoft.Maui.Graphics/7.0.59": {
"Microsoft.Maui.Graphics/7.0.81": {
"type": "package",
"compile": {
"lib/net7.0-maccatalyst16.1/Microsoft.Maui.Graphics.dll": {
@ -18601,7 +18601,7 @@
"buildTransitive/net6.0/_._": {}
}
},
"Microsoft.Maui.Graphics/7.0.59": {
"Microsoft.Maui.Graphics/7.0.81": {
"type": "package",
"compile": {
"lib/net7.0-maccatalyst16.1/Microsoft.Maui.Graphics.dll": {
@ -18814,7 +18814,7 @@
"buildTransitive/net6.0/_._": {}
}
},
"Microsoft.Maui.Graphics/7.0.59": {
"Microsoft.Maui.Graphics/7.0.81": {
"type": "package",
"compile": {
"lib/net7.0-maccatalyst16.1/Microsoft.Maui.Graphics.dll": {
@ -19027,7 +19027,7 @@
"buildTransitive/net6.0/_._": {}
}
},
"Microsoft.Maui.Graphics/7.0.59": {
"Microsoft.Maui.Graphics/7.0.81": {
"type": "package",
"compile": {
"lib/net7.0-maccatalyst16.1/Microsoft.Maui.Graphics.dll": {
@ -19269,7 +19269,7 @@
}
}
},
"Microsoft.Maui.Graphics/7.0.59": {
"Microsoft.Maui.Graphics/7.0.81": {
"type": "package",
"compile": {
"lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.dll": {
@ -19282,11 +19282,11 @@
}
}
},
"Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.59": {
"Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.81": {
"type": "package",
"dependencies": {
"Microsoft.Graphics.Win2D": "1.0.4",
"Microsoft.Maui.Graphics": "7.0.59",
"Microsoft.Maui.Graphics": "7.0.81",
"Microsoft.WindowsAppSDK": "1.2.221209.1"
},
"compile": {
@ -19606,7 +19606,7 @@
"build/net5.0-windows10.0.17763.0/_._": {}
}
},
"Microsoft.Maui.Graphics/7.0.59": {
"Microsoft.Maui.Graphics/7.0.81": {
"type": "package",
"compile": {
"lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.dll": {
@ -19619,11 +19619,11 @@
}
}
},
"Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.59": {
"Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.81": {
"type": "package",
"dependencies": {
"Microsoft.Graphics.Win2D": "1.0.4",
"Microsoft.Maui.Graphics": "7.0.59",
"Microsoft.Maui.Graphics": "7.0.81",
"Microsoft.WindowsAppSDK": "1.2.221209.1"
},
"compile": {
@ -19929,7 +19929,7 @@
"build/net5.0-windows10.0.17763.0/_._": {}
}
},
"Microsoft.Maui.Graphics/7.0.59": {
"Microsoft.Maui.Graphics/7.0.81": {
"type": "package",
"compile": {
"lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.dll": {
@ -19942,11 +19942,11 @@
}
}
},
"Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.59": {
"Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.81": {
"type": "package",
"dependencies": {
"Microsoft.Graphics.Win2D": "1.0.4",
"Microsoft.Maui.Graphics": "7.0.59",
"Microsoft.Maui.Graphics": "7.0.81",
"Microsoft.WindowsAppSDK": "1.2.221209.1"
},
"compile": {
@ -20252,7 +20252,7 @@
"build/net5.0-windows10.0.17763.0/_._": {}
}
},
"Microsoft.Maui.Graphics/7.0.59": {
"Microsoft.Maui.Graphics/7.0.81": {
"type": "package",
"compile": {
"lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.dll": {
@ -20265,11 +20265,11 @@
}
}
},
"Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.59": {
"Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.81": {
"type": "package",
"dependencies": {
"Microsoft.Graphics.Win2D": "1.0.4",
"Microsoft.Maui.Graphics": "7.0.59",
"Microsoft.Maui.Graphics": "7.0.81",
"Microsoft.WindowsAppSDK": "1.2.221209.1"
},
"compile": {
@ -20575,7 +20575,7 @@
"build/net5.0-windows10.0.17763.0/_._": {}
}
},
"Microsoft.Maui.Graphics/7.0.59": {
"Microsoft.Maui.Graphics/7.0.81": {
"type": "package",
"compile": {
"lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.dll": {
@ -20588,11 +20588,11 @@
}
}
},
"Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.59": {
"Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.81": {
"type": "package",
"dependencies": {
"Microsoft.Graphics.Win2D": "1.0.4",
"Microsoft.Maui.Graphics": "7.0.59",
"Microsoft.Maui.Graphics": "7.0.81",
"Microsoft.WindowsAppSDK": "1.2.221209.1"
},
"compile": {
@ -20898,7 +20898,7 @@
"build/net5.0-windows10.0.17763.0/_._": {}
}
},
"Microsoft.Maui.Graphics/7.0.59": {
"Microsoft.Maui.Graphics/7.0.81": {
"type": "package",
"compile": {
"lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.dll": {
@ -20911,11 +20911,11 @@
}
}
},
"Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.59": {
"Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.81": {
"type": "package",
"dependencies": {
"Microsoft.Graphics.Win2D": "1.0.4",
"Microsoft.Maui.Graphics": "7.0.59",
"Microsoft.Maui.Graphics": "7.0.81",
"Microsoft.WindowsAppSDK": "1.2.221209.1"
},
"compile": {
@ -21221,7 +21221,7 @@
"build/net5.0-windows10.0.17763.0/_._": {}
}
},
"Microsoft.Maui.Graphics/7.0.59": {
"Microsoft.Maui.Graphics/7.0.81": {
"type": "package",
"compile": {
"lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.dll": {
@ -21234,11 +21234,11 @@
}
}
},
"Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.59": {
"Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.81": {
"type": "package",
"dependencies": {
"Microsoft.Graphics.Win2D": "1.0.4",
"Microsoft.Maui.Graphics": "7.0.59",
"Microsoft.Maui.Graphics": "7.0.81",
"Microsoft.WindowsAppSDK": "1.2.221209.1"
},
"compile": {
@ -21547,7 +21547,7 @@
"build/net5.0-windows10.0.17763.0/_._": {}
}
},
"Microsoft.Maui.Graphics/7.0.59": {
"Microsoft.Maui.Graphics/7.0.81": {
"type": "package",
"compile": {
"lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.dll": {
@ -21560,11 +21560,11 @@
}
}
},
"Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.59": {
"Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.81": {
"type": "package",
"dependencies": {
"Microsoft.Graphics.Win2D": "1.0.4",
"Microsoft.Maui.Graphics": "7.0.59",
"Microsoft.Maui.Graphics": "7.0.81",
"Microsoft.WindowsAppSDK": "1.2.221209.1"
},
"compile": {
@ -22058,10 +22058,10 @@
"runtimes/win10-x86/native/Microsoft.Graphics.Canvas.dll"
]
},
"Microsoft.Maui.Graphics/7.0.59": {
"sha512": "a5eOfzqeHeERBmQ6g3uU+p4GEwHtBXxQ1s58XIiHCMf/WGCn5HX9z17VLUz6qr2ELVf/BbZ9bFUzVef+kbxkvQ==",
"Microsoft.Maui.Graphics/7.0.81": {
"sha512": "VMKEIczKYpSN2eGvSv7p40vKhnIXGRXoWLohl2y6azGBMsQbW2GKMjbH4Qv/4zNhBepeGeXTWhtQGAShqSUqZQ==",
"type": "package",
"path": "microsoft.maui.graphics/7.0.59",
"path": "microsoft.maui.graphics/7.0.81",
"files": [
".nupkg.metadata",
".signature.p7s",
@ -22097,14 +22097,14 @@
"lib/netstandard2.1/Microsoft.Maui.Graphics.dll",
"lib/netstandard2.1/Microsoft.Maui.Graphics.pdb",
"lib/netstandard2.1/Microsoft.Maui.Graphics.xml",
"microsoft.maui.graphics.7.0.59.nupkg.sha512",
"microsoft.maui.graphics.7.0.81.nupkg.sha512",
"microsoft.maui.graphics.nuspec"
]
},
"Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.59": {
"sha512": "ExNm2DreudUpAESDCpmFqruINxrjgpNOl+80GjCp/yoFv6QX3exYBmrFZ2zWSb7RrvWJnBPN9SaOHbkpT2+x2A==",
"Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.81": {
"sha512": "29ihRZnbKwfo74E14ZU5futuYjyoQk/YeAjA1kfN6eMy/AlXqsBgTCe+iSkW/Tvr144c/Ne367pr0+ATY8Uzjg==",
"type": "package",
"path": "microsoft.maui.graphics.win2d.winui.desktop/7.0.59",
"path": "microsoft.maui.graphics.win2d.winui.desktop/7.0.81",
"files": [
".nupkg.metadata",
".signature.p7s",
@ -22114,7 +22114,7 @@
"lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.pdb",
"lib/net7.0-windows10.0.20348/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll",
"lib/net7.0-windows10.0.20348/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.pdb",
"microsoft.maui.graphics.win2d.winui.desktop.7.0.59.nupkg.sha512",
"microsoft.maui.graphics.win2d.winui.desktop.7.0.81.nupkg.sha512",
"microsoft.maui.graphics.win2d.winui.desktop.nuspec"
]
},
@ -24955,7 +24955,7 @@
"Microsoft.Extensions.Logging >= 7.0.0",
"Microsoft.Extensions.Logging.Abstractions >= 7.0.0",
"Microsoft.Extensions.Logging.Debug >= 7.0.0",
"Microsoft.Maui.Graphics >= 7.0.59",
"Microsoft.Maui.Graphics >= 7.0.81",
"Xamarin.Android.Glide >= 4.13.2.2",
"Xamarin.AndroidX.Browser >= 1.4.0.3",
"Xamarin.AndroidX.Legacy.Support.V4 >= 1.0.0.15",
@ -24975,7 +24975,7 @@
"Microsoft.Extensions.Logging >= 7.0.0",
"Microsoft.Extensions.Logging.Abstractions >= 7.0.0",
"Microsoft.Extensions.Logging.Debug >= 7.0.0",
"Microsoft.Maui.Graphics >= 7.0.59"
"Microsoft.Maui.Graphics >= 7.0.81"
],
"net7.0-maccatalyst16.1": [
"CommunityToolkit.Maui >= 5.0.0",
@ -24984,7 +24984,7 @@
"Microsoft.Extensions.Logging >= 7.0.0",
"Microsoft.Extensions.Logging.Abstractions >= 7.0.0",
"Microsoft.Extensions.Logging.Debug >= 7.0.0",
"Microsoft.Maui.Graphics >= 7.0.59"
"Microsoft.Maui.Graphics >= 7.0.81"
],
"net7.0-windows10.0.19041": [
"CommunityToolkit.Maui >= 5.0.0",
@ -24993,8 +24993,8 @@
"Microsoft.Extensions.Logging >= 7.0.0",
"Microsoft.Extensions.Logging.Abstractions >= 7.0.0",
"Microsoft.Extensions.Logging.Debug >= 7.0.0",
"Microsoft.Maui.Graphics >= 7.0.59",
"Microsoft.Maui.Graphics.Win2D.WinUI.Desktop >= 7.0.59",
"Microsoft.Maui.Graphics >= 7.0.81",
"Microsoft.Maui.Graphics.Win2D.WinUI.Desktop >= 7.0.81",
"Microsoft.Windows.SDK.BuildTools >= 10.0.22621.755",
"Microsoft.WindowsAppSDK >= 1.2.221209.1"
]
@ -25090,7 +25090,7 @@
},
"Microsoft.Maui.Graphics": {
"target": "Package",
"version": "[7.0.59, )",
"version": "[7.0.81, )",
"autoReferenced": true
},
"Xamarin.Android.Glide": {
@ -25177,7 +25177,7 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.202\\RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.203\\RuntimeIdentifierGraph.json"
},
"net7.0-ios16.1": {
"targetAlias": "net7.0-ios",
@ -25212,7 +25212,7 @@
},
"Microsoft.Maui.Graphics": {
"target": "Package",
"version": "[7.0.59, )",
"version": "[7.0.81, )",
"autoReferenced": true
}
},
@ -25244,7 +25244,7 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.202\\RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.203\\RuntimeIdentifierGraph.json"
},
"net7.0-maccatalyst16.1": {
"targetAlias": "net7.0-maccatalyst",
@ -25279,7 +25279,7 @@
},
"Microsoft.Maui.Graphics": {
"target": "Package",
"version": "[7.0.59, )",
"version": "[7.0.81, )",
"autoReferenced": true
}
},
@ -25312,7 +25312,7 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.202\\RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.203\\RuntimeIdentifierGraph.json"
},
"net7.0-windows10.0.19041": {
"targetAlias": "net7.0-windows10.0.19041.0",
@ -25347,12 +25347,12 @@
},
"Microsoft.Maui.Graphics": {
"target": "Package",
"version": "[7.0.59, )",
"version": "[7.0.81, )",
"autoReferenced": true
},
"Microsoft.Maui.Graphics.Win2D.WinUI.Desktop": {
"target": "Package",
"version": "[7.0.59, )",
"version": "[7.0.81, )",
"autoReferenced": true
},
"Microsoft.Windows.SDK.BuildTools": {
@ -25381,11 +25381,11 @@
"downloadDependencies": [
{
"name": "Microsoft.AspNetCore.App.Runtime.win-x64",
"version": "[7.0.4, 7.0.4]"
"version": "[7.0.5, 7.0.5]"
},
{
"name": "Microsoft.NETCore.App.Runtime.win-x64",
"version": "[7.0.4, 7.0.4]"
"version": "[7.0.5, 7.0.5]"
},
{
"name": "Microsoft.Windows.SDK.NET.Ref",
@ -25393,7 +25393,7 @@
},
{
"name": "Microsoft.WindowsDesktop.App.Runtime.win-x64",
"version": "[7.0.4, 7.0.4]"
"version": "[7.0.5, 7.0.5]"
}
],
"frameworkReferences": {
@ -25413,7 +25413,7 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.202\\RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.203\\RuntimeIdentifierGraph.json"
}
},
"runtimes": {

@ -1,6 +1,6 @@
{
"version": 2,
"dgSpecHash": "DakM85oOk98/1JymsumtRyp7fWQttz8skqxMk2Cxeb1Xp9Isr/ob/6fmAjdjgHdWOrLfpSPYy+iUXU3CsRxYZA==",
"dgSpecHash": "vMdiSc1+yYZdXqHO8vvS1Aw4ovTk9USRxvEIpx0dZVsodI8erEF3LkRbetynExN+6SXraNXLDCnd3LmsAqg4Pg==",
"success": true,
"projectFilePath": "C:\\Users\\remib\\OneDrive\\Bureau\\1A\\SAE2.01-IHM\\GameAtlas\\GameAtlas\\GameAtlas.csproj",
"expectedPackageFiles": [
@ -17,8 +17,8 @@
"C:\\Users\\remib\\.nuget\\packages\\microsoft.extensions.options\\7.0.0\\microsoft.extensions.options.7.0.0.nupkg.sha512",
"C:\\Users\\remib\\.nuget\\packages\\microsoft.extensions.primitives\\7.0.0\\microsoft.extensions.primitives.7.0.0.nupkg.sha512",
"C:\\Users\\remib\\.nuget\\packages\\microsoft.graphics.win2d\\1.0.4\\microsoft.graphics.win2d.1.0.4.nupkg.sha512",
"C:\\Users\\remib\\.nuget\\packages\\microsoft.maui.graphics\\7.0.59\\microsoft.maui.graphics.7.0.59.nupkg.sha512",
"C:\\Users\\remib\\.nuget\\packages\\microsoft.maui.graphics.win2d.winui.desktop\\7.0.59\\microsoft.maui.graphics.win2d.winui.desktop.7.0.59.nupkg.sha512",
"C:\\Users\\remib\\.nuget\\packages\\microsoft.maui.graphics\\7.0.81\\microsoft.maui.graphics.7.0.81.nupkg.sha512",
"C:\\Users\\remib\\.nuget\\packages\\microsoft.maui.graphics.win2d.winui.desktop\\7.0.81\\microsoft.maui.graphics.win2d.winui.desktop.7.0.81.nupkg.sha512",
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages\\microsoft.windows.sdk.buildtools\\10.0.22621.755\\microsoft.windows.sdk.buildtools.10.0.22621.755.nupkg.sha512",
"C:\\Users\\remib\\.nuget\\packages\\microsoft.windowsappsdk\\1.2.221209.1\\microsoft.windowsappsdk.1.2.221209.1.nupkg.sha512",
"C:\\Users\\remib\\.nuget\\packages\\xamarin.android.glide\\4.13.2.2\\xamarin.android.glide.4.13.2.2.nupkg.sha512",
@ -103,9 +103,9 @@
"C:\\Users\\remib\\.nuget\\packages\\xamarin.kotlinx.coroutines.android\\1.6.4.1\\xamarin.kotlinx.coroutines.android.1.6.4.1.nupkg.sha512",
"C:\\Users\\remib\\.nuget\\packages\\xamarin.kotlinx.coroutines.core.jvm\\1.6.4.1\\xamarin.kotlinx.coroutines.core.jvm.1.6.4.1.nupkg.sha512",
"C:\\Users\\remib\\.nuget\\packages\\microsoft.windows.sdk.net.ref\\10.0.19041.28\\microsoft.windows.sdk.net.ref.10.0.19041.28.nupkg.sha512",
"C:\\Users\\remib\\.nuget\\packages\\microsoft.aspnetcore.app.runtime.win-x64\\7.0.4\\microsoft.aspnetcore.app.runtime.win-x64.7.0.4.nupkg.sha512",
"C:\\Users\\remib\\.nuget\\packages\\microsoft.windowsdesktop.app.runtime.win-x64\\7.0.4\\microsoft.windowsdesktop.app.runtime.win-x64.7.0.4.nupkg.sha512",
"C:\\Users\\remib\\.nuget\\packages\\microsoft.netcore.app.runtime.win-x64\\7.0.4\\microsoft.netcore.app.runtime.win-x64.7.0.4.nupkg.sha512"
"C:\\Users\\remib\\.nuget\\packages\\microsoft.aspnetcore.app.runtime.win-x64\\7.0.5\\microsoft.aspnetcore.app.runtime.win-x64.7.0.5.nupkg.sha512",
"C:\\Users\\remib\\.nuget\\packages\\microsoft.windowsdesktop.app.runtime.win-x64\\7.0.5\\microsoft.windowsdesktop.app.runtime.win-x64.7.0.5.nupkg.sha512",
"C:\\Users\\remib\\.nuget\\packages\\microsoft.netcore.app.runtime.win-x64\\7.0.5\\microsoft.netcore.app.runtime.win-x64.7.0.5.nupkg.sha512"
],
"logs": []
}
Loading…
Cancel
Save