Skip to content

Commit b0b65c5

Browse files
authored
Update index.md
1 parent 6073f45 commit b0b65c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/content/blog/2026/sdk-style-projects-for-your-visual-studio-extensions

src/content/blog/2026/sdk-style-projects-for-your-visual-studio-extensions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ categories: [dotnet, csharp, vsix]
55
description: "Remember that MSBuild SDK post from last week? Well, I actually built something with it - an SDK that brings modern project files to Visual Studio extension development."
66
---
77

8-
Remember [that post I wrote last week](/2025/creating-your-own-msbuild-sdk-it-s-easier-than-you-think) about creating MSBuild SDKs? Well, I wasn't just writing that for fun - I was actually building something with all that knowledge.
8+
Remember [that post I wrote last week](https://www.codingwithcalvin.net/creating-your-own-msbuild-sdk-it-s-easier-than-you-think) about creating MSBuild SDKs? Well, I wasn't just writing that for fun - I was actually building something with all that knowledge.
99

1010
I've released [CodingWithCalvin.VsixSdk](https://www.nuget.org/packages/CodingWithCalvin.VsixSdk/), an MSBuild SDK that brings modern SDK-style `.csproj` files to Visual Studio extension development. No more XML soup!
1111

0 commit comments

Comments
 (0)