Skip to content

Commit a741b38

Browse files
committed
Fixed builds inside Visual Studio not working.
1 parent 6e35804 commit a741b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SparkDevNetwork.Rock.Build.Tasks/SparkDevNetwork.Rock.Build.Tasks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</ItemGroup>
2828

2929
<ItemGroup>
30-
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.8.3" PrivateAssets="all" ExcludeAssets="Runtime" />
30+
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="16.11.0" PrivateAssets="all" ExcludeAssets="Runtime" />
3131
</ItemGroup>
3232

3333
<!-- Update the paths that project references get copied to. -->

0 commit comments

Comments
 (0)