Skip to content

Commit

Permalink
Update RazorGenerator.MsBuild package to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Apr 9, 2021
1 parent a160af0 commit ff7412e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nuget/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<package id="Hangfire.Build" version="0.2.6" />
<package id="ILRepack" version="2.0.16" />
<package id="psake" version="4.4.1" />
<package id="RazorGenerator.MsBuild" version="2.4.7" />
<package id="RazorGenerator.MsBuild" version="2.5.0" />
<package id="xunit.runner.console" version="2.2.0" />
</packages>
2 changes: 1 addition & 1 deletion src/Hangfire.Core/Razor.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="PrecompileRazorFiles" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\packages\RazorGenerator.MsBuild.2.4.7\build\RazorGenerator.MsBuild.targets" />
<Import Project="..\..\packages\RazorGenerator.MsBuild.2.5.0\build\RazorGenerator.MsBuild.targets" />
<PropertyGroup>
<RootNamespace>Hangfire</RootNamespace>
<GeneratePrettyNames>true</GeneratePrettyNames>
Expand Down

0 comments on commit ff7412e

Please sign in to comment.