Skip to content

Commit

Permalink
Bump DotNetNuke.Core in /generators/mvc-spa/templates
Browse files Browse the repository at this point in the history
Bumps [DotNetNuke.Core](https://github.com/dnnsoftware/Dnn.Platform) from 9.2.1.533 to 9.4.0.
- [Release notes](https://github.com/dnnsoftware/Dnn.Platform/releases)
- [Commits](https://github.com/dnnsoftware/Dnn.Platform/commits/v9.4.0)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 23, 2020
1 parent 4b3fff2 commit 7327ab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generators/mvc-spa/templates/Module.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</PropertyGroup>
<Import Project="..\..\Build\SolutionReferences.targets" />
<ItemGroup>
<PackageReference Include="DotNetNuke.Core" Version="9.2.1.533" />
<PackageReference Include="DotNetNuke.Core" Version="9.4.0" />
<PackageReference Include="DotNetNuke.Instrumentation" Version="9.2.1.533" />
<PackageReference Include="DotNetNuke.Web" Version="9.2.1.533" />
<PackageReference Include="DotNetNuke.Web.Mvc" Version="9.2.1.533" />
Expand Down
2 changes: 1 addition & 1 deletion generators/mvc-spa/templates/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="DotNetNuke.Core" version="9.2.1.533" targetFramework="net472" />
<package id="DotNetNuke.Core" version="9.4.0" targetFramework="net472" />
<package id="DotNetNuke.Instrumentation" version="9.2.1.533" targetFramework="net472" />
<package id="DotNetNuke.Web" version="9.2.1.533" targetFramework="net472" />
<package id="DotNetNuke.Web.Client" version="9.2.1.533" targetFramework="net472" />
Expand Down

0 comments on commit 7327ab1

Please sign in to comment.