-
Notifications
You must be signed in to change notification settings - Fork 492
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
centralized package version for some projects
- Loading branch information
1 parent
98eb763
commit 6fb7c14
Showing
6 changed files
with
101 additions
and
41 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,55 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<MSExtensionsVersion>8.0.0</MSExtensionsVersion> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Update="EntityFramework" Version="6.4.4" /> | ||
<PackageReference Update="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" /> | ||
<PackageReference Update="Microsoft.AspNetCore.StaticFiles" Version="2.2.0" /> | ||
<PackageReference Update="Microsoft.Extensions.Configuration.Binder" Version="$(MSExtensionsVersion)" /> | ||
<PackageReference Update="Microsoft.Extensions.DependencyInjection.Abstractions" Version="$(MSExtensionsVersion)" /> | ||
<PackageReference Update="Microsoft.Extensions.Http" Version="$(MSExtensionsVersion)" /> | ||
<PackageReference Update="Microsoft.Extensions.Logging.Abstractions" Version="$(MSExtensionsVersion)" /> | ||
<PackageReference Update="Microsoft.Extensions.Caching.Memory" Version="$(MSExtensionsVersion)" /> | ||
<PackageReference Update="Newtonsoft.Json" Version="13.0.3" /> | ||
<PackageReference Update="System.ComponentModel.Annotations" Version="5.0.0" /> | ||
<PackageReference Update="System.IdentityModel.Tokens.Jwt" Version="7.1.2" /> | ||
<PackageReference Update="System.Memory.Data" Version="8.0.0" /> | ||
<PackageReference Update="System.Text.Json" Version="8.0.5" /> | ||
<PackageReference Update="Serilog" Version="2.10.0" /> | ||
<PackageReference Update="Serilog.Sinks.Console" Version="5.0.1" /> | ||
<PackageReference Update="Serilog.Sinks.File" Version="5.0.0" /> | ||
<PackageReference Update="Rougamo.Fody" Version="4.0.4" /> | ||
<PackageReference Update="Aspects.Cache" Version="2.0.4" /> | ||
<PackageReference Update="DistributedLock.Redis" Version="1.0.3" /> | ||
<PackageReference Update="EntityFrameworkCore.BootKit" Version="8.8.0" /> | ||
<PackageReference Update="Fluid.Core" Version="2.11.1" /> | ||
<PackageReference Update="Nanoid" Version="3.1.0" /> | ||
<PackageReference Update="Swashbuckle.AspNetCore" Version="6.6.2" /> | ||
<PackageReference Update="System.Security.Cryptography.Pkcs" Version="8.0.0" /> | ||
<PackageReference Update="Anthropic.SDK" Version="4.4.2" /> | ||
<PackageReference Update="Microsoft.AspNetCore.Mvc" Version="2.2.0" /> | ||
<PackageReference Update="NAudio" Version="2.2.1" /> | ||
<PackageReference Update="NAudio.Core" Version="2.2.1" /> | ||
<PackageReference Update="Whisper.net" Version="1.5.0" /> | ||
<PackageReference Update="Whisper.net.Runtime" Version="1.5.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'"> | ||
<PackageReference Update="Microsoft.AspNetCore.Authentication.Google" Version="8.0.5" /> | ||
<PackageReference Update="AspNet.Security.OAuth.GitHub" Version="8.0.0" /> | ||
<PackageReference Update="AspNet.Security.OAuth.Keycloak" Version="8.0.0" /> | ||
<PackageReference Update="AspNet.Security.OAuth.Weixin" Version="8.0.0" /> | ||
<PackageReference Update="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.5" /> | ||
<PackageReference Update="Microsoft.AspNetCore.SpaServices.Extensions" Version="8.0.5" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'"> | ||
<PackageReference Update="Microsoft.AspNetCore.Authentication.Google" Version="6.0.27" /> | ||
<PackageReference Update="AspNet.Security.OAuth.GitHub" Version="6.0.15" /> | ||
<PackageReference Update="AspNet.Security.OAuth.Keycloak" Version="6.0.15" /> | ||
<PackageReference Update="AspNet.Security.OAuth.Weixin" Version="6.0.15" /> | ||
<PackageReference Update="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.25" /> | ||
<PackageReference Update="Microsoft.AspNetCore.SpaServices.Extensions" Version="6.0.26" /> | ||
</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