mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2024-12-04 21:20:16 +08:00
chore: bump version to 5.3.4
This commit is contained in:
parent
0e1278d312
commit
85e8a5b590
@ -1,7 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk.Razor">
|
||||
|
||||
<PropertyGroup>
|
||||
<Version>5.3.3</Version>
|
||||
<Version>5.3.4</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFramework)' == 'net5.0'">
|
||||
@ -28,11 +28,12 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Remove="bundleconfig.json" />
|
||||
<Content Remove="*.json" />
|
||||
<Content Remove="wwwroot\**\*.*" />
|
||||
<Content Include="wwwroot\css\bootstrap.blazor.bundle.min.css" />
|
||||
<Content Include="wwwroot\js\bootstrap.blazor.bundle.min.js" />
|
||||
<Content Include="wwwroot\lib\summernote\font\*.*" />
|
||||
<None Include="bundleconfig.json" />
|
||||
<None Include="*.json" />
|
||||
<None Include="wwwroot\**\*.*" />
|
||||
</ItemGroup>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user