Skip to content

Commit db232a4

Browse files
authored
Merge pull request #6065 from pflugs30/fix/correct-base-project-sdk-version
2 parents 153d5d7 + 6cd265e commit db232a4

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)