Skip to content

Commit

Permalink
Move scripts for wwwroot folder
Browse files Browse the repository at this point in the history
  • Loading branch information
VahidN committed Sep 15, 2024
1 parent 0a924dd commit ec1b969
Show file tree
Hide file tree
Showing 19 changed files with 179 additions and 236 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "8.0.2",
"version": "8.0.8",
"commands": [
"dotnet-ef"
]
Expand Down
8 changes: 4 additions & 4 deletions .template.config/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"datatype": "choice",
"choices": [
{
"choice": "net7.0",
"description": "Target .NET 7"
"choice": "net8.0",
"description": "Target .NET 8"
}
],
"defaultValue": "net7.0",
"replaces": "net7.0"
"defaultValue": "net8.0",
"replaces": "net8.0"
}
}
}
51 changes: 25 additions & 26 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,41 +1,40 @@
<Project>
<ItemGroup>
<PackageVersion Include="Meziantou.Analyzer" Version="2.0.145" />
<PackageVersion Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.9.28" />
<PackageVersion Include="Meziantou.Analyzer" Version="2.0.163" />
<PackageVersion Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.11.20" />
<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.20.0.85982" />
<PackageVersion Include="SonarAnalyzer.CSharp" Version="9.32.0.97167" />
<PackageVersion Include="SecurityCodeScan.VS2019" Version="5.6.7" />
<PackageVersion Include="Roslynator.Analyzers" Version="4.11.0" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Analyzers" Version="8.0.2" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.2" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.2" />
<PackageVersion Include="Roslynator.Analyzers" Version="4.12.5" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Analyzers" Version="8.0.8" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.8" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.8" />
<PackageVersion Include="DNTBreadCrumb.Core" Version="2.0.2" />
<PackageVersion Include="DNTCaptcha.Core" Version="5.0.0" />
<PackageVersion Include="DNTCommon.Web.Core" Version="3.9.0" />
<PackageVersion Include="System.Drawing.Common" Version="8.0.2" />
<PackageVersion Include="DNTPersianUtils.Core" Version="5.9.0" />
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="8.0.2" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.2" />
<PackageVersion Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.2" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.2" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.2" />
<PackageVersion Include="DNTCaptcha.Core" Version="5.2.7" />
<PackageVersion Include="DNTCommon.Web.Core" Version="6.5.1" />
<PackageVersion Include="DNTPersianUtils.Core" Version="6.3.1" />
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="8.0.8" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.8" />
<PackageVersion Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.8" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.8" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.8" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.1" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.2" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite.Core" Version="8.0.2" />
<PackageVersion Include="Microsoft.Extensions.Identity.Stores" Version="7.0.8" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.8" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite.Core" Version="8.0.8" />
<PackageVersion Include="Microsoft.Extensions.Identity.Stores" Version="8.0.8" />
<PackageVersion Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageVersion Include="Microsoft.Extensions.Options" Version="8.0.2" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageVersion Include="MSTest.TestAdapter" Version="3.2.2" />
<PackageVersion Include="MSTest.TestFramework" Version="3.2.2" />
<PackageVersion Include="Microsoft.Extensions.Caching.SqlServer" Version="8.0.2" />
<PackageVersion Include="cloudscribe.Web.Pagination" Version="6.0.0" />
<PackageVersion Include="LigerShark.WebOptimizer.Core" Version="3.0.405" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageVersion Include="MSTest.TestAdapter" Version="3.6.0" />
<PackageVersion Include="MSTest.TestFramework" Version="3.6.0" />
<PackageVersion Include="Microsoft.Extensions.Caching.SqlServer" Version="8.0.8" />
<PackageVersion Include="cloudscribe.Web.Pagination" Version="8.0.0" />
<PackageVersion Include="LigerShark.WebOptimizer.Core" Version="3.0.426" />
<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-8.0.200
# سفارشی سازی ASP.NET Core Identity SDK-8.0.400

<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": "8.0.200",
"version": "8.0.400",
"rollForward": "latestMajor",
"allowPrerelease": false
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
</PropertyGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="System.Drawing.Common" />
<PackageReference Include="DNTPersianUtils.Core" />
<PackageReference Include="Microsoft.EntityFrameworkCore" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" />
Expand Down
63 changes: 0 additions & 63 deletions src/ASPNETCoreIdentitySample.Common/GuardToolkit/ImagesGuardExt.cs

This file was deleted.

10 changes: 5 additions & 5 deletions src/ASPNETCoreIdentitySample.IocConfig/WebOptimizerRegistry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public static void AddWebOptimizerServices(this IServiceCollection services)
"wwwroot/lib/bootstrap4-rtl/bootstrap-rtl.css",
"wwwroot/lib/components-font-awesome/css/solid.min.css",
"wwwroot/lib/components-font-awesome/css/fontawesome.min.css",
"Content/custom.css"
"wwwroot/content/custom.css"
)
.UseContentRoot()
.AdjustRelativePaths();
Expand All @@ -25,10 +25,10 @@ public static void AddWebOptimizerServices(this IServiceCollection services)
"wwwroot/lib/jquery-validation-unobtrusive/dist/jquery.validate.unobtrusive.min.js",
"wwwroot/lib/jquery-ajax-unobtrusive/dist/jquery.unobtrusive-ajax.min.js",
"wwwroot/lib/bootstrap/dist/js/bootstrap.min.js",
"scripts/jquery.bootstrap-modal-confirm.js",
"scripts/jquery.bootstrap-modal-alert.js",
"scripts/jquery.bootstrap-modal-ajax-form.js",
"scripts/custom.js"
"wwwroot/scripts/jquery.bootstrap-modal-confirm.js",
"wwwroot/scripts/jquery.bootstrap-modal-alert.js",
"wwwroot/scripts/jquery.bootstrap-modal-ajax-form.js",
"wwwroot/scripts/custom.js"
)
.UseContentRoot();

Expand Down
Loading

0 comments on commit ec1b969

Please sign in to comment.