generated from Integry/Template_NetMauiBlazorHybrid
Fix build ios
This commit is contained in:
@@ -1,4 +1,17 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<linker>
|
<linker>
|
||||||
<assembly fullname="salesbook.Shared" preserve="all" />
|
<assembly fullname="salesbook.Shared" preserve="all" />
|
||||||
|
|
||||||
|
<assembly fullname="System.Private.CoreLib">
|
||||||
|
<type fullname="System.Runtime.InteropServices.SafeHandle" preserve="all" />
|
||||||
|
<type fullname="System.IO.FileStream" preserve="all" />
|
||||||
|
</assembly>
|
||||||
|
|
||||||
|
<assembly fullname="SourceGear.sqlite3" preserve="all"/>
|
||||||
|
<assembly fullname="sqlite-net-e" preserve="all"/>
|
||||||
|
|
||||||
|
<assembly fullname="Sentry.Maui" preserve="all"/>
|
||||||
|
<assembly fullname="Shiny.Hosting.Maui" preserve="all"/>
|
||||||
|
<assembly fullname="Shiny.Notifications" preserve="all"/>
|
||||||
|
<assembly fullname="Shiny.Push" preserve="all"/>
|
||||||
</linker>
|
</linker>
|
||||||
@@ -104,6 +104,9 @@ namespace salesbook.Maui
|
|||||||
builder.Services.AddSingleton<INetworkService, NetworkService>();
|
builder.Services.AddSingleton<INetworkService, NetworkService>();
|
||||||
builder.Services.AddSingleton<LocalDbService>();
|
builder.Services.AddSingleton<LocalDbService>();
|
||||||
|
|
||||||
|
_ = typeof(System.Runtime.InteropServices.SafeHandle);
|
||||||
|
_ = typeof(System.IO.FileStream);
|
||||||
|
|
||||||
return builder;
|
return builder;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -36,8 +36,11 @@
|
|||||||
<true/>
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
|
|
||||||
|
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
|
||||||
|
<string>Questa app utilizza la tua posizione per migliorare alcune funzionalità basate sulla localizzazione.</string>
|
||||||
|
|
||||||
<key>NSLocationWhenInUseUsageDescription</key>
|
<key>NSLocationWhenInUseUsageDescription</key>
|
||||||
<string>L'app utilizza la tua posizione per allegarla alle attività.</string>
|
<string>Questa app utilizza la tua posizione solo mentre è in uso per allegarla alle attività.</string>
|
||||||
|
|
||||||
<key>NSCameraUsageDescription</key>
|
<key>NSCameraUsageDescription</key>
|
||||||
<string>Questa app necessita di accedere alla fotocamera per scattare foto.</string>
|
<string>Questa app necessita di accedere alla fotocamera per scattare foto.</string>
|
||||||
|
|||||||
@@ -1,110 +1,48 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
<plist version="1.0">
|
||||||
<plist version="1.0">
|
|
||||||
<dict>
|
<dict>
|
||||||
|
<!-- Elenco dei dati raccolti -->
|
||||||
|
<key>NSPrivacyCollectedDataTypes</key>
|
||||||
|
<array>
|
||||||
|
<dict>
|
||||||
|
<key>NSPrivacyCollectedDataType</key>
|
||||||
|
<string>NSPrivacyCollectedDataTypeUserID</string>
|
||||||
|
<key>NSPrivacyCollectedDataTypeLinkedToUser</key>
|
||||||
|
<true/>
|
||||||
|
<key>NSPrivacyCollectedDataTypeTracking</key>
|
||||||
|
<false/>
|
||||||
|
</dict>
|
||||||
|
</array>
|
||||||
|
|
||||||
|
<!-- API che accedono a dati sensibili -->
|
||||||
<key>NSPrivacyAccessedAPITypes</key>
|
<key>NSPrivacyAccessedAPITypes</key>
|
||||||
<array>
|
<array>
|
||||||
<dict>
|
<dict>
|
||||||
<key>NSPrivacyAccessedAPIType</key>
|
<key>NSPrivacyAccessedAPIType</key>
|
||||||
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
|
<string>NSPrivacyAccessedAPITypeCamera</string>
|
||||||
<key>NSPrivacyAccessedAPITypeReasons</key>
|
<key>NSPrivacyAccessedAPITypeReasons</key>
|
||||||
<array>
|
<array>
|
||||||
<string>C617.1</string>
|
<string>CAMeraCapture</string>
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
<dict>
|
<dict>
|
||||||
<key>NSPrivacyAccessedAPIType</key>
|
<key>NSPrivacyAccessedAPIType</key>
|
||||||
<string>NSPrivacyAccessedAPICategorySystemBootTime</string>
|
<string>NSPrivacyAccessedAPITypePhotoLibrary</string>
|
||||||
<key>NSPrivacyAccessedAPITypeReasons</key>
|
<key>NSPrivacyAccessedAPITypeReasons</key>
|
||||||
<array>
|
<array>
|
||||||
<string>35F9.1</string>
|
<string>PHOTOLibraryAdd</string>
|
||||||
</array>
|
<string>PHOTOLibraryRead</string>
|
||||||
</dict>
|
|
||||||
<dict>
|
|
||||||
<key>NSPrivacyAccessedAPIType</key>
|
|
||||||
<string>NSPrivacyAccessedAPICategoryDiskSpace</string>
|
|
||||||
<key>NSPrivacyAccessedAPITypeReasons</key>
|
|
||||||
<array>
|
|
||||||
<string>E174.1</string>
|
|
||||||
</array>
|
|
||||||
</dict>
|
|
||||||
<dict>
|
|
||||||
<key>NSPrivacyAccessedAPIType</key>
|
|
||||||
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
|
|
||||||
<key>NSPrivacyAccessedAPITypeReasons</key>
|
|
||||||
<array>
|
|
||||||
<string>CA92.1</string>
|
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
<key>NSPrivacyCollectedDataTypes</key>
|
|
||||||
<array>
|
|
||||||
<!--user info-->
|
|
||||||
<dict>
|
|
||||||
<key>NSPrivacyCollectedDataTypeUserID</key>
|
|
||||||
<string>NSPrivacyCollectedDataTypeLocation</string>
|
|
||||||
<key>NSPrivacyCollectedDataTypeLinked</key>
|
|
||||||
<true />
|
|
||||||
<key>NSPrivacyCollectedDataTypeTracking</key>
|
|
||||||
<false />
|
|
||||||
<key>NSPrivacyCollectedDataTypePurposes</key>
|
|
||||||
<array>
|
|
||||||
<string>NSPrivacyCollectedDataTypePurposeAppFunctionality</string>
|
|
||||||
</array>
|
|
||||||
</dict>
|
|
||||||
<dict>
|
|
||||||
<key>NSPrivacyCollectedDataTypeEmailAddress</key>
|
|
||||||
<string>NSPrivacyCollectedDataTypeLocation</string>
|
|
||||||
<key>NSPrivacyCollectedDataTypeLinked</key>
|
|
||||||
<true />
|
|
||||||
<key>NSPrivacyCollectedDataTypeTracking</key>
|
|
||||||
<false />
|
|
||||||
<key>NSPrivacyCollectedDataTypePurposes</key>
|
|
||||||
<array>
|
|
||||||
<string>NSPrivacyCollectedDataTypePurposeAppFunctionality</string>
|
|
||||||
</array>
|
|
||||||
</dict>
|
|
||||||
<dict>
|
|
||||||
<key>NSPrivacyCollectedDataTypePhoneNumber</key>
|
|
||||||
<string>NSPrivacyCollectedDataTypeLocation</string>
|
|
||||||
<key>NSPrivacyCollectedDataTypeLinked</key>
|
|
||||||
<true />
|
|
||||||
<key>NSPrivacyCollectedDataTypeTracking</key>
|
|
||||||
<false />
|
|
||||||
<key>NSPrivacyCollectedDataTypePurposes</key>
|
|
||||||
<array>
|
|
||||||
<string>NSPrivacyCollectedDataTypePurposeAppFunctionality</string>
|
|
||||||
</array>
|
|
||||||
</dict>
|
|
||||||
|
|
||||||
<!--crashlytics/analytics-->
|
<!-- Versione e autore -->
|
||||||
<dict>
|
<key>NSPrivacyTracking</key>
|
||||||
<key>NSPrivacyCollectedDataType</key>
|
<false/>
|
||||||
<string>NSPrivacyCollectedDataTypeOtherDiagnosticData</string>
|
<key>NSPrivacyTrackingDomains</key>
|
||||||
<key>NSPrivacyCollectedDataTypeLinked</key>
|
<array/>
|
||||||
<false />
|
<key>NSPrivacyCustomPurposeDescription</key>
|
||||||
<key>NSPrivacyCollectedDataTypeTracking</key>
|
<dict/>
|
||||||
<false />
|
|
||||||
<key>NSPrivacyCollectedDataTypePurposes</key>
|
|
||||||
<array>
|
|
||||||
<string>NSPrivacyCollectedDataTypePurposeAppFunctionality</string>
|
|
||||||
</array>
|
|
||||||
</dict>
|
</dict>
|
||||||
<dict>
|
</plist>
|
||||||
<key>NSPrivacyCollectedDataType</key>
|
|
||||||
<string>NSPrivacyCollectedDataTypeCrashData</string>
|
|
||||||
<key>NSPrivacyCollectedDataTypeLinked</key>
|
|
||||||
<true />
|
|
||||||
<key>NSPrivacyCollectedDataTypeTracking</key>
|
|
||||||
<false />
|
|
||||||
<key>NSPrivacyCollectedDataTypePurposes</key>
|
|
||||||
<array>
|
|
||||||
<string>NSPrivacyCollectedDataTypePurposeAppFunctionality</string>
|
|
||||||
</array>
|
|
||||||
</dict>
|
|
||||||
|
|
||||||
</array>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1,8 @@
|
|||||||
<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 230 230" width="230" height="230"><style>.a{fill:#dff2ff}</style><path fill-rule="evenodd" class="a" d="m230 0v230h-230v-230z"/></svg>
|
<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 456 456" width="456" height="456">
|
||||||
|
<defs>
|
||||||
|
<image width="456" height="456" id="img1" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcgAAAHIAQMAAADwb+ipAAAAAXNSR0IB2cksfwAAAANQTFRF3/L/KicjZQAAAGhJREFUeJztyzENAAAMA6DVv+l5aHrCT64V0zRN0zRN0zRN0zRN0zRN0zRN0zRN0zRN0zRN0zRN0zRN0zRN0zRN0zRN0zRN0zRN0zRN0zRN0zRN0zRN0zRN0zRN0zRN0zRN0zRN05zNB6OcAcm2KNubAAAAAElFTkSuQmCC"/>
|
||||||
|
</defs>
|
||||||
|
<style>
|
||||||
|
</style>
|
||||||
|
<use id="Background" href="#img1" x="0" y="0"/>
|
||||||
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 201 B After Width: | Height: | Size: 522 B |
@@ -1 +1,10 @@
|
|||||||
<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 230 230" width="230" height="230"><style>.a{fill:none;stroke:#002339;stroke-linecap:round;stroke-linejoin:round;stroke-width:16}.b{fill:none;stroke:#00a0de;stroke-linecap:round;stroke-linejoin:round;stroke-width:16}</style><path fill-rule="evenodd" class="a" d="m119.9 71.4h34.4c20.3 0 36.8 16.5 36.8 36.9v28.3c0 20.4-16.5 36.9-36.8 36.9h-5.1l0.1 32.2-34.7-32.2h-72.2"/><path fill-rule="evenodd" class="b" d="m117.3 24l-77.1 47.4v102.1l77.1-47.4v-102.1z"/></svg>
|
<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" width="1024" height="1024">
|
||||||
|
<defs>
|
||||||
|
<image width="920" height="920" id="img1" href="data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDIzMCAyMzAiIHdpZHRoPSIyMzAiIGhlaWdodD0iMjMwIj48c3R5bGU+LmF7ZmlsbDpub25lO3N0cm9rZTojMDAyMzM5O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2Utd2lkdGg6MTZ9LmJ7ZmlsbDpub25lO3N0cm9rZTojMDBhMGRlO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2Utd2lkdGg6MTZ9PC9zdHlsZT48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsYXNzPSJhIiBkPSJtMTE5LjkgNzEuNGgzNC40YzIwLjMgMCAzNi44IDE2LjUgMzYuOCAzNi45djI4LjNjMCAyMC40LTE2LjUgMzYuOS0zNi44IDM2LjloLTUuMWwwLjEgMzIuMi0zNC43LTMyLjJoLTcyLjIiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsYXNzPSJiIiBkPSJtMTE3LjMgMjRsLTc3LjEgNDcuNHYxMDIuMWw3Ny4xLTQ3LjR2LTEwMi4xeiIvPjwvc3ZnPg=="/>
|
||||||
|
</defs>
|
||||||
|
<style>
|
||||||
|
</style>
|
||||||
|
<g>
|
||||||
|
<use id="appiconfg" href="#img1" transform="matrix(1.113,0,0,1.113,0,0)"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 529 B After Width: | Height: | Size: 1.0 KiB |
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
<!-- Versions -->
|
<!-- Versions -->
|
||||||
<ApplicationDisplayVersion>2.0.3</ApplicationDisplayVersion>
|
<ApplicationDisplayVersion>2.0.3</ApplicationDisplayVersion>
|
||||||
<ApplicationVersion>10</ApplicationVersion>
|
<ApplicationVersion>13</ApplicationVersion>
|
||||||
|
|
||||||
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">14.2</SupportedOSPlatformVersion>
|
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">14.2</SupportedOSPlatformVersion>
|
||||||
<!--<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">
|
<!--<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">
|
||||||
@@ -78,8 +78,8 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Condition="'$(TargetFramework)'=='net9.0-ios'">
|
<PropertyGroup Condition="'$(TargetFramework)'=='net9.0-ios'">
|
||||||
<CodesignKey>Apple Development: Created via API (5B7B69P4JY)</CodesignKey>
|
<CodesignKey>Apple Distribution: Integry S.r.l. (UNP26J4R89)</CodesignKey>
|
||||||
<CodesignProvision>VS: it.integry.salesbook Development</CodesignProvision>
|
<CodesignProvision>salesbook</CodesignProvision>
|
||||||
<ProvisioningType>manual</ProvisioningType>
|
<ProvisioningType>manual</ProvisioningType>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
@@ -114,6 +114,14 @@
|
|||||||
<RunAOTCompilation>true</RunAOTCompilation>
|
<RunAOTCompilation>true</RunAOTCompilation>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<PropertyGroup Condition="'$(TargetFramework)'=='net9.0-ios' and '$(Configuration)'=='Release'">
|
||||||
|
<UseInterpreter>true</UseInterpreter>
|
||||||
|
<RunAOTCompilation>true</RunAOTCompilation>
|
||||||
|
<PublishTrimmed>true</PublishTrimmed>
|
||||||
|
<PublishAot>true</PublishAot>
|
||||||
|
<MonoAotMode>Hybrid</MonoAotMode>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<TrimmerRootAssembly Include="salesbook.Shared" RootMode="All" />
|
<TrimmerRootAssembly Include="salesbook.Shared" RootMode="All" />
|
||||||
<TrimmerRootDescriptor Include="ILLink.Descriptors.xml" />
|
<TrimmerRootDescriptor Include="ILLink.Descriptors.xml" />
|
||||||
@@ -147,13 +155,13 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="CommunityToolkit.Maui" Version="12.2.0" />
|
<PackageReference Include="CommunityToolkit.Maui" Version="12.2.0" />
|
||||||
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
|
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
|
||||||
<PackageReference Include="IntegryApiClient.MAUI" Version="1.2.1" />
|
<PackageReference Include="IntegryApiClient.MAUI" Version="1.2.2" />
|
||||||
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.9" />
|
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.10" />
|
||||||
<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.110" />
|
<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.120" />
|
||||||
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.110" />
|
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.120" />
|
||||||
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="9.0.110" />
|
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="9.0.120" />
|
||||||
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.9" />
|
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.10" />
|
||||||
<PackageReference Include="Sentry.Maui" Version="5.15.1" />
|
<PackageReference Include="Sentry.Maui" Version="5.16.1" />
|
||||||
<PackageReference Include="Shiny.Hosting.Maui" Version="3.3.4" />
|
<PackageReference Include="Shiny.Hosting.Maui" Version="3.3.4" />
|
||||||
<PackageReference Include="Shiny.Notifications" Version="3.3.4" />
|
<PackageReference Include="Shiny.Notifications" Version="3.3.4" />
|
||||||
<PackageReference Include="Shiny.Push" Version="3.3.4" />
|
<PackageReference Include="Shiny.Push" Version="3.3.4" />
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk.Razor">
|
<Project Sdk="Microsoft.NET.Sdk.Razor">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net9.0</TargetFramework>
|
<TargetFramework>net9.0</TargetFramework>
|
||||||
@@ -24,14 +24,14 @@
|
|||||||
<PackageReference Include="AutoMapper" Version="14.0.0" />
|
<PackageReference Include="AutoMapper" Version="14.0.0" />
|
||||||
<PackageReference Include="CodeBeam.MudBlazor.Extensions" Version="8.2.4" />
|
<PackageReference Include="CodeBeam.MudBlazor.Extensions" Version="8.2.4" />
|
||||||
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
|
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
|
||||||
<PackageReference Include="IntegryApiClient.Core" Version="1.2.1" />
|
<PackageReference Include="IntegryApiClient.Core" Version="1.2.2" />
|
||||||
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="9.0.9" />
|
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="9.0.10" />
|
||||||
<PackageReference Include="Microsoft.Maui.Essentials" Version="9.0.110" />
|
<PackageReference Include="Microsoft.Maui.Essentials" Version="9.0.120" />
|
||||||
<PackageReference Include="SourceGear.sqlite3" Version="3.50.4.2" />
|
<PackageReference Include="SourceGear.sqlite3" Version="3.50.4.2" />
|
||||||
<PackageReference Include="sqlite-net-e" Version="1.10.0-beta2" />
|
<PackageReference Include="sqlite-net-e" Version="1.10.0-beta2" />
|
||||||
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.14.0" />
|
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.14.0" />
|
||||||
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="9.0.9" />
|
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="9.0.10" />
|
||||||
<PackageReference Include="MudBlazor" Version="8.12.0" />
|
<PackageReference Include="MudBlazor" Version="8.13.0" />
|
||||||
<PackageReference Include="MudBlazor.ThemeManager" Version="3.0.0" />
|
<PackageReference Include="MudBlazor.ThemeManager" Version="3.0.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
|||||||
@@ -16,10 +16,10 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="IntegryApiClient.Blazor" Version="1.2.1" />
|
<PackageReference Include="IntegryApiClient.Blazor" Version="1.2.2" />
|
||||||
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="9.0.9" />
|
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="9.0.10" />
|
||||||
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.9" />
|
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.10" />
|
||||||
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="9.0.9" />
|
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="9.0.10" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user