Version update test

This commit is contained in:
6d486f49
2025-11-15 14:52:05 -05:00
parent fe1a583da9
commit a339b67380
142 changed files with 120501 additions and 14 deletions
+8 -8
View File
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<ServiceWorkerAssetsManifest>service-worker-assets.js</ServiceWorkerAssetsManifest>
<LangVersion>12</LangVersion>
<LangVersion>14</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
@@ -21,12 +21,12 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Blazor-Analytics" Version="3.11.0"/>
<PackageReference Include="Markdig" Version="0.30.3"/>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.14"/>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.14"/>
<PackageReference Include="Microsoft.Extensions.Localization" Version="8.0.14"/>
<PackageReference Include="MudBlazor" Version="8.5.1"/>
<PackageReference Include="Blazor-Analytics" Version="4.0.0" />
<PackageReference Include="Markdig" Version="0.43.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="10.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="10.0.0" />
<PackageReference Include="Microsoft.Extensions.Localization" Version="10.0.0" />
<PackageReference Include="MudBlazor" Version="8.14.0" />
</ItemGroup>
<ItemGroup>
+14 -2
View File
@@ -1,7 +1,7 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
# Visual Studio Version 18
VisualStudioVersion = 18.0.11205.157 d18.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IGP", "IGP.csproj", "{172D35E4-8E7B-40D1-96D6-BE2A2043CFCA}"
EndProject
@@ -13,6 +13,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Services", "..\Services\Ser
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestAutomation", "..\TestAutomation\TestAutomation.csproj", "{8B49D038-D013-460D-9C4F-817CAFFEB06F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pyre", "..\Pyre\Pyre\Pyre.csproj", "{DFB453C5-6ADC-4474-9C8C-E9C9B8D977A5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pyre.Client", "..\Pyre\Pyre.Client\Pyre.Client.csproj", "{5AD4303E-6166-417F-BE8B-59081C0F627B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -39,6 +43,14 @@ Global
{8B49D038-D013-460D-9C4F-817CAFFEB06F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B49D038-D013-460D-9C4F-817CAFFEB06F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B49D038-D013-460D-9C4F-817CAFFEB06F}.Release|Any CPU.Build.0 = Release|Any CPU
{DFB453C5-6ADC-4474-9C8C-E9C9B8D977A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFB453C5-6ADC-4474-9C8C-E9C9B8D977A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFB453C5-6ADC-4474-9C8C-E9C9B8D977A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFB453C5-6ADC-4474-9C8C-E9C9B8D977A5}.Release|Any CPU.Build.0 = Release|Any CPU
{5AD4303E-6166-417F-BE8B-59081C0F627B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5AD4303E-6166-417F-BE8B-59081C0F627B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5AD4303E-6166-417F-BE8B-59081C0F627B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5AD4303E-6166-417F-BE8B-59081C0F627B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE