generated from Kentico/repo-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updating APIs, removing obsolete API usage, fixing build warnings (#14)
* upgrade xbk version, remove build warnings * Setting ui page's icons with setter * upgrade 30.0.0
- Loading branch information
1 parent
9320972
commit aadd876
Showing
43 changed files
with
5,133 additions
and
5,200 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,25 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
<CentralPackageVersionOverrideEnabled>false</CentralPackageVersionOverrideEnabled> | ||
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile> | ||
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageVersion Include="Kentico.Xperience.Admin" Version="28.0.0" /> | ||
<PackageVersion Include="Kentico.Xperience.WebApp" Version="28.0.0" /> | ||
<PackageVersion Include="kentico.xperience.azurestorage" Version="28.0.0" /> | ||
<PackageVersion Include="kentico.xperience.imageprocessing" Version="28.0.0" /> | ||
<PackageVersion Include="Kentico.Xperience.Core" Version="28.0.0" /> | ||
<PackageVersion Include="SonarAnalyzer.CSharp" Version="9.17.0.82934" /> | ||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.8.0" /> | ||
<PackageVersion Include="NUnit" Version="4.0.1" /> | ||
<PackageVersion Include="NUnit3TestAdapter" Version="4.5.0" /> | ||
<PackageVersion Include="NUnit.Analyzers" Version="4.0.0" /> | ||
<PackageVersion Include="coverlet.collector" Version="6.0.0" /> | ||
<PackageVersion Include="Microsoft.PowerPlatform.Dataverse.Client" Version="1.1.17" /> | ||
<PackageVersion Include="Duende.AccessTokenManagement.OpenIdConnect" Version="2.1.0" /> | ||
<PackageVersion Include="IdentityModel" Version="6.2.0" /> | ||
<PackageVersion Include="NSwag.ApiDescription.Client" Version="[13.20.0, 14.0.0)" /> | ||
</ItemGroup> | ||
<Project> | ||
<PropertyGroup> | ||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
<CentralPackageVersionOverrideEnabled>false</CentralPackageVersionOverrideEnabled> | ||
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile> | ||
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageVersion Include="Kentico.Xperience.Admin" Version="30.0.0" /> | ||
<PackageVersion Include="Kentico.Xperience.WebApp" Version="30.0.0" /> | ||
<PackageVersion Include="kentico.xperience.azurestorage" Version="30.0.0" /> | ||
<PackageVersion Include="kentico.xperience.imageprocessing" Version="30.0.0" /> | ||
<PackageVersion Include="Kentico.Xperience.Core" Version="30.0.0" /> | ||
<PackageVersion Include="SonarAnalyzer.CSharp" Version="9.32.0.97167" /> | ||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" /> | ||
<PackageVersion Include="NUnit" Version="4.2.2" /> | ||
<PackageVersion Include="NUnit3TestAdapter" Version="4.6.0" /> | ||
<PackageVersion Include="NUnit.Analyzers" Version="4.4.0" /> | ||
<PackageVersion Include="coverlet.collector" Version="6.0.2" /> | ||
<PackageVersion Include="Microsoft.PowerPlatform.Dataverse.Client" Version="1.2.2" /> | ||
<PackageVersion Include="Duende.AccessTokenManagement.OpenIdConnect" Version="2.1.2" /> | ||
<PackageVersion Include="IdentityModel" Version="7.0.0" /> | ||
<PackageVersion Include="NSwag.ApiDescription.Client" Version="[13.20.0, 14.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
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
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
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
Oops, something went wrong.