Skip to content

Commit

Permalink
revert-IG-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
HUSSAR-mtrela committed May 24, 2024
1 parent 580d533 commit 7a4d972
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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.218'
igVersion: '23.2.204'
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.218'
igVersion: '23.2.204'
igNuGetFeedUrl: $(IG_Nuget_Feed_URL)
projectToBuild: Server
isVerbose: ${{ parameters.isVerbose }}
6 changes: 3 additions & 3 deletions browser/IgBlazorSamples.Client/IgBlazorSamples.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
<!-- End NPM Updates -->

<ItemGroup>
<PackageReference Include="IgniteUI.Blazor.Documents.Core" Version="23.2.218" />
<PackageReference Include="IgniteUI.Blazor.Documents.Excel" Version="23.2.218" />
<PackageReference Include="IgniteUI.Blazor" Version="23.2.218" />
<PackageReference Include="IgniteUI.Blazor.Documents.Core" Version="23.2.204" />
<PackageReference Include="IgniteUI.Blazor.Documents.Excel" Version="23.2.204" />
<PackageReference Include="IgniteUI.Blazor" Version="23.2.204" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.0" />
Expand Down
6 changes: 3 additions & 3 deletions browser/IgBlazorSamples.Server/IgBlazorSamples.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="IgniteUI.Blazor" Version="23.2.218" />
<PackageReference Include="IgniteUI.Blazor.Documents.Core" Version="23.2.218" />
<PackageReference Include="IgniteUI.Blazor.Documents.Excel" Version="23.2.218" />
<PackageReference Include="IgniteUI.Blazor" Version="23.2.204" />
<PackageReference Include="IgniteUI.Blazor.Documents.Core" Version="23.2.204" />
<PackageReference Include="IgniteUI.Blazor.Documents.Excel" Version="23.2.204" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.0" />
<PackageReference Include="System.Net.Http.Json" Version="8.0.0" />
Expand Down
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.218" />
<PackageReference Include="IgniteUI.Blazor" Version="23.2.204" />
<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.218" />
<PackageReference Include="IgniteUI.Blazor" Version="23.2.204" />
<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 7a4d972

Please sign in to comment.