|
@@ -46,10 +46,10 @@
|
|
|
<PackageReference Include="Autofac.Extras.DynamicProxy" Version="6.0.0" />
|
|
|
<PackageReference Include="Caching.CSRedis" Version="3.6.60" />
|
|
|
<PackageReference Include="Castle.Core.AsyncInterceptor" Version="2.0.0" />
|
|
|
- <PackageReference Include="FluentValidation.AspNetCore" Version="10.3.0" />
|
|
|
+ <PackageReference Include="FluentValidation.AspNetCore" Version="10.3.3" />
|
|
|
<PackageReference Include="IdentityServer4.AccessTokenValidation" Version="3.0.1" />
|
|
|
- <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.8" />
|
|
|
- <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.8" />
|
|
|
+ <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.9" />
|
|
|
+ <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.9" />
|
|
|
<PackageReference Include="Microsoft.Extensions.PlatformAbstractions" Version="1.1.0" />
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.1.5" />
|
|
|
</ItemGroup>
|
|
@@ -78,6 +78,36 @@
|
|
|
<Folder Include="Properties\PublishProfiles\" />
|
|
|
</ItemGroup>
|
|
|
|
|
|
+ <ItemGroup>
|
|
|
+ <Content Update="wwwroot\captcha\jigsaw\1.jpg">
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </Content>
|
|
|
+ <Content Update="wwwroot\captcha\jigsaw\2.jpg">
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </Content>
|
|
|
+ <Content Update="wwwroot\captcha\jigsaw\3.jpg">
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </Content>
|
|
|
+ <Content Update="wwwroot\captcha\jigsaw\templates\1.png">
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </Content>
|
|
|
+ <Content Update="wwwroot\captcha\jigsaw\templates\2.png">
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </Content>
|
|
|
+ <Content Update="wwwroot\captcha\jigsaw\templates\3.png">
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </Content>
|
|
|
+ <Content Update="wwwroot\captcha\jigsaw\templates\4.png">
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </Content>
|
|
|
+ <Content Update="wwwroot\captcha\jigsaw\templates\5.png">
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </Content>
|
|
|
+ <Content Update="wwwroot\captcha\jigsaw\templates\6.png">
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </Content>
|
|
|
+ </ItemGroup>
|
|
|
+
|
|
|
<ProjectExtensions><VisualStudio><UserProperties properties_4launchsettings_1json__JsonSchema="" /></VisualStudio></ProjectExtensions>
|
|
|
|
|
|
</Project>
|