Skip to content

Commit

Permalink
prepare 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliang-wt committed Dec 13, 2021
1 parent 88c85dc commit bcacf59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BootstrapBlazor" Version="6.0.18" />
<PackageReference Include="BootstrapBlazor" Version="6.1.0" />
<PackageReference Include="BootstrapBlazor.Chart" Version="6.0.0" />
<PackageReference Include="BootstrapBlazor.Markdown" Version="6.0.0" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<Folder Include="ViewModels\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="4.5.2">
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="4.5.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<None Remove="ClientApp\package-lock.json" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="4.5.2">
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="4.5.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit bcacf59

Please sign in to comment.