-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ksqlDB.RestApi.Client]: upgraded Blazor sample
- Loading branch information
1 parent
9eabbfd
commit 95bed06
Showing
4 changed files
with
39 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,27 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
</PropertyGroup> | ||
|
||
<ItemGroup Label="EF and configuration Nugets for SqlServer.Connector tests"> | ||
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="8.0.0" /> | ||
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0" /> | ||
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="9.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="9.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Logging" Version="9.0.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Label="Unit testing Nugets"> | ||
<PackageVersion Include="FluentAssertions" Version="6.12.0" /> | ||
<PackageVersion Include="Microsoft.Reactive.Testing" Version="6.0.0" /> | ||
<PackageVersion Include="Moq" Version="4.20.70" /> | ||
<PackageVersion Include="NUnit" Version="4.1.0" /> | ||
<PackageVersion Include="NUnit3TestAdapter" Version="4.6.0" /> | ||
<PackageVersion Include="Ninject.MockingKernel.Moq" Version="3.3.0" /> | ||
<PackageVersion Include="Joker" Version="2.0.0" /> | ||
</ItemGroup> | ||
</Project> | ||
<PropertyGroup> | ||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
</PropertyGroup> | ||
<ItemGroup Label="EF and configuration Nugets for SqlServer.Connector tests"> | ||
<PackageVersion Include="Azure.Identity" Version="1.11.4" /> | ||
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="8.0.0" /> | ||
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0" /> | ||
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="8.0.1" /> | ||
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="9.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="9.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Logging" Version="9.0.0" /> | ||
<PackageVersion Include="System.Formats.Asn1" Version="8.0.1" /> | ||
<PackageVersion Include="System.Text.Json" Version="9.0.0" /> | ||
</ItemGroup> | ||
<ItemGroup Label="Unit testing Nugets"> | ||
<PackageVersion Include="FluentAssertions" Version="6.12.0" /> | ||
<PackageVersion Include="Microsoft.Reactive.Testing" Version="6.0.0" /> | ||
<PackageVersion Include="Moq" Version="4.20.70" /> | ||
<PackageVersion Include="NUnit" Version="4.1.0" /> | ||
<PackageVersion Include="NUnit3TestAdapter" Version="4.6.0" /> | ||
<PackageVersion Include="Ninject.MockingKernel.Moq" Version="3.3.0" /> | ||
<PackageVersion Include="Joker" Version="2.0.0" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters