Skip to content

Commit 6cd265e

Browse files
committed
Correcting a typo in Project.Sdk
1 parent 92a0bff commit 6cd265e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RubberduckBaseProject.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Skd="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<!--
33
We're specifying the Sdk here to make sure appveyor correctly recognizes this as a .NET Core project
44
Unfortunately this generates the warning MSB4011, because the including projects already define an Sdk

0 commit comments

Comments
 (0)