-
Notifications
You must be signed in to change notification settings - Fork 465
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Central Package Management (#525)
* Use Central Package Management
- Loading branch information
1 parent
47d12ab
commit 1e28483
Showing
31 changed files
with
210 additions
and
143 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageVersion Include="MaxMind.GeoIP2" Version="5.2.0"/> | ||
<PackageVersion Include="ExcelMapper" Version="5.2.483"/> | ||
<PackageVersion Include="Scryber.Core" Version="6.0.4-beta"/> | ||
<PackageVersion Include="Scryber.Core.OpenType" Version="6.1.0-beta"/> | ||
<PackageVersion Include="MailKit" Version="4.8.0"/> | ||
<PackageVersion Include="AWSSDK.Core" Version="3.7.400.40"/> | ||
<PackageVersion Include="AWSSDK.S3" Version="3.7.405.4"/> | ||
<PackageVersion Include="Azure.Storage.Blobs" Version="12.22.2"/> | ||
<PackageVersion Include="SkiaSharp" Version="2.88.8"/> | ||
<PackageVersion Include="SkiaSharp.NativeAssets.Linux.NoDependencies" Version="2.88.8"/> | ||
<PackageVersion Include="LiteDB" Version="5.0.17"/> | ||
<PackageVersion Include="MongoDB.Bson" Version="3.0.0"/> | ||
<PackageVersion Include="MongoDB.Driver" Version="3.0.0"/> | ||
<PackageVersion Include="DotLiquid" Version="2.2.692"/> | ||
<PackageVersion Include="FluentValidation.DependencyInjectionExtensions" Version="11.10.0"/> | ||
<PackageVersion Include="GoogleAuthenticator" Version="3.2.0"/> | ||
<PackageVersion Include="MassTransit" Version="8.3.0"/> | ||
<PackageVersion Include="MassTransit.RabbitMQ" Version="8.3.0"/> | ||
<PackageVersion Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0"/> | ||
<PackageVersion Include="Microsoft.Azure.AppConfiguration.AspNetCore" Version="8.0.0"/> | ||
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.10"/> | ||
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="8.0.1"/> | ||
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1"/> | ||
<PackageVersion Include="Microsoft.Extensions.DependencyModel" Version="8.0.2"/> | ||
<PackageVersion Include="AutoMapper" Version="13.0.1"/> | ||
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0"/> | ||
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.11.0"/> | ||
<PackageVersion Include="MediatR" Version="12.4.1"/> | ||
<PackageVersion Include="Scrutor" Version="5.0.1"/> | ||
<PackageVersion Include="StackExchange.Redis" Version="2.8.16"/> | ||
<PackageVersion Include="FluentValidation" Version="11.10.0"/> | ||
<PackageVersion Include="Microsoft.AspNetCore.JsonPatch" Version="8.0.10"/> | ||
<PackageVersion Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.10"/> | ||
<PackageVersion Include="Microsoft.AspNetCore.OData" Version="9.0.0"/> | ||
<PackageVersion Include="MongoDB.AspNetCore.OData" Version="1.0.1"/> | ||
<PackageVersion Include="Swashbuckle.AspNetCore" Version="6.9.0"/> | ||
<PackageVersion Include="Swashbuckle.AspNetCore.Annotations" Version="6.9.0"/> | ||
<PackageVersion Include="Microsoft.AspNetCore.Authentication.Facebook" Version="8.0.10"/> | ||
<PackageVersion Include="Microsoft.AspNetCore.Authentication.Google" Version="8.0.10"/> | ||
<PackageVersion Include="Braintree" Version="5.27.0"/> | ||
<PackageVersion Include="System.Xml.XPath.XmlDocument" Version="4.3.0"/> | ||
<PackageVersion Include="Stripe.net" Version="46.2.1"/> | ||
<PackageVersion Include="elFinder.Net.AspNetCore" Version="1.5.0"/> | ||
<PackageVersion Include="elFinder.Net.Core" Version="1.5.0"/> | ||
<PackageVersion Include="elFinder.Net.Drivers.FileSystem" Version="1.5.0"/> | ||
<PackageVersion Include="Azure.Extensions.AspNetCore.DataProtection.Blobs" Version="1.3.4"/> | ||
<PackageVersion Include="Azure.Extensions.AspNetCore.DataProtection.Keys" Version="1.2.4"/> | ||
<PackageVersion Include="Azure.Identity" Version="1.13.1"/> | ||
<PackageVersion Include="Flurl.Http" Version="4.0.2"/> | ||
<PackageVersion Include="Microsoft.ApplicationInsights.Profiler.AspNetCore" Version="2.7.2"/> | ||
<PackageVersion Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="8.0.10"/> | ||
<PackageVersion Include="NetEscapades.AspNetCore.SecurityHeaders" Version="0.24.0"/> | ||
<PackageVersion Include="Wangkanai.Detection" Version="8.14.0"/> | ||
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="8.0.10"/> | ||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1"/> | ||
<PackageVersion Include="Moq" Version="4.20.72"/> | ||
<PackageVersion Include="MSTest.TestAdapter" Version="3.6.1"/> | ||
<PackageVersion Include="MSTest.TestFramework" Version="3.6.1"/> | ||
<PackageVersion Include="coverlet.collector" Version="6.0.2"/> | ||
<PackageVersion Include="NUnit" Version="4.2.2"/> | ||
</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
6 changes: 3 additions & 3 deletions
6
src/Business/Grand.Business.Common/Grand.Business.Common.csproj
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
34 changes: 17 additions & 17 deletions
34
src/Core/Grand.Infrastructure/Grand.Infrastructure.csproj
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
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.