Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
VahidN committed Aug 30, 2023
1 parent d2c1f6f commit ee3b758
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 79 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.305
dotnet-version: 7.0.306
- name: Build DNTIdentity
run: dotnet build ./src/ASPNETCoreIdentitySample/ASPNETCoreIdentitySample.csproj --configuration Release
46 changes: 0 additions & 46 deletions .vscode/launch.json

This file was deleted.

18 changes: 0 additions & 18 deletions .vscode/tasks.json

This file was deleted.

24 changes: 12 additions & 12 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<Project>
<ItemGroup>
<PackageVersion Include="Meziantou.Analyzer" Version="2.0.63" />
<PackageVersion Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.6.40" />
<PackageVersion Include="Meziantou.Analyzer" Version="2.0.82" />
<PackageVersion Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.7.30" />
<PackageVersion Include="Microsoft.CodeAnalysis.BannedApiAnalyzers" Version="3.3.4" />
<PackageVersion Include="AsyncFixer" Version="1.6.0" />
<PackageVersion Include="Asyncify" Version="0.9.7" />
<PackageVersion Include="SonarAnalyzer.CSharp" Version="9.4.0.72892" />
<PackageVersion Include="SonarAnalyzer.CSharp" Version="9.8.0.76515" />
<PackageVersion Include="SecurityCodeScan.VS2019" Version="5.6.7" />
<PackageVersion Include="Roslynator.Analyzers" Version="4.3.0" />
<PackageVersion Include="Roslynator.Analyzers" Version="4.5.0" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Analyzers" Version="7.0.8" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.8" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.8" />
<PackageVersion Include="DNTBreadCrumb.Core" Version="1.9.3" />
<PackageVersion Include="DNTCaptcha.Core" Version="4.7.2" />
<PackageVersion Include="DNTCommon.Web.Core" Version="3.5.2" />
<PackageVersion Include="DNTBreadCrumb.Core" Version="2.0.2" />
<PackageVersion Include="DNTCaptcha.Core" Version="4.8.1" />
<PackageVersion Include="DNTCommon.Web.Core" Version="3.5.3" />
<PackageVersion Include="System.Drawing.Common" Version="7.0.0" />
<PackageVersion Include="DNTPersianUtils.Core" Version="5.6.1" />
<PackageVersion Include="DNTPersianUtils.Core" Version="5.7.1" />
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="7.0.8" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="7.0.8" />
<PackageVersion Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="7.0.8" />
Expand All @@ -30,12 +30,12 @@
<PackageVersion Include="Microsoft.Extensions.Identity.Stores" Version="7.0.8" />
<PackageVersion Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageVersion Include="Microsoft.Extensions.Options" Version="7.0.1" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
<PackageVersion Include="MSTest.TestAdapter" Version="3.0.4" />
<PackageVersion Include="MSTest.TestFramework" Version="3.0.4" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageVersion Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageVersion Include="MSTest.TestFramework" Version="3.1.1" />
<PackageVersion Include="Microsoft.Extensions.Caching.SqlServer" Version="7.0.8" />
<PackageVersion Include="cloudscribe.Web.Pagination" Version="6.0.0" />
<PackageVersion Include="LigerShark.WebOptimizer.Core" Version="3.0.384" />
<PackageVersion Include="LigerShark.WebOptimizer.Core" Version="3.0.386" />
<PackageVersion Include="Microsoft.Web.LibraryManager.Build" Version="2.1.175" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div dir="rtl">

# سفارشی سازی ASP.NET Core Identity SDK-7.0.305
# سفارشی سازی ASP.NET Core Identity SDK-7.0.306

<p>
<a href="https://github.com/VahidN/DNTIdentity">
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "7.0.305",
"version": "7.0.306",
"rollForward": "latestMajor",
"allowPrerelease": false
}
Expand Down
1 change: 1 addition & 0 deletions src/ASPNETCoreIdentitySample/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ void ConfigureMiddlewares(IApplicationBuilder app, IHostEnvironment env)
app.UseStaticFiles();

app.UseRouting();
app.UseRateLimiter();

app.UseAuthentication();
app.UseAuthorization();
Expand Down

0 comments on commit ee3b758

Please sign in to comment.