Skip to content

Commit 1867da5

Browse files
committed
Add RockRMS.Rock.Blocks to SDK project template.
1 parent bf04f3e commit 1867da5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/SparkDevNetwork.Rock.DevTool/Templates/sdk-project/project.csproj.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
<ItemGroup>
1414
<PackageReference Include="SparkDevNetwork.Rock.Build.Tasks" Version="{{ ToolVersion }}" />
1515
<PackageReference Include="SparkDevNetwork.Rock.Analyzers" Version="{{ ToolVersion }}" />
16-
<PackageReference Include="RockRMS.Rock" Version="{{ RockVersion }}" />{% if RestApiSupport == true %}
16+
<PackageReference Include="RockRMS.Rock" Version="{{ RockVersion }}" />
17+
<PackageReference Include="RockRMS.Rock.Blocks" Version="{{ RockVersion }}" />{% if RestApiSupport == true %}
1718
<PackageReference Include="RockRMS.Rock.Rest" Version="{{ RockVersion }}" />
1819
<PackageReference Include="Microsoft.AspNet.WebApi.Core" Version="5.2.3" />{% endif %}
1920
</ItemGroup>{% if RestApiSupport == true %}

0 commit comments

Comments
 (0)