Skip to content

Commit

Permalink
Merge pull request #715 from IgniteUI/mdd-update-218-misc
Browse files Browse the repository at this point in the history
mdd-update-218-misc
  • Loading branch information
HUSSAR-mtrela authored May 23, 2024
2 parents 6a6b256 + c8bc9e2 commit 580d533
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines/build-pipeline-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ stages:

- template: templates/build-steps-template.yml
parameters:
igVersion: '23.2.204'
igVersion: '23.2.218'
igNuGetFeedUrl: $(IG_Nuget_Feed_URL)
projectToBuild: Client
isVerbose: ${{ parameters.isVerbose }}
2 changes: 1 addition & 1 deletion azure-pipelines/build-pipeline-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ stages:

- template: templates/build-steps-template.yml
parameters:
igVersion: '23.2.204'
igVersion: '23.2.218'
igNuGetFeedUrl: $(IG_Nuget_Feed_URL)
projectToBuild: Server
isVerbose: ${{ parameters.isVerbose }}
2 changes: 1 addition & 1 deletion templates/BlazorClientApp/BlazorClientApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="IgniteUI.Blazor" Version="23.2.204" />
<PackageReference Include="IgniteUI.Blazor" Version="23.2.218" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="3.2.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Build" Version="3.2.1" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="3.2.1" PrivateAssets="all" />
Expand Down
2 changes: 1 addition & 1 deletion templates/sample/BlazorClientApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="IgniteUI.Blazor" Version="23.2.204" />
<PackageReference Include="IgniteUI.Blazor" Version="23.2.218" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="3.2.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Build" Version="3.2.1" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="3.2.1" PrivateAssets="all" />
Expand Down

0 comments on commit 580d533

Please sign in to comment.